Searched refs:SetWebUIHandle (Results 1 – 8 of 8) sorted by relevance
23 virtual void SetWebUIHandle(
21 void WebUISetupImpl::SetWebUIHandle( in SetWebUIHandle() function in content::WebUISetupImpl
13 SetWebUIHandle(int32 view_routing_id, handle<message_pipe> web_ui_handle);
28 render_view_host->SetWebUIHandle(pipe.handle1.Pass()); in RenderViewCreated()
214 virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) = 0;
134 render_view_host->SetWebUIHandle(pipe.handle1.Pass()); in RenderViewCreated()
212 virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE;
659 void RenderViewHostImpl::SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) { in SetWebUIHandle() function in content::RenderViewHostImpl677 web_ui_setup->SetWebUIHandle(GetRoutingID(), handle.Pass()); in SetWebUIHandle()