Home
last modified time | relevance | path

Searched refs:SetWebUIHandle (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/
Dweb_ui_setup_impl.h23 virtual void SetWebUIHandle(
Dweb_ui_setup_impl.cc21 void WebUISetupImpl::SetWebUIHandle( in SetWebUIHandle() function in content::WebUISetupImpl
/external/chromium_org/content/common/
Dweb_ui_setup.mojom13 SetWebUIHandle(int32 view_routing_id, handle<message_pipe> web_ui_handle);
/external/chromium_org/chrome/browser/ui/webui/
Dmojo_web_ui_controller.cc28 render_view_host->SetWebUIHandle(pipe.handle1.Pass()); in RenderViewCreated()
/external/chromium_org/content/public/browser/
Drender_view_host.h214 virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) = 0;
/external/chromium_org/content/browser/webui/
Dweb_ui_mojo_browsertest.cc134 render_view_host->SetWebUIHandle(pipe.handle1.Pass()); in RenderViewCreated()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h212 virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE;
Drender_view_host_impl.cc659 void RenderViewHostImpl::SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) { in SetWebUIHandle() function in content::RenderViewHostImpl
677 web_ui_setup->SetWebUIHandle(GetRoutingID(), handle.Pass()); in SetWebUIHandle()