OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CJS_GlobalConsts
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/include/javascript/
Consts.h
109
/* ------------------------------
CJS_GlobalConsts
------------------------------ */
111
class
CJS_GlobalConsts
: public CJS_Object
/external/pdfium/fpdfsdk/src/javascript/
Consts.cpp
131
/* ------------------------------
CJS_GlobalConsts
------------------------------ */
133
int
CJS_GlobalConsts
::Init(IJS_Runtime* pRuntime)
JS_Runtime.cpp
167
if (
CJS_GlobalConsts
::Init(*this) < 0) return FALSE;
Completed in 279 milliseconds