Lines Matching defs:pThis
113 void InvalidateStub(FPDF_FORMFILLINFO* pThis, in InvalidateStub()
120 void OutputSelectedRectStub(FPDF_FORMFILLINFO* pThis, in OutputSelectedRectStub()
127 void SetCursorStub(FPDF_FORMFILLINFO* pThis, int nCursorType) {} in SetCursorStub()
129 FPDF_SYSTEMTIME GetLocalTimeStub(FPDF_FORMFILLINFO* pThis) { in GetLocalTimeStub()
133 void OnChangeStub(FPDF_FORMFILLINFO* pThis) {} in OnChangeStub()
135 FPDF_PAGE GetCurrentPageStub(FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document) { in GetCurrentPageStub()
139 int GetRotationStub(FPDF_FORMFILLINFO* pThis, FPDF_PAGE page) { in GetRotationStub()
143 void ExecuteNamedActionStub(FPDF_FORMFILLINFO* pThis, FPDF_BYTESTRING name) {} in ExecuteNamedActionStub()
145 void SetTextFieldFocusStub(FPDF_FORMFILLINFO* pThis, in SetTextFieldFocusStub()
151 void DisplayCaretStub(FPDF_FORMFILLINFO* pThis, in DisplayCaretStub()
159 int GetCurrentPageIndexStub(FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document) { in GetCurrentPageIndexStub()
163 void SetCurrentPageStub(FPDF_FORMFILLINFO* pThis, in SetCurrentPageStub()
167 void GotoURLStub(FPDF_FORMFILLINFO* pThis, in GotoURLStub()
171 void GetPageViewRectStub(FPDF_FORMFILLINFO* pThis, in GetPageViewRectStub()
183 void PageEventStub(FPDF_FORMFILLINFO* pThis, in PageEventStub()
187 FPDF_BOOL PopupMenuStub(FPDF_FORMFILLINFO* pThis, in PopupMenuStub()
196 FPDF_FILEHANDLER* OpenFileStub(FPDF_FORMFILLINFO* pThis, in OpenFileStub()
203 void EmailToStub(FPDF_FORMFILLINFO* pThis, in EmailToStub()
211 void UploadToStub(FPDF_FORMFILLINFO* pThis, in UploadToStub()
216 int GetPlatformStub(FPDF_FORMFILLINFO* pThis, void* platform, int length) { in GetPlatformStub()
220 int GetLanguageStub(FPDF_FORMFILLINFO* pThis, void* language, int length) { in GetLanguageStub()
224 FPDF_FILEHANDLER* DownloadFromURLStub(FPDF_FORMFILLINFO* pThis, in DownloadFromURLStub()
243 FPDF_BOOL PostRequestURLStub(FPDF_FORMFILLINFO* pThis, in PostRequestURLStub()
255 FPDF_BOOL PutRequestURLStub(FPDF_FORMFILLINFO* pThis, in PutRequestURLStub()
832 EmbedderTest* pThis = static_cast<EmbedderTest*>(pFileWrite); in WriteBlockCallback() local