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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.h 58 void GetMethods();
srpc_client.cc 86 GetMethods();
87 PLUGIN_PRINTF(("SrpcClient::Init (GetMethods worked)\n"));
107 void SrpcClient::GetMethods() {
108 PLUGIN_PRINTF(("SrpcClient::GetMethods (this=%p)\n",
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 436 CJS_App::GetMethods(pMethods, nSize);
438 CJS_Color::GetMethods(pMethods, nSize);
442 CJS_Document::GetMethods(pMethods, nSize);
444 CJS_App::GetMethods(pMethods, nSize);
447 CJS_Event::GetMethods(pMethods, nSize);
449 CJS_Field::GetMethods(pMethods, nSize);
451 CJS_Global::GetMethods(pMethods, nSize);
453 CJS_Util::GetMethods(pMethods, nSize);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 250 static void GetMethods(JSMethodSpec*& pMethods, int& nSize);\
303 void js_class_name::GetMethods(JSMethodSpec*& pMethods, int& nSize)\
354 static void GetMethods(JSMethodSpec*& pMethods, int& nSize);\
587 void js_class_name::GetMethods(JSMethodSpec*& pMethods, int& nSize)\

Completed in 275 milliseconds