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

  /external/pdfium/fpdfsdk/
cpdfsdk_widgethandler.cpp 87 CPDF_FormControl* pControl = pWidget->GetFormControl();
88 pInterForm->RemoveMap(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)) {
  /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_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...]

Completed in 984 milliseconds