HomeSort by relevance Sort by last modified time
    Searched refs:pFormControl (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 298 void Field::UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl,
302 ASSERT(pFormControl != NULL);
307 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl);
343 CPDFSDK_Widget* Field::GetWidget(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl)
346 ASSERT(pFormControl != NULL);
351 return pInterForm->GetWidget(pFormControl);
412 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField);
413 if (!pFormControl)return FALSE;
415 switch (pFormControl->GetControlAlignment())
546 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 224 static void UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl,
227 static CPDFSDK_Widget* GetWidget(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl);
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 842 void* pFormControl = NULL;
843 m_ControlMap.GetNextAssoc(pos, (FX_LPVOID&)pWidgetDict, pFormControl);
844 if (pControl == pFormControl) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 98 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict);
99 CPDF_FormField* pFormField = pFormControl->GetField();
    [all...]

Completed in 91 milliseconds