Searched defs:HandleDocumentLoad (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppp_instance.h148 * HandleDocumentLoad() is called after initialize for a full-frame
175 PP_Bool (*HandleDocumentLoad)(PP_Instance instance, PP_Resource url_loader); member in struct:PPP_Instance_1_1
190 PP_Bool (*HandleDocumentLoad)(PP_Instance instance, PP_Resource url_loader); member in struct:PPP_Instance_1_0
/external/chromium_org/ppapi/shared_impl/
H A Dppp_instance_combined.cc38 instance_1_1_.HandleDocumentLoad = instance_if.HandleDocumentLoad;
73 PP_Bool PPP_Instance_Combined::HandleDocumentLoad(PP_Instance instance, function in class:ppapi::PPP_Instance_Combined
76 instance_1_1_.HandleDocumentLoad, instance, url_loader);
/external/chromium_org/ppapi/proxy/
H A Dppp_instance_proxy.cc89 PP_Bool HandleDocumentLoad(PP_Instance instance, PP_Resource url_loader) { function in namespace:ppapi::proxy::__anon10135
101 &HandleDocumentLoad
247 if (!combined_interface_->HandleDocumentLoad(instance, loader_pp_resource))
H A Dppp_instance_proxy_unittest.cc66 PP_Bool HandleDocumentLoad(PP_Instance instance, PP_Resource url_loader) { function in namespace:ppapi::proxy::__anon10136
92 &HandleDocumentLoad
/external/chromium_org/ppapi/cpp/
H A Dinstance.cc106 bool Instance::HandleDocumentLoad(const URLLoader& /*url_loader*/) { function in class:pp::Instance
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc315 bool Plugin::HandleDocumentLoad(const pp::URLLoader& url_loader) { function in class:plugin::Plugin
/external/chromium_org/pdf/
H A Dinstance.cc374 bool Instance::HandleDocumentLoad(const pp::URLLoader& loader) { function in class:chrome_pdf::Instance
377 return engine_->HandleDocumentLoad(loader);
920 engine_->HandleDocumentLoad(embed_loader_);
929 preview_engine_->HandleDocumentLoad(embed_preview_loader_);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc902 bool PepperPluginInstanceImpl::HandleDocumentLoad( function in class:content::PepperPluginInstanceImpl
924 // PPP_Instance.HandleDocumentLoad call below, since this may reentrantly
3029 // immediately (before other events like HandleDocumentLoad).
3039 HandleDocumentLoad(external_document_response_);
3380 if (!instance_interface_->HandleDocumentLoad(pp_instance(),
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc791 bool PDFiumEngine::HandleDocumentLoad(const pp::URLLoader& loader) { function in class:chrome_pdf::PDFiumEngine

Completed in 196 milliseconds