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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 353 JSConstSpec* pConsts = NULL;
357 CJS_Border::GetConsts(pConsts, nSize);
359 CJS_Display::GetConsts(pConsts, nSize);
361 CJS_Font::GetConsts(pConsts, nSize);
363 CJS_Highlight::GetConsts(pConsts, nSize);
365 CJS_Position::GetConsts(pConsts, nSize);
367 CJS_ScaleHow::GetConsts(pConsts, nSize);
369 CJS_ScaleWhen::GetConsts(pConsts, nSize);
371 CJS_Style::GetConsts(pConsts, nSize);
373 CJS_Zoomtype::GetConsts(pConsts, nSize);
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 248 static void GetConsts(JSConstSpec*& pConsts, int& nSize);\
293 void js_class_name::GetConsts(JSConstSpec*& pConsts, int& nSize)\
295 pConsts = JS_Class_Consts;\
315 static void GetConsts(JSConstSpec*& pConsts, int& nSize);\
341 void js_class_name::GetConsts(JSConstSpec*& pConsts, int& nSize)\
343 pConsts = JS_Class_Consts;\
352 static void GetConsts(JSConstSpec*& pConsts, int& nSize);\
577 void js_class_name::GetConsts(JSConstSpec*& pConsts, int& nSize)\
579 pConsts = JS_Class_Consts;\

Completed in 128 milliseconds