Searched refs:SetLinkUnderCursor (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_api.h36 virtual void SetLinkUnderCursor(const char* url) = 0;
H A Dppb_pdf_thunk.cc157 void SetLinkUnderCursor(PP_Instance instance, const char* url) { function in namespace:ppapi::thunk::__anon10300
161 enter.functions()->SetLinkUnderCursor(url);
183 &SetLinkUnderCursor,
/external/chromium_org/content/renderer/pepper/
H A Dfake_pepper_plugin_instance.cc74 void FakePepperPluginInstance::SetLinkUnderCursor(const std::string& url) {} function in class:content::FakePepperPluginInstance
H A Dfake_pepper_plugin_instance.h43 virtual void SetLinkUnderCursor(const std::string& url) OVERRIDE;
H A Dpepper_plugin_instance_impl.h384 virtual void SetLinkUnderCursor(const std::string& url) OVERRIDE;
H A Dpepper_plugin_instance_impl.cc1377 void PepperPluginInstanceImpl::SetLinkUnderCursor(const std::string& url) { function in class:content::PepperPluginInstanceImpl
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.h64 static void SetLinkUnderCursor(const InstanceHandle& instance,
H A Dpdf.cc195 void PDF::SetLinkUnderCursor(const InstanceHandle& instance, const char* url) { function in class:pp::PDF
197 get_interface<PPB_PDF>()->SetLinkUnderCursor(instance.pp_instance(), url);
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.h59 virtual void SetLinkUnderCursor(const char* url) OVERRIDE;
H A Dpdf_resource.cc203 void PDFResource::SetLinkUnderCursor(const char* url) { function in class:ppapi::proxy::PDFResource
/external/chromium_org/content/public/renderer/
H A Dpepper_plugin_instance.h113 virtual void SetLinkUnderCursor(const std::string& url) = 0;
/external/chromium_org/ppapi/c/private/
H A Dppb_pdf.h171 void (*SetLinkUnderCursor)(PP_Instance instance, const char* url); member in struct:PPB_PDF
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc315 void SetLinkUnderCursor(PP_Instance instance_id, const char* url) { function in namespace:pdf::__anon6690
320 instance->SetLinkUnderCursor(url);
342 &SetLinkUnderCursor, //
H A Dpepper_pdf_host.cc230 instance->SetLinkUnderCursor(url);
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_pdf.idl162 void SetLinkUnderCursor(
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc1496 pp::PDF::SetLinkUnderCursor(GetPluginInstance(), url.c_str());

Completed in 5771 milliseconds