• Home
  • Raw
  • Download

Lines Matching defs:pThis

111 void InvalidateStub(FPDF_FORMFILLINFO* pThis,  in InvalidateStub()
118 void OutputSelectedRectStub(FPDF_FORMFILLINFO* pThis, in OutputSelectedRectStub()
125 void SetCursorStub(FPDF_FORMFILLINFO* pThis, int nCursorType) {} in SetCursorStub()
127 FPDF_SYSTEMTIME GetLocalTimeStub(FPDF_FORMFILLINFO* pThis) { in GetLocalTimeStub()
131 void OnChangeStub(FPDF_FORMFILLINFO* pThis) {} in OnChangeStub()
133 FPDF_PAGE GetCurrentPageStub(FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document) { in GetCurrentPageStub()
137 int GetRotationStub(FPDF_FORMFILLINFO* pThis, FPDF_PAGE page) { in GetRotationStub()
141 void ExecuteNamedActionStub(FPDF_FORMFILLINFO* pThis, FPDF_BYTESTRING name) {} in ExecuteNamedActionStub()
143 void SetTextFieldFocusStub(FPDF_FORMFILLINFO* pThis, in SetTextFieldFocusStub()
149 void DisplayCaretStub(FPDF_FORMFILLINFO* pThis, in DisplayCaretStub()
157 int GetCurrentPageIndexStub(FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document) { in GetCurrentPageIndexStub()
161 void SetCurrentPageStub(FPDF_FORMFILLINFO* pThis, in SetCurrentPageStub()
165 void GotoURLStub(FPDF_FORMFILLINFO* pThis, in GotoURLStub()
169 void GetPageViewRectStub(FPDF_FORMFILLINFO* pThis, in GetPageViewRectStub()
181 void PageEventStub(FPDF_FORMFILLINFO* pThis, in PageEventStub()
185 FPDF_BOOL PopupMenuStub(FPDF_FORMFILLINFO* pThis, in PopupMenuStub()
194 FPDF_FILEHANDLER* OpenFileStub(FPDF_FORMFILLINFO* pThis, in OpenFileStub()
201 void EmailToStub(FPDF_FORMFILLINFO* pThis, in EmailToStub()
209 void UploadToStub(FPDF_FORMFILLINFO* pThis, in UploadToStub()
214 int GetPlatformStub(FPDF_FORMFILLINFO* pThis, void* platform, int length) { in GetPlatformStub()
218 int GetLanguageStub(FPDF_FORMFILLINFO* pThis, void* language, int length) { in GetLanguageStub()
222 FPDF_FILEHANDLER* DownloadFromURLStub(FPDF_FORMFILLINFO* pThis, in DownloadFromURLStub()
241 FPDF_BOOL PostRequestURLStub(FPDF_FORMFILLINFO* pThis, in PostRequestURLStub()
253 FPDF_BOOL PutRequestURLStub(FPDF_FORMFILLINFO* pThis, in PutRequestURLStub()
840 EmbedderTest* pThis = static_cast<EmbedderTest*>(pFileWrite); in WriteBlockCallback() local