HomeSort by relevance Sort by last modified time
    Searched refs:MSG_ROUTING_NONE (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/chromium_org/content/public/browser/
web_contents.cc 15 routing_id(MSG_ROUTING_NONE),
16 main_frame_routing_id(MSG_ROUTING_NONE),
24 routing_id(MSG_ROUTING_NONE),
25 main_frame_routing_id(MSG_ROUTING_NONE),
web_contents_observer.cc 55 return MSG_ROUTING_NONE;
  /external/chromium_org/content/browser/devtools/
ipc_devtools_agent_host.cc 12 SendMessageToAgent(new DevToolsAgentMsg_Attach(MSG_ROUTING_NONE));
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,
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.cc 16 : 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/renderer/
render_widget_fullscreen.cc 16 DCHECK_NE(MSG_ROUTING_NONE, routing_id_);
17 DCHECK_NE(MSG_ROUTING_NONE, opener_id_);
websharedworker_proxy.cc 21 : route_id_(exists ? route_id : MSG_ROUTING_NONE),
27 if (route_id_ != MSG_ROUTING_NONE)
40 if (route_id_ == MSG_ROUTING_NONE)
48 route_id_ = MSG_ROUTING_NONE;
61 DCHECK(route_id_ == MSG_ROUTING_NONE);
72 if (route_id_ == MSG_ROUTING_NONE)
88 return (route_id_ != MSG_ROUTING_NONE && queued_messages_.empty());
153 DCHECK(message_port_id != MSG_ROUTING_NONE);
156 Send(new WorkerMsg_Connect(route_id_, message_port_id, MSG_ROUTING_NONE));
dom_automation_controller.cc 23 routing_id_(MSG_ROUTING_NONE),
24 automation_id_(MSG_ROUTING_NONE) {
43 if (automation_id_ == MSG_ROUTING_NONE) {
100 automation_id_ = MSG_ROUTING_NONE;
110 if (automation_id_ == MSG_ROUTING_NONE) {
130 automation_id_ = MSG_ROUTING_NONE;
renderer_webcookiejar_impl.cc 28 MSG_ROUTING_NONE, url, first_party_for_cookies, value_utf8));
40 MSG_ROUTING_NONE, url, first_party_for_cookies, &value_utf8));
  /external/chromium_org/ppapi/proxy/
connection.h 23 browser_sender_routing_id(MSG_ROUTING_NONE) {
29 browser_sender_routing_id(MSG_ROUTING_NONE) {
  /external/chromium_org/extensions/common/
event_filter_unittest.cc 39 scoped_ptr<DictionaryValue>(new DictionaryValue), MSG_ROUTING_NONE));
51 new EventMatcher(filter_dict.Pass(), MSG_ROUTING_NONE));
65 MSG_ROUTING_NONE);
78 MSG_ROUTING_NONE);
85 google_event_, MSG_ROUTING_NONE);
95 "event1", info, MSG_ROUTING_NONE);
104 MSG_ROUTING_NONE);
112 google_event_, MSG_ROUTING_NONE);
124 "event1", info, MSG_ROUTING_NONE);
139 google_event_, MSG_ROUTING_NONE);
    [all...]
  /external/chromium_org/content/renderer/java/
java_bridge_channel.cc 41 int route_id = MSG_ROUTING_NONE;
45 DCHECK_NE(MSG_ROUTING_NONE, route_id);
  /external/chromium_org/ppapi/host/
host_message_context.cc 29 routing_id(MSG_ROUTING_NONE) {
45 routing_id(MSG_ROUTING_NONE) {
  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 25 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)
104 DCHECK(message_port_ids[i] != MSG_ROUTING_NONE);
141 if (route_id_ == MSG_ROUTING_NONE) {
142 DCHECK(message_port_id_ == MSG_ROUTING_NONE);
248 message_port_id_ = MSG_ROUTING_NONE;
  /external/chromium_org/content/renderer/gpu/
stream_texture_host_android.cc 15 : route_id_(MSG_ROUTING_NONE),
24 if (channel_.get() && route_id_ != MSG_ROUTING_NONE)
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest_unittest.cc 35 &delegate_, process_host, MSG_ROUTING_NONE);
  /external/chromium_org/content/public/renderer/
render_view_observer.cc 15 routing_id_(MSG_ROUTING_NONE) {
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_tracker.cc 53 const int render_process_id = rph ? rph->GetID() : MSG_ROUTING_NONE;
54 const int render_view_id = rvh ? rvh->GetRoutingID() : MSG_ROUTING_NONE;
  /external/chromium_org/content/browser/worker_host/
message_port_service.cc 73 port.entangled_message_port_id = MSG_ROUTING_NONE;
97 MSG_ROUTING_NONE);
113 if (entangled_message_port_id == MSG_ROUTING_NONE)
230 if (entangled_id != MSG_ROUTING_NONE) {
234 message_ports_[entangled_id].entangled_message_port_id = MSG_ROUTING_NONE;
  /external/chromium_org/content/test/
content_browser_test.cc 144 MSG_ROUTING_NONE,
153 MSG_ROUTING_NONE,
  /external/chromium/chrome/browser/ui/views/
dom_view.cc 38 return new TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL);
constrained_html_delegate_gtk.cc 75 html_tab_contents_(profile, NULL, MSG_ROUTING_NONE, NULL, NULL),
constrained_html_delegate_win.cc 77 html_tab_contents_(profile, NULL, MSG_ROUTING_NONE, NULL, NULL),
  /external/chromium_org/content/shell/android/
shell_manager.cc 63 MSG_ROUTING_NONE,
  /external/chromium_org/content/worker/
websharedworkerclient_proxy.cc 64 DCHECK(message_port_ids[i] != MSG_ROUTING_NONE);
65 routing_ids[i] = MSG_ROUTING_NONE;
  /external/chromium/chrome/browser/ui/gtk/
constrained_html_delegate_gtk.cc 70 tab_(new TabContents(profile, NULL, MSG_ROUTING_NONE, NULL, NULL)),

Completed in 510 milliseconds

1 2 3 4 5