Searched refs:MSG_ROUTING_NONE (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/content/public/browser/
H A Dspeech_recognition_session_context.cc15 guest_render_view_id(MSG_ROUTING_NONE),
17 embedder_render_view_id(MSG_ROUTING_NONE),
H A Dweb_contents.cc16 routing_id(MSG_ROUTING_NONE),
17 main_frame_routing_id(MSG_ROUTING_NONE),
28 routing_id(MSG_ROUTING_NONE),
29 main_frame_routing_id(MSG_ROUTING_NONE),
H A Dweb_contents_observer.cc65 return MSG_ROUTING_NONE;
/external/chromium_org/content/browser/devtools/
H A Dipc_devtools_agent_host.cc12 SendMessageToAgent(new DevToolsAgentMsg_Attach(MSG_ROUTING_NONE, GetId()));
17 SendMessageToAgent(new DevToolsAgentMsg_Detach(MSG_ROUTING_NONE));
24 MSG_ROUTING_NONE, message));
28 SendMessageToAgent(new DevToolsAgentMsg_InspectElement(MSG_ROUTING_NONE,
37 MSG_ROUTING_NONE, GetId(), saved_agent_state));
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_extension_handler.cc16 : context_(context), routing_id_(MSG_ROUTING_NONE) {
20 if (routing_id_ != MSG_ROUTING_NONE)
25 if (routing_id_ == MSG_ROUTING_NONE) {
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_agent.cc16 route_id_(MSG_ROUTING_NONE) {
24 if (route_id_ != MSG_ROUTING_NONE) {
39 if (route_id_ == MSG_ROUTING_NONE)
44 route_id_ = MSG_ROUTING_NONE;
52 if (route_id_ == MSG_ROUTING_NONE)
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen.cc16 DCHECK_NE(MSG_ROUTING_NONE, routing_id_);
17 DCHECK_NE(MSG_ROUTING_NONE, opener_id_);
H A Dwebsharedworker_proxy.cc39 if (route_id_ == MSG_ROUTING_NONE)
47 route_id_ = MSG_ROUTING_NONE;
84 DCHECK(message_port_id != MSG_ROUTING_NONE);
87 Send(new WorkerMsg_Connect(route_id_, message_port_id, MSG_ROUTING_NONE));
H A Ddom_automation_controller.cc45 : RenderFrameObserver(render_frame), automation_id_(MSG_ROUTING_NONE) {}
65 if (automation_id_ == MSG_ROUTING_NONE)
93 automation_id_ = MSG_ROUTING_NONE;
101 if (automation_id_ == MSG_ROUTING_NONE)
106 automation_id_ = MSG_ROUTING_NONE;
H A Dshared_worker_repository.cc30 int route_id = MSG_ROUTING_NONE;
39 if (route_id == MSG_ROUTING_NONE)
/external/chromium_org/ppapi/proxy/
H A Dconnection.h23 browser_sender_routing_id(MSG_ROUTING_NONE) {
29 browser_sender_routing_id(MSG_ROUTING_NONE) {
/external/chromium_org/content/child/
H A Drequest_extra_data.cc16 render_frame_id_(MSG_ROUTING_NONE),
H A Dwebmessageportchannel_impl.cc25 route_id_(MSG_ROUTING_NONE),
26 message_port_id_(MSG_ROUTING_NONE),
55 if (message_port_id_ != MSG_ROUTING_NONE)
58 if (route_id_ != MSG_ROUTING_NONE)
94 DCHECK(message_port_ids[i] != MSG_ROUTING_NONE);
164 if (route_id_ == MSG_ROUTING_NONE) {
165 DCHECK(message_port_id_ == MSG_ROUTING_NONE);
275 message_port_id_ = MSG_ROUTING_NONE;
/external/chromium_org/content/public/common/
H A Dstorage_quota_params.h19 : render_view_id(MSG_ROUTING_NONE),
/external/chromium_org/extensions/common/
H A Devent_filter_unittest.cc45 scoped_ptr<DictionaryValue>(new DictionaryValue), MSG_ROUTING_NONE));
57 new EventMatcher(filter_dict.Pass(), MSG_ROUTING_NONE));
71 MSG_ROUTING_NONE);
84 MSG_ROUTING_NONE);
91 google_event_, MSG_ROUTING_NONE);
101 "event1", info, MSG_ROUTING_NONE);
110 MSG_ROUTING_NONE);
118 google_event_, MSG_ROUTING_NONE);
130 "event1", info, MSG_ROUTING_NONE);
145 google_event_, MSG_ROUTING_NONE);
[all...]
/external/chromium_org/content/public/renderer/
H A Drender_frame_observer.cc15 routing_id_(MSG_ROUTING_NONE) {
20 DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
H A Drender_view_observer.cc15 routing_id_(MSG_ROUTING_NONE) {
20 // TODO(jam): bring this back DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
/external/chromium_org/ppapi/host/
H A Dhost_message_context.cc11 : sync_reply_msg(NULL), routing_id(MSG_ROUTING_NONE) {}
29 routing_id(MSG_ROUTING_NONE) {
45 routing_id(MSG_ROUTING_NONE) {
/external/chromium_org/content/browser/
H A Dsecurity_exploit_browsertest.cc124 int duplicate_routing_id = MSG_ROUTING_NONE;
127 EXPECT_NE(MSG_ROUTING_NONE, duplicate_routing_id);
155 int duplicate_routing_id = MSG_ROUTING_NONE;
158 EXPECT_NE(MSG_ROUTING_NONE, duplicate_routing_id);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame_unittest.cc35 &delegate_, process_host, MSG_ROUTING_NONE, false);
H A Drender_widget_host_view_guest_unittest.cc35 &delegate_, process_host, MSG_ROUTING_NONE, false);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_info.cc19 devtools_agent_route_id(MSG_ROUTING_NONE) {
H A Dembedded_worker_instance.cc93 int worker_devtools_agent_route_id = MSG_ROUTING_NONE;
119 if (worker_devtools_agent_route_id_ != MSG_ROUTING_NONE)
148 params->worker_devtools_agent_route_id = MSG_ROUTING_NONE;
197 worker_devtools_agent_route_id_(MSG_ROUTING_NONE),
267 if (worker_devtools_agent_route_id_ != MSG_ROUTING_NONE)
274 if (worker_devtools_agent_route_id_ != MSG_ROUTING_NONE)
291 if (worker_devtools_agent_route_id_ != MSG_ROUTING_NONE)
298 worker_devtools_agent_route_id_ = MSG_ROUTING_NONE;
/external/chromium_org/chrome/browser/infobars/
H A Dinsecure_content_infobar_delegate.cc99 new ChromeViewMsg_SetAllowDisplayingInsecureContent(MSG_ROUTING_NONE,
101 new ChromeViewMsg_SetAllowRunningInsecureContent(MSG_ROUTING_NONE, true));
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller_unittest.cc47 base::string16(), MSG_ROUTING_NONE, MSG_ROUTING_NONE, -1, false); variable

Completed in 322 milliseconds

12345