Home
last modified time | relevance | path

Searched defs:ToBoolean (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_boolean.h36 inline CPDF_Boolean* ToBoolean(CPDF_Object* obj) { in ToBoolean() function
40 inline const CPDF_Boolean* ToBoolean(const CPDF_Object* obj) { in ToBoolean() function
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_v8.cpp106 bool CFX_V8::ToBoolean(v8::Local<v8::Value> pValue) { in ToBoolean() function in CFX_V8
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp304 bool CFXJSE_Value::ToBoolean(v8::Isolate* pIsolate) const { in ToBoolean() function in CFXJSE_Value