Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_boolean.h41 inline CPDF_Boolean* ToBoolean(CPDF_Object* obj) { in ToBoolean() function
45 inline const CPDF_Boolean* ToBoolean(const CPDF_Object* obj) { in ToBoolean() function
/external/pdfium/fxjs/
Dcfx_v8.cpp149 bool CFX_V8::ToBoolean(v8::Local<v8::Value> pValue) { in ToBoolean() function in CFX_V8
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp388 bool CFXJSE_Value::ToBoolean() const { in ToBoolean() function in CFXJSE_Value