Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_field.cpp666 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_alignment()
743 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_align_x()
770 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_align_y()
797 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_fit_bounds()
823 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_position()
849 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_scale_how()
875 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_button_scale_when()
916 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_calc_order_index()
940 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_char_limit()
961 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_comb()
[all …]
Djs_resources.h32 kObjectTypeError, enumerator
Djs_resources.cpp72 case JSMessage::kObjectTypeError: in JSGetStringFromID()
Dcjs_global.cpp267 return CJS_Result::Failure(JSMessage::kObjectTypeError); in GetProperty()
301 return CJS_Result::Failure(JSMessage::kObjectTypeError); in SetProperty()
542 return CJS_Result::Failure(JSMessage::kObjectTypeError); in SetGlobalVariables()
574 return CJS_Result::Failure(JSMessage::kObjectTypeError); in SetGlobalVariables()
Dcjs_app.cpp93 return CJS_Result::Failure(JSMessage::kObjectTypeError); in get_active_docs()