/external/pdfium/fxjs/ |
D | cjs_field.cpp | 271 FormFieldType fieldType = pFormField->GetFieldType(); in UpdateFormField() 331 FormFieldType fieldType = pWidget->GetFieldType(); in UpdateFormControl() 389 if (pFormField->GetFieldType() != FormFieldType::kTextField) in get_alignment() 521 if (pFormField->GetFieldType() != FormFieldType::kPushButton) in get_button_align_x() 551 if (pFormField->GetFieldType() != FormFieldType::kPushButton) in get_button_align_y() 581 if (pFormField->GetFieldType() != FormFieldType::kPushButton) in get_button_fit_bounds() 606 if (pFormField->GetFieldType() != FormFieldType::kPushButton) in get_button_position() 630 if (pFormField->GetFieldType() != FormFieldType::kPushButton) in get_button_scale_how() 655 if (pFormField->GetFieldType() != FormFieldType::kPushButton) in get_button_scale_when() 695 if (pFormField->GetFieldType() != FormFieldType::kComboBox && in get_calc_order_index() [all …]
|
D | cjs_publicmethods.cpp | 1601 switch (pFormField->GetFieldType()) { in AFSimple_Calculate()
|
/external/v8/src/ |
D | map-updater.cc | 50 FieldType* MapUpdater::GetFieldType(int descriptor) const { in GetFieldType() function in v8::internal::MapUpdater 57 return old_descriptors_->GetFieldType(descriptor); in GetFieldType() 67 return handle(GetFieldType(descriptor), isolate_); in GetOrComputeFieldType() 79 return handle(descriptors->GetFieldType(descriptor), isolate_); in GetOrComputeFieldType() 198 handle(old_descriptors_->GetFieldType(modified_descriptor_), isolate_), in TryRecofigureToDataFieldInplace() 210 DCHECK(old_descriptors_->GetFieldType(modified_descriptor_) in TryRecofigureToDataFieldInplace() 259 old_descriptors_->GetFieldType(modified_descriptor_); in FindRootMap() 340 target_descriptors->GetFieldType(modified_descriptor_))); in FindTargetMap() 564 FieldType* next_field_type = next_descriptors->GetFieldType(i); in FindSplitMap() 565 if (!descriptors->GetFieldType(i)->NowIs(next_field_type)) { in FindSplitMap() [all …]
|
D | map-updater.h | 127 inline FieldType* GetFieldType(int descriptor) const;
|
D | json-parser.cc | 398 ->GetFieldType(descriptor) in ParseJsonObject() 406 ->GetFieldType(descriptor) in ParseJsonObject()
|
D | lookup.h | 243 Handle<FieldType> GetFieldType() const;
|
D | lookup.cc | 699 Handle<FieldType> LookupIterator::GetFieldType() const { in GetFieldType() function in v8::internal::LookupIterator 704 holder_->map()->instance_descriptors()->GetFieldType(descriptor_number()), in GetFieldType()
|
D | value-serializer.cc | 1745 ->GetFieldType(descriptor) in ReadJSObjectProperties() 1753 ->GetFieldType(descriptor) in ReadJSObjectProperties()
|
D | objects-debug.cc | 360 FieldType* field_type = descriptors->GetFieldType(i); in JSObjectVerify()
|
D | objects.cc | 3861 map->instance_descriptors()->GetFieldType(modify_index), isolate); in CopyGeneralizeAllFields() 4028 Handle<FieldType> old_field_type(old_descriptors->GetFieldType(modify_index), in GeneralizeField() 4047 DCHECK_EQ(*old_field_type, descriptors->GetFieldType(modify_index)); in GeneralizeField() 4166 FieldType* new_type = new_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() 4174 FieldType* old_type = old_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() 4191 FieldType* new_type = new_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() 9074 descriptors->GetFieldType(descriptor)->NowContains(value); in CanHoldValue()
|
D | objects-inl.h | 3033 FieldType* DescriptorArray::GetFieldType(int descriptor_number) { in GetFieldType() function
|
D | objects.h | 3100 inline FieldType* GetFieldType(int descriptor_number);
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 80 if (GetFieldType() == FormFieldType::kRadioButton) { in GetMixXFAWidget() 209 GetFieldType() == FormFieldType::kRadioButton) { in HasXFAAAction() 258 GetFieldType() == FormFieldType::kRadioButton) { in OnXFAAAction() 288 switch (GetFieldType()) { in Synchronize() 364 switch (pFormField->GetFieldType()) { in SynchronizeXFAValue() 431 switch (pFormField->GetFieldType()) { in SynchronizeXFAItems() 485 FormFieldType fieldType = GetFieldType(); in IsWidgetAppearanceValid() 504 FormFieldType CPDFSDK_Widget::GetFieldType() const { in GetFieldType() function in CPDFSDK_Widget 506 return pField ? pField->GetFieldType() : FormFieldType::kUnknown; in GetFieldType() 532 return GetFieldType() == FormFieldType::kSignature; in IsSignatureWidget() [all …]
|
D | cpdfsdk_interform.cpp | 271 FormFieldType fieldType = pField->GetFieldType(); in OnCalculate() 311 if (pFormField->GetFieldType() == FormFieldType::kComboBox && in OnFormat() 631 FormFieldType fieldType = pField->GetFieldType(); in BeforeValueChange() 648 FormFieldType fieldType = pField->GetFieldType(); in AfterValueChange() 660 if (pField->GetFieldType() != FormFieldType::kListBox) in BeforeSelectionChange() 673 if (pField->GetFieldType() != FormFieldType::kListBox) in AfterSelectionChange() 682 FormFieldType fieldType = pField->GetFieldType(); in AfterCheckedStatusChange()
|
D | cpdfsdk_widgethandler.cpp | 46 if (pWidget->GetFieldType() == FormFieldType::kPushButton) in CanAnswer() 230 FormFieldType fieldType = pWidget->GetFieldType(); in OnLoad()
|
D | cpdfsdk_widget.h | 74 FormFieldType GetFieldType() const;
|
D | fpdfformfill.cpp | 228 return pFormField ? static_cast<int>(pFormField->GetFieldType()) : -1; in FPDFPage_HasFormFieldAtPoint()
|
D | cpdfsdk_formfillenvironment.cpp | 721 FormFieldType fieldType = pWidget->GetFieldType(); in KillFocusAnnot()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.h | 124 FormFieldType GetFieldType() const;
|
D | cpdf_formfield.cpp | 249 FormFieldType CPDF_FormField::GetFieldType() const { in GetFieldType() function in CPDF_FormField
|
D | cpdf_interform.cpp | 1209 FormFieldType fieldType = pField->GetFieldType(); in FDF_ImportField()
|
/external/v8/src/compiler/ |
D | access-info.cc | 326 descriptors->GetFieldType(number), isolate()); in ComputePropertyAccessInfo() 554 transition_map->instance_descriptors()->GetFieldType(number), in LookupTransition()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.cpp | 230 switch (pWidget->GetFieldType()) { in OnLButtonUp() 458 if (pWidget->GetFieldType() == FormFieldType::kPushButton) in IsFillingAllowed() 480 FormFieldType fieldType = pWidget->GetFieldType(); in GetFormFiller()
|
D | cffl_formfiller.cpp | 270 switch (m_pWidget->GetFieldType()) { in KillFocusForAnnot()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 5835 return handle(map->instance_descriptors()->GetFieldType(number_), isolate()); in GetFieldTypeFromMap()
|