Searched defs:GetFieldType (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dlookup.cc646 Handle<FieldType> LookupIterator::GetFieldType() const { function in class:v8::internal::LookupIterator
651 holder_->map()->instance_descriptors()->GetFieldType(descriptor_number()),
H A Dobjects.cc3698 map->instance_descriptors()->GetFieldType(modify_index), isolate);
3802 FieldType* next_field_type = next_descriptors->GetFieldType(i);
3803 if (!descriptors->GetFieldType(i)->NowIs(next_field_type)) {
3907 Handle<FieldType> old_field_type(old_descriptors->GetFieldType(modify_index),
3925 DCHECK_EQ(*old_field_type, descriptors->GetFieldType(modify_index));
3949 static inline Handle<FieldType> GetFieldType( function in namespace:v8::internal
3958 return handle(descriptors->GetFieldType(descriptor), isolate);
4029 handle(old_descriptors->GetFieldType(modify_index), isolate),
4040 old_descriptors->GetFieldType(modify_index)->NowIs(new_field_type));
4076 (!new_field_type->NowIs(old_descriptors->GetFieldType(modify_inde
9452 FieldType* DescriptorArray::GetFieldType(int descriptor_number) { function in class:v8::internal::DescriptorArray
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp248 int CPDF_FormField::GetFieldType() const { function in class:CPDF_FormField
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp79 if (GetFieldType() == FIELDTYPE_RADIOBUTTON) {
210 GetFieldType() == FIELDTYPE_RADIOBUTTON) {
258 GetFieldType() == FIELDTYPE_RADIOBUTTON) {
288 switch (GetFieldType()) {
360 switch (pFormField->GetFieldType()) {
428 switch (pFormField->GetFieldType()) {
482 int nFieldType = GetFieldType();
500 int CPDFSDK_Widget::GetFieldType() const { function in class:CPDFSDK_Widget
502 return pField ? pField->GetFieldType() : FIELDTYPE_UNKNOWN;
528 return GetFieldType()
[all...]

Completed in 147 milliseconds