OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CJS_Style
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/include/javascript/
Consts.h
89
class
CJS_Style
: public CJS_Object
92
CJS_Style
(JSFXObject pObject) : CJS_Object(pObject) {};
93
virtual ~
CJS_Style
(void){};
/external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp
148
if (
CJS_Style
::Init(*this, JS_STATIC) < 0) return FALSE;
340
array.Add(
CJS_Style
::m_pClassName);
370
else if (sObjName ==
CJS_Style
::m_pClassName)
371
CJS_Style
::GetConsts(pConsts, nSize);
Consts.cpp
105
BEGIN_JS_STATIC_CONST(
CJS_Style
)
114
IMPLEMENT_JS_CLASS_CONST(
CJS_Style
,style)
Completed in 84 milliseconds