Home
last modified time | relevance | path

Searched refs:kObjectTypeError (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/
Dcjs_field.cpp693 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_alignment()
770 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_align_x()
797 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_align_y()
824 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_fit_bounds()
850 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_position()
876 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_scale_how()
902 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_scale_when()
936 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_calc_order_index()
960 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_char_limit()
981 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_comb()
[all …]
Djs_resources.h32 kObjectTypeError, enumerator
Djs_resources.cpp72 case JSMessage::kObjectTypeError: in JSGetStringFromID()
Dcjs_app.cpp103 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_active_docs()
Dcjs_global.cpp256 return CJS_Result::Failure(JSMessage::kObjectTypeError); in SetProperty()