Searched defs:routing_id (Results 26 - 50 of 130) sorted by relevance

123456

/external/chromium_org/content/renderer/
H A Drender_view_impl_params.h31 int32 routing_id,
48 int32 routing_id; member in struct:content::RenderViewImplParams
/external/chromium_org/extensions/common/
H A Devent_matcher.cc16 int routing_id)
18 routing_id_(routing_id) {
15 EventMatcher(scoped_ptr<base::DictionaryValue> filter, int routing_id) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_tab_id_map.cc67 host->process()->id(), host->routing_id(),
81 host->process()->id(), host->routing_id(),
93 host->process()->id(), host->routing_id()));
126 int render_process_host_id, int routing_id, int tab_id, int window_id) {
128 RenderId render_id(render_process_host_id, routing_id);
133 int render_process_host_id, int routing_id) {
135 RenderId render_id(render_process_host_id, routing_id);
140 int render_process_host_id, int routing_id, int* tab_id, int* window_id) {
142 RenderId render_id(render_process_host_id, routing_id);
125 SetTabAndWindowId( int render_process_host_id, int routing_id, int tab_id, int window_id) argument
132 ClearTabAndWindowId( int render_process_host_id, int routing_id) argument
139 GetTabAndWindowId( int render_process_host_id, int routing_id, int* tab_id, int* window_id) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dexternal_protocol_dialog_gtk.cc34 const GURL& url, int render_process_host_id, int routing_id) {
33 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc18 int routing_id,
21 routing_id_(routing_id),
17 ExtensionMessagePort(content::RenderProcessHost* process, int routing_id, const std::string& extension_id) argument
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_api.cc91 int routing_id = rvh->GetRoutingID(); local
121 base::StringPrintf("%i:%i", render_process_id, routing_id);
134 routing_id,
H A Dtab_capture_apitest.cc147 int routing_id = rvh->GetRoutingID(); local
149 listener.Reply(base::StringPrintf("%i:%i", render_process_id, routing_id));
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.h43 FPSDetails(int routing_id, float fps) argument
44 : routing_id_(routing_id),
46 int routing_id() const { return routing_id_; } function in class:ChromeRenderMessageFilter::FPSDetails
87 void OnFPS(int routing_id, float fps);
89 void OnOpenChannelToExtension(int routing_id,
98 void OnOpenChannelToNativeApp(int routing_id,
106 void OnOpenChannelToTab(int routing_id, int tab_id,
138 int routing_id,
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc25 int routing_id,
33 create_params.routing_id = routing_id;
24 BackgroundContents(SiteInstance* site_instance, int routing_id, Delegate* delegate) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dimmediate_input_router.h36 int routing_id);
130 int routing_id() const { return routing_id_; } function in class:content::ImmediateInputRouter
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket.h41 int32 routing_id,
49 int32 routing_id,
56 int routing_id() { return routing_id_; } function in class:content::PepperTCPSocket
/external/chromium_org/content/renderer/gpu/
H A Dinput_handler_manager.cc52 int routing_id,
56 AddInputHandlerOnCompositorThread(routing_id,
65 routing_id,
73 int routing_id,
84 if (input_handlers_.count(routing_id) != 0)
90 client_->DidAddInputHandler(routing_id, input_handler.get());
91 input_handlers_[routing_id] =
93 routing_id, main_loop, input_handler, render_view_impl));
96 void InputHandlerManager::RemoveInputHandler(int routing_id) { argument
101 client_->DidRemoveInputHandler(routing_id);
51 AddInputHandler( int routing_id, const base::WeakPtr<cc::InputHandler>& input_handler, const base::WeakPtr<RenderViewImpl>& render_view_impl) argument
72 AddInputHandlerOnCompositorThread( int routing_id, const scoped_refptr<base::MessageLoopProxy>& main_loop, const base::WeakPtr<cc::InputHandler>& input_handler, const base::WeakPtr<RenderViewImpl>& render_view_impl) argument
105 HandleInputEvent( int routing_id, const WebInputEvent* input_event, const ui::LatencyInfo& latency_info) argument
124 DidOverscroll(int routing_id, const cc::DidOverscrollParams& params) argument
[all...]
H A Dmailbox_output_surface.cc22 int32 routing_id,
26 : CompositorOutputSurface(routing_id,
21 MailboxOutputSurface( int32 routing_id, uint32 output_surface_id, WebGraphicsContext3DCommandBufferImpl* context3D, cc::SoftwareOutputDevice* software_device) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_router.cc67 int routing_id = 0; local
70 routing_id = view->GetRoutingID();
73 routing_id);
/external/chromium_org/content/worker/
H A Dwebsharedworker_stub.cc108 void WebSharedWorkerStub::OnConnect(int sent_message_port_id, int routing_id) { argument
111 new WebMessagePortChannelImpl(routing_id,
120 PendingConnectInfo pending_connect(sent_message_port_id, routing_id);
/external/chromium_org/ipc/
H A Dipc_sync_message.cc40 int32 routing_id,
44 : Message(routing_id, type, priority),
99 Message* reply = new Message(msg->routing_id(), IPC_REPLY_ID,
39 SyncMessage( int32 routing_id, uint32 type, PriorityValue priority, MessageReplyDeserializer* deserializer) argument
/external/chromium_org/webkit/child/
H A Dresource_loader_bridge.h90 int routing_id; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
/external/chromium/chrome/browser/printing/
H A Dprinting_message_filter.cc239 params.routing_id,
252 int routing_id,
250 OnScriptedPrintReply( scoped_refptr<printing::PrinterQuery> printer_query, int routing_id, IPC::Message* reply_msg) argument
/external/chromium/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
43 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.cc184 int render_process_host_id, int routing_id, int tab_id, int window_id) {
186 RenderId render_id(render_process_host_id, routing_id);
191 int render_process_host_id, int routing_id) {
193 RenderId render_id(render_process_host_id, routing_id);
198 int render_process_host_id, int routing_id, int* tab_id, int* window_id) {
200 RenderId render_id(render_process_host_id, routing_id);
183 SetTabAndWindowId( int render_process_host_id, int routing_id, int tab_id, int window_id) argument
190 ClearTabAndWindowId( int render_process_host_id, int routing_id) argument
197 GetTabAndWindowId( int render_process_host_id, int routing_id, int* tab_id, int* window_id) argument
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc59 int routing_id,
64 routing_id);
67 routing_id);
56 RunExternalProtocolDialogWithDelegate( const GURL& url, int render_process_host_id, int routing_id, ExternalProtocolHandler::Delegate* delegate) argument
/external/chromium_org/chrome/browser/task_manager/
H A Dbrowser_process_resource_provider.cc148 int routing_id) {
145 GetResource( int origin_pid, int render_process_host_id, int routing_id) argument
H A Dguest_resource_provider.cc111 int routing_id) {
122 contents->GetRenderViewHost()->GetRoutingID() == routing_id) {
108 GetResource( int origin_pid, int render_process_host_id, int routing_id) argument
H A Dpanel_resource_provider.cc124 int routing_id) {
135 contents->GetRenderViewHost()->GetRoutingID() == routing_id) {
121 GetResource( int origin_pid, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc38 const GURL& url, int render_process_host_id, int routing_id) {
46 render_process_host_id, routing_id);
37 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument

Completed in 495 milliseconds

123456