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

  /external/pdfium/fpdfsdk/
cpdfsdk_interform.h 45 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const;
51 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget);
52 void RemoveMap(CPDF_FormControl* pControl);
cpdfsdk_interform.cpp 116 CPDFSDK_Widget* CPDFSDK_InterForm::GetWidget(CPDF_FormControl* pControl) const {
117 if (!pControl || !m_pInterForm)
121 const auto it = m_Map.find(pControl);
127 CPDF_Dictionary* pControlDict = pControl->GetWidget();
191 void CPDFSDK_InterForm::AddMap(CPDF_FormControl* pControl,
193 m_Map[pControl] = pWidget;
196 void CPDFSDK_InterForm::RemoveMap(CPDF_FormControl* pControl) {
197 m_Map.erase(pControl);
423 CPDF_FormControl* pControl = pField->GetControl(i);
424 ASSERT(pControl);
    [all...]
cpdfsdk_widget.cpp 536 CPDF_FormControl* pControl = GetFormControl();
537 return pControl ? pControl->GetField() : nullptr;
882 CPDF_FormControl* pControl = GetFormControl();
884 switch (abs(pControl->GetRotation() % 360)) {
901 CPDF_FormControl* pControl = GetFormControl();
906 switch (abs(pControl->GetRotation() % 360)) {
cpdfsdk_widgethandler.cpp 87 CPDF_FormControl* pControl = pWidget->GetFormControl();
88 pInterForm->RemoveMap(pControl);
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 241 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) const {
242 if (!pControl)
245 auto it = std::find(m_ControlList.begin(), m_ControlList.end(), pControl);
410 for (auto& pControl : m_ControlList) {
411 if (!pControl)
413 CPDF_Dictionary* pWidgetDict = pControl->GetWidget();
711 CPDF_FormControl* pControl = GetControl(iControlIndex);
712 if (!pControl)
714 if (!bChecked && pControl->IsChecked() == bChecked)
717 WideString csWExport = pControl->GetExportValue()
    [all...]
cpdf_formfield.h 123 int GetControlIndex(const CPDF_FormControl* pControl) const;
cpdf_interform.cpp 830 CPDF_FormControl* pControl = it->second.get();
831 if (!pControl->GetRect().Contains(point))
836 return pControl;
1064 CPDF_FormControl* pControl = pNew.get();
1066 pField->AddFormControl(pControl);
1067 return pControl;
    [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp     [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h     [all...]
eas_voicemgt.c     [all...]
eas_public.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
securitybaseapi.h 101 WINADVAPI WINBOOL WINAPI GetSecurityDescriptorControl (PSECURITY_DESCRIPTOR pSecurityDescriptor, PSECURITY_DESCRIPTOR_CONTROL pControl, LPDWORD lpdwRevision);

Completed in 1259 milliseconds