Searched refs:pProperties (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp403 JSPropertySpec* pProperties = NULL; local
407 CJS_App::GetProperties(pProperties, nSize);
409 CJS_Color::GetProperties(pProperties, nSize);
413 CJS_Document::GetProperties(pProperties, nSize);
415 CJS_App::GetProperties(pProperties, nSize);
418 CJS_Event::GetProperties(pProperties, nSize);
420 CJS_Field::GetProperties(pProperties, nSize);
422 CJS_Global::GetProperties(pProperties, nSize);
424 CJS_Util::GetProperties(pProperties, nSize);
427 array.Add(pProperties[
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h249 static void GetProperties(JSPropertySpec*& pProperties, int& nSize);\
298 void js_class_name::GetProperties(JSPropertySpec*& pProperties, int& nSize)\
300 pProperties = JS_Class_Properties;\
353 static void GetProperties(JSPropertySpec*& pProperties, int& nSize);\
582 void js_class_name::GetProperties(JSPropertySpec*& pProperties, int& nSize)\
584 pProperties = JS_Class_Properties;\

Completed in 261 milliseconds