/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 214 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 …]
|
D | PublicMethods.cpp | 1917 switch (pFormField->GetFieldType()) { in AFSimple_Calculate()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 54 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 …]
|
D | fpdfformfill.cpp | 64 int nType = pFormField->GetFieldType(); in FPDFPage_HasFormFieldAtPoint() 117 return pFormField ? pFormField->GetFieldType() : -1; in FPDFPage_HasFormFieldAtPoint()
|
D | fsdk_annothandler.cpp | 409 if (pWidget->GetFieldType() == FIELDTYPE_PUSHBUTTON) in CanAnswer() 654 int nFieldType = pWidget->GetFieldType(); in OnLoad()
|
D | fsdk_mgr.cpp | 582 int nFieldType = pWidget->GetFieldType(); in KillFocusAnnot()
|
/external/v8/src/compiler/ |
D | access-info.cc | 278 descriptors->GetFieldType(number)->Convert(zone()), in ComputePropertyAccessInfo() 433 transition_map->instance_descriptors()->GetFieldType(number)->Convert( in LookupTransition()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_form.cpp | 570 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()
|
D | doc_formfield.cpp | 219 int CPDF_FormField::GetFieldType() { in GetFieldType() function in CPDF_FormField
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_IFormFiller.cpp | 246 switch (pWidget->GetFieldType()) { in OnLButtonUp() 496 if (pWidget->GetFieldType() == FIELDTYPE_PUSHBUTTON) in IsFillingAllowed() 517 int nFieldType = pWidget->GetFieldType(); in GetFormFiller()
|
D | FFL_FormFiller.cpp | 274 switch (m_pWidget->GetFieldType()) { in KillFocusForAnnot()
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 497 GenerateFieldTypeChecks(descriptors->GetFieldType(descriptor), value(), in CompileStoreTransition() 537 FieldType* field_type = *it->GetFieldType(); in CompileStoreField()
|
D | ic.cc | 1716 Handle<FieldType> field_type = lookup->GetFieldType(); in GetMapIndependentHandler() 1843 Handle<FieldType> field_type = lookup->GetFieldType(); in CompileHandler()
|
/external/v8/src/ |
D | json-parser.cc | 398 ->GetFieldType(descriptor) in ParseJsonObject() 406 ->GetFieldType(descriptor) in ParseJsonObject()
|
D | lookup.cc | 563 Handle<FieldType> LookupIterator::GetFieldType() const { in GetFieldType() function in v8::internal::LookupIterator 568 holder_->map()->instance_descriptors()->GetFieldType(descriptor_number()), in GetFieldType()
|
D | lookup.h | 249 Handle<FieldType> GetFieldType() const;
|
D | objects.cc | 3428 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 …]
|
D | objects-debug.cc | 308 FieldType* field_type = descriptors->GetFieldType(i); in JSObjectVerify()
|
D | objects.h | 2928 FieldType* GetFieldType(int descriptor_number);
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseform.h | 107 int GetFieldType() const;
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 753 int GetFieldType();
|
/external/v8/test/cctest/ |
D | test-field-type-tracking.cc | 158 Handle<FieldType> GetFieldType(int index) { in GetFieldType() function in Expectations 248 FieldType* type = descriptors->GetFieldType(descriptor); in Check()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 6380 return handle(map->instance_descriptors()->GetFieldType(number_), isolate()); in GetFieldTypeFromMap()
|