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

1 2 3 4 5

  /external/chromium_org/content/public/browser/
speech_recognition_session_context.cc 14 guest_render_view_id(MSG_ROUTING_NONE),
16 embedder_render_view_id(MSG_ROUTING_NONE),
web_contents.cc 16 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),
web_contents_observer.cc 65 return MSG_ROUTING_NONE;
  /external/chromium_org/content/browser/devtools/
ipc_devtools_agent_host.cc 12 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/
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/common/gpu/
devtools_gpu_agent.cc 16 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/
render_widget_fullscreen.cc 16 DCHECK_NE(MSG_ROUTING_NONE, routing_id_);
17 DCHECK_NE(MSG_ROUTING_NONE, opener_id_);
websharedworker_proxy.cc 39 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));
dom_automation_controller.cc 45 : 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;
shared_worker_repository.cc 30 int route_id = MSG_ROUTING_NONE;
39 if (route_id == MSG_ROUTING_NONE)
  /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/content/child/
request_extra_data.cc 16 render_frame_id_(MSG_ROUTING_NONE),
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)
94 DCHECK(message_port_ids[i] != MSG_ROUTING_NONE);
163 if (route_id_ == MSG_ROUTING_NONE) {
164 DCHECK(message_port_id_ == MSG_ROUTING_NONE);
274 message_port_id_ = MSG_ROUTING_NONE;
  /external/chromium_org/content/public/common/
storage_quota_params.h 19 : render_view_id(MSG_ROUTING_NONE),
  /external/chromium_org/extensions/common/
event_filter_unittest.cc 45 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/
render_frame_observer.cc 15 routing_id_(MSG_ROUTING_NONE) {
20 DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
  /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 11 : 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/
security_exploit_browsertest.cc 124 int duplicate_routing_id = MSG_ROUTING_NONE;
127 EXPECT_NE(MSG_ROUTING_NONE, duplicate_routing_id);
153 int duplicate_routing_id = MSG_ROUTING_NONE;
156 EXPECT_NE(MSG_ROUTING_NONE, duplicate_routing_id);
  /external/chromium_org/apps/shell/renderer/
shell_custom_bindings.cc 32 if (view_id == MSG_ROUTING_NONE)
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame_unittest.cc 35 &delegate_, process_host, MSG_ROUTING_NONE, false);
render_widget_host_view_guest_unittest.cc 35 &delegate_, process_host, MSG_ROUTING_NONE, false);
  /external/chromium_org/content/browser/service_worker/
service_worker_info.cc 19 devtools_agent_route_id(MSG_ROUTING_NONE) {
  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.cc 98 new ChromeViewMsg_SetAllowDisplayingInsecureContent(MSG_ROUTING_NONE,
100 new ChromeViewMsg_SetAllowRunningInsecureContent(MSG_ROUTING_NONE, true));
  /external/chromium_org/content/browser/media/capture/
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;

Completed in 572 milliseconds

1 2 3 4 5