HomeSort by relevance Sort by last modified time
    Searched refs:JS_NewBoolean (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 115 v8::Handle<v8::Value> JS_NewBoolean(IJS_Runtime* pJSRuntime,bool b);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 164 m_pValue = JS_NewBoolean(m_isolate, bValue);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 655 v8::Handle<v8::Value> JS_NewBoolean(IJS_Runtime* pJSRuntime,bool b)

Completed in 33 milliseconds