Searched refs:routing_id (Results 176 - 200 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.h89 int routing_id,
H A Dextension_message_filter.cc161 int routing_id,
172 routing_id,
286 int routing_id,
294 routing_id,
160 OnExtensionAttachGuest( int routing_id, int element_instance_id, int guest_instance_id, const base::DictionaryValue& params) argument
285 OnExtensionRequestForIOThread( int routing_id, const ExtensionHostMsg_Request_Params& params) argument
/external/chromium_org/extensions/common/
H A Devent_filter.h48 int routing_id);
H A Devent_filter.cc137 int routing_id) {
166 if ((routing_id != MSG_ROUTING_NONE) &&
167 (event_matcher->GetRoutingID() != routing_id)) {
135 MatchEvent( const std::string& event_name, const EventFilteringInfo& event_info, int routing_id) argument
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc62 int routing_id,
67 routing_id);
70 routing_id);
59 RunExternalProtocolDialogWithDelegate( const GURL& url, int render_process_host_id, int routing_id, ExternalProtocolHandler::Delegate* delegate) argument
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_pdf_win.cc129 routing_id(),
138 Send(new PrintHostMsg_DidPrintPage(routing_id(), printed_page_params));
238 Send(new PrintHostMsg_DuplicateSection(routing_id(), *shared_mem_handle,
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_generation_agent.cc350 routing_id(),
365 routing_id(),
374 Send(new AutofillHostMsg_HidePasswordGenerationPopup(routing_id()));
H A Dpassword_autofill_agent.cc243 Send(new AutofillHostMsg_PasswordAutofillAgentConstructed(routing_id()));
507 logger.reset(new RendererSavePasswordProgressLogger(this, routing_id()));
572 Send(new AutofillHostMsg_PasswordFormsRendered(routing_id(),
576 Send(new AutofillHostMsg_PasswordFormsParsed(routing_id(), password_forms));
650 logger.reset(new RendererSavePasswordProgressLogger(this, routing_id()));
681 Send(new AutofillHostMsg_PasswordFormSubmitted(routing_id(),
715 logger.reset(new RendererSavePasswordProgressLogger(this, routing_id()));
749 routing_id(), *provisionally_saved_forms_[form_frame]));
774 Send(new AutofillHostMsg_PasswordFormSubmitted(routing_id(),
855 routing_id(), fiel
[all...]
/external/chromium_org/content/public/test/
H A Dmock_render_thread.cc56 if (msg->routing_id() == MSG_ROUTING_CONTROL)
86 void MockRenderThread::AddRoute(int32 routing_id, IPC::Listener* listener) { argument
89 void MockRenderThread::RemoveRoute(int32 routing_id) { argument
/external/chromium_org/ipc/
H A Dipc_logging.cc257 data.routing_id,
302 data->routing_id = message.routing_id();
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.cc205 Send(new ChromeViewHostMsg_ContentBlocked(routing_id(), settings_type));
270 routing_id(), GURL(frame->document().securityOrigin().toString()),
294 routing_id(),
332 routing_id(), GURL(frame->document().securityOrigin().toString()),
405 routing_id(), GURL(frame->document().securityOrigin().toString()),
515 Send(new ChromeViewHostMsg_DidBlockDisplayingInsecureContent(routing_id()));
H A Dchrome_render_view_observer.cc233 routing_id(),
280 routing_id(), web_app_info));
340 routing_id(), main_frame->document().url(), osdd_url,
H A Dchrome_render_frame_observer.cc121 routing_id(), thumbnail, original_size));
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager_base.cc72 return PrintNowInternal(new PrintMsg_PrintPages(routing_id()));
78 routing_id(),
391 Send(new PrintMsg_PrintingDone(routing_id(), success));
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.h91 static RenderFrameHostImpl* FromID(int process_id, int routing_id);
162 int routing_id() const { return routing_id_; } function in class:content::RenderFrameHostImpl
348 int routing_id,
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_unittest.cc75 int routing_id = process()->GetNextRoutingID(); local
76 test_rvh()->CreateNewFullscreenWidget(routing_id);
248 EXPECT_NE(test_rvh()->GetRoutingID(), root_rfh->routing_id());
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_observer.cc196 int routing_id,
201 routing_id_(routing_id) {
278 int routing_id = render_frame_host->GetRoutingID(); local
279 render_frame_host->Send(new ChromeViewMsg_NPAPINotSupported(routing_id));
195 PluginPlaceholderHost(PluginObserver* observer, int routing_id, base::string16 plugin_name, PluginInstaller* installer) argument
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.cc107 create_params.routing_id = MSG_ROUTING_NONE;
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.h63 int routing_id,
/external/chromium_org/content/browser/android/java/
H A Dgin_java_bridge_dispatcher_host.h106 void SetCurrentRoutingID(int routing_id);
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_focus_only.cc135 << "routing id=" << routing_id()
143 Send(new AccessibilityHostMsg_Events(routing_id(), events, false));
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_agent.h40 static DevToolsAgent* FromRoutingId(int routing_id);
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.h50 int32 routing_id,
/external/chromium_org/content/renderer/manifest/
H A Dmanifest_manager.cc70 routing_id(), request_id, ipc_manifest));
/external/chromium_org/ppapi/host/
H A Dppapi_host.h106 int routing_id,

Completed in 499 milliseconds

1234567891011>>