Searched refs:HandleDocumentLoad (Results 1 - 20 of 20) 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);
H A Dppp_instance_combined.h42 PP_Bool HandleDocumentLoad(PP_Instance instance, PP_Resource url_loader);
/external/chromium_org/ppapi/api/
H A Dppp_instance.idl209 * HandleDocumentLoad() is called after initialize for a full-frame
236 PP_Bool HandleDocumentLoad(
/external/chromium_org/ppapi/cpp/
H A Dinstance.h222 /// HandleDocumentLoad() is called after Init() for a full-frame
242 virtual bool HandleDocumentLoad(const URLLoader& url_loader);
H A Dmodule.cc121 return PP_FromBool(instance->HandleDocumentLoad(URLLoader(pp_url_loader)));
H A Dinstance.cc106 bool Instance::HandleDocumentLoad(const URLLoader& /*url_loader*/) { function in class:pp::Instance
/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/native_client/src/trusted/plugin/
H A Dplugin.h69 virtual bool HandleDocumentLoad(const pp::URLLoader& url_loader);
H A Dplugin.cc315 bool Plugin::HandleDocumentLoad(const pp::URLLoader& url_loader) { function in class:plugin::Plugin
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc193 instance_->HandleDocumentLoad(response);
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(),
H A Dpepper_plugin_instance_impl.h199 bool HandleDocumentLoad(const blink::WebURLResponse& response);
533 // DidCreate, DidChangeView, and HandleDocumentLoad (if necessary).
/external/chromium_org/pdf/
H A Dpdf_engine.h200 virtual bool HandleDocumentLoad(const pp::URLLoader& loader) = 0;
H A Dinstance.h66 virtual bool HandleDocumentLoad(const pp::URLLoader& loader) OVERRIDE;
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_);
H A Dout_of_process_instance.cc681 if (!engine_->HandleDocumentLoad(embed_loader_)) {
703 preview_engine_->HandleDocumentLoad(embed_preview_loader_);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.h60 virtual bool HandleDocumentLoad(const pp::URLLoader& loader);
H A Dpdfium_engine.cc791 bool PDFiumEngine::HandleDocumentLoad(const pp::URLLoader& loader) { function in class:chrome_pdf::PDFiumEngine

Completed in 6425 milliseconds