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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 141 if (CJS_Border::Init(*this, JS_STATIC) < 0) return FALSE;
142 if (CJS_Display::Init(*this, JS_STATIC) < 0) return FALSE;
143 if (CJS_Font::Init(*this, JS_STATIC) < 0) return FALSE;
144 if (CJS_Highlight::Init(*this, JS_STATIC) < 0) return FALSE;
145 if (CJS_Position::Init(*this, JS_STATIC) < 0) return FALSE;
146 if (CJS_ScaleHow::Init(*this, JS_STATIC) < 0) return FALSE;
147 if (CJS_ScaleWhen::Init(*this, JS_STATIC) < 0) return FALSE;
148 if (CJS_Style::Init(*this, JS_STATIC) < 0) return FALSE;
149 if (CJS_Zoomtype::Init(*this, JS_STATIC) < 0) return FALSE;
152 if (CJS_App::Init(*this, JS_STATIC) < 0) return FALSE;
    [all...]
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 15 JS_STATIC = 1,

Completed in 70 milliseconds