Home
last modified time | relevance | path

Searched refs:GetFieldType (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DField.cpp214 int nFieldType = pFormField->GetFieldType(); in UpdateFormField()
251 int nFieldType = pWidget->GetFieldType(); in UpdateFormControl()
328 if (pFormField->GetFieldType() != FIELDTYPE_TEXTFIELD) in alignment()
496 if (pFormField->GetFieldType() != FIELDTYPE_PUSHBUTTON) in buttonAlignX()
545 if (pFormField->GetFieldType() != FIELDTYPE_PUSHBUTTON) in buttonAlignY()
594 if (pFormField->GetFieldType() != FIELDTYPE_PUSHBUTTON) in buttonFitBounds()
639 if (pFormField->GetFieldType() != FIELDTYPE_PUSHBUTTON) in buttonPosition()
682 if (pFormField->GetFieldType() != FIELDTYPE_PUSHBUTTON) in buttonScaleHow()
730 if (pFormField->GetFieldType() != FIELDTYPE_PUSHBUTTON) in buttonScaleWhen()
789 if (pFormField->GetFieldType() != FIELDTYPE_COMBOBOX && in calcOrderIndex()
[all …]
DPublicMethods.cpp1917 switch (pFormField->GetFieldType()) { in AFSimple_Calculate()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp54 if (this->GetFieldType() == FIELDTYPE_RADIOBUTTON) { in GetMixXFAWidget()
181 GetFieldType() == FIELDTYPE_RADIOBUTTON) { in HasXFAAAction()
228 GetFieldType() == FIELDTYPE_RADIOBUTTON) { in OnXFAAAction()
265 switch (GetFieldType()) { in Synchronize()
349 switch (pFormField->GetFieldType()) { in SynchronizeXFAValue()
422 switch (pFormField->GetFieldType()) { in SynchronizeXFAItems()
480 int nFieldType = GetFieldType(); in IsWidgetAppearanceValid()
498 int CPDFSDK_Widget::GetFieldType() const { in GetFieldType() function in CPDFSDK_Widget
499 return GetFormField()->GetFieldType(); in GetFieldType()
522 int nType = GetFieldType(); in GetSubType()
[all …]
Dfpdfformfill.cpp64 int nType = pFormField->GetFieldType(); in FPDFPage_HasFormFieldAtPoint()
117 return pFormField ? pFormField->GetFieldType() : -1; in FPDFPage_HasFormFieldAtPoint()
Dfsdk_annothandler.cpp409 if (pWidget->GetFieldType() == FIELDTYPE_PUSHBUTTON) in CanAnswer()
654 int nFieldType = pWidget->GetFieldType(); in OnLoad()
Dfsdk_mgr.cpp582 int nFieldType = pWidget->GetFieldType(); in KillFocusAnnot()
/external/v8/src/compiler/
Daccess-info.cc278 descriptors->GetFieldType(number)->Convert(zone()), in ComputePropertyAccessInfo()
433 transition_map->instance_descriptors()->GetFieldType(number)->Convert( in LookupTransition()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp570 if (pField->GetFieldType() != iType) { in ValidateFieldName()
601 ((CPDF_FormField*)pField)->GetFieldType(), pField, in ValidateFieldName()
610 return ValidateFieldName(csNewFieldName, pField->GetFieldType(), pField, in ValidateFieldName()
1166 int iType = pField->GetFieldType(); in FDF_ImportField()
Ddoc_formfield.cpp219 int CPDF_FormField::GetFieldType() { in GetFieldType() function in CPDF_FormField
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp246 switch (pWidget->GetFieldType()) { in OnLButtonUp()
496 if (pWidget->GetFieldType() == FIELDTYPE_PUSHBUTTON) in IsFillingAllowed()
517 int nFieldType = pWidget->GetFieldType(); in GetFormFiller()
DFFL_FormFiller.cpp274 switch (m_pWidget->GetFieldType()) { in KillFocusForAnnot()
/external/v8/src/ic/
Dhandler-compiler.cc497 GenerateFieldTypeChecks(descriptors->GetFieldType(descriptor), value(), in CompileStoreTransition()
537 FieldType* field_type = *it->GetFieldType(); in CompileStoreField()
Dic.cc1716 Handle<FieldType> field_type = lookup->GetFieldType(); in GetMapIndependentHandler()
1843 Handle<FieldType> field_type = lookup->GetFieldType(); in CompileHandler()
/external/v8/src/
Djson-parser.cc398 ->GetFieldType(descriptor) in ParseJsonObject()
406 ->GetFieldType(descriptor) in ParseJsonObject()
Dlookup.cc563 Handle<FieldType> LookupIterator::GetFieldType() const { in GetFieldType() function in v8::internal::LookupIterator
568 holder_->map()->instance_descriptors()->GetFieldType(descriptor_number()), in GetFieldType()
Dlookup.h249 Handle<FieldType> GetFieldType() const;
Dobjects.cc3428 map->instance_descriptors()->GetFieldType(modify_index), isolate); in CopyGeneralizeAllRepresentations()
3532 FieldType* next_field_type = next_descriptors->GetFieldType(i); in FindLastMatchMap()
3533 if (!descriptors->GetFieldType(i)->NowIs(next_field_type)) { in FindLastMatchMap()
3637 Handle<FieldType> old_field_type(old_descriptors->GetFieldType(modify_index), in GeneralizeFieldType()
3655 DCHECK_EQ(*old_field_type, descriptors->GetFieldType(modify_index)); in GeneralizeFieldType()
3679 static inline Handle<FieldType> GetFieldType( in GetFieldType() function
3688 return handle(descriptors->GetFieldType(descriptor), isolate); in GetFieldType()
3759 handle(old_descriptors->GetFieldType(modify_index), isolate), in Reconfigure()
3770 old_descriptors->GetFieldType(modify_index)->NowIs(new_field_type)); in Reconfigure()
3806 (!new_field_type->NowIs(old_descriptors->GetFieldType(modify_index)) || in Reconfigure()
[all …]
Dobjects-debug.cc308 FieldType* field_type = descriptors->GetFieldType(i); in JSObjectVerify()
Dobjects.h2928 FieldType* GetFieldType(int descriptor_number);
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h107 int GetFieldType() const;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h753 int GetFieldType();
/external/v8/test/cctest/
Dtest-field-type-tracking.cc158 Handle<FieldType> GetFieldType(int index) { in GetFieldType() function in Expectations
248 FieldType* type = descriptors->GetFieldType(descriptor); in Check()
/external/v8/src/crankshaft/
Dhydrogen.cc6380 return handle(map->instance_descriptors()->GetFieldType(number_), isolate()); in GetFieldTypeFromMap()