HomeSort by relevance Sort by last modified time
    Searched defs:routing_id (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_dispatcher_host_impl.h 59 LockInformation(int request_id, int process_id, int routing_id);
62 int routing_id; member in struct:content::ScreenOrientationDispatcherHostImpl::LockInformation
  /external/chromium_org/content/public/browser/
ax_event_notification_details.h 25 int routing_id);
34 int routing_id; member in struct:content::AXEventNotificationDetails
web_contents_observer.cc 63 int WebContentsObserver::routing_id() const { function in class:content::WebContentsObserver
web_contents.h 106 int routing_id; member in struct:content::WebContents::CreateParams
  /external/chromium_org/ppapi/host/
host_message_context.h 22 int routing_id);
41 int routing_id; member in struct:ppapi::host::ReplyMessageContext
50 int routing_id,
77 int routing_id; member in struct:ppapi::host::HostMessageContext
  /external/chromium_org/content/browser/renderer_host/
websocket_host.h 38 WebSocketHost(int routing_id,
48 // delegates to this method after looking up the |routing_id|.
51 int routing_id() const { return routing_id_; } function in class:content::WebSocketHost
websocket_dispatcher_host.cc 47 WebSocketHost* WebSocketDispatcherHost::CreateWebSocketHost(int routing_id) {
48 return new WebSocketHost(routing_id, this, get_context_callback_.Run());
65 int routing_id = message.routing_id(); local
66 WebSocketHost* host = GetHost(routing_id);
69 DVLOG(1) << "routing_id=" << routing_id << " already in use.";
76 host = websocket_host_factory_.Run(routing_id);
77 hosts_.insert(WebSocketHostTable::value_type(routing_id, host));
80 DVLOG(1) << "Received invalid routing ID " << routing_id
    [all...]
websocket_dispatcher_host_unittest.cc 33 MockWebSocketHost(int routing_id,
69 void GoAway(int routing_id) {
70 gone_hosts_.push_back(routing_id);
92 WebSocketHost* CreateWebSocketHost(int routing_id) {
94 new MockWebSocketHost(routing_id, dispatcher_host_.get(), NULL, this);
101 int routing_id,
105 : WebSocketHost(routing_id, dispatcher, url_request_context),
110 owner_->GoAway(routing_id());
127 int routing_id = 123; local
134 routing_id, socket_url, requested_protocols, origin, render_frame_id)
148 int routing_id = 123; local
160 int routing_id = 123; local
    [all...]
  /external/chromium_org/content/renderer/input/
input_handler_wrapper.h 20 int routing_id,
26 int routing_id() const { return routing_id_; } function in class:content::InputHandlerWrapper
input_event_filter.cc 64 void InputEventFilter::DidAddInputHandler(int routing_id,
67 routes_.insert(routing_id);
70 void InputEventFilter::DidRemoveInputHandler(int routing_id) {
72 routes_.erase(routing_id);
75 void InputEventFilter::DidOverscroll(int routing_id,
86 new InputHostMsg_DidOverscroll(routing_id, params)));
89 void InputEventFilter::DidStopFlinging(int routing_id) {
91 scoped_ptr<IPC::Message>(new ViewHostMsg_DidStopFlinging(routing_id)));
124 if (routes_.find(message.routing_id()) == routes_.end())
159 int routing_id = message.routing_id() local
    [all...]
  /external/chromium_org/content/renderer/
render_frame_proxy.h 53 // current process to a different one. |routing_id| will be ID of the newly
58 int routing_id);
64 // new frame local to some other process. |routing_id| will be the ID of the
73 static RenderFrameProxy* CreateFrameProxy(int routing_id,
78 static RenderFrameProxy* FromRoutingID(int routing_id);
92 int routing_id() { return routing_id_; } function in class:content::RenderFrameProxy
107 RenderFrameProxy(int routing_id, int frame_routing_id);
render_view_impl_params.h 31 int32 routing_id,
52 int32 routing_id; member in struct:content::RenderViewImplParams
  /external/chromium_org/chrome/browser/android/webapps/
single_tab_mode_tab_helper.cc 22 void AddPairOnIOThread(int32 process_id, int32 routing_id) {
24 RenderWidgetHostID single_tab_pair(process_id, routing_id);
28 void RemovePairOnIOThread(int32 process_id, int32 routing_id) {
30 RenderWidgetHostID single_tab_pair(process_id, routing_id);
41 int32 routing_id = render_view_host->GetRoutingID(); local
44 base::Bind(&AddPairOnIOThread, process_id, routing_id));
52 int32 routing_id = render_view_host->GetRoutingID(); local
55 base::Bind(&RemovePairOnIOThread, process_id, routing_id));
89 int32 routing_id) {
91 RenderWidgetHostID single_tab_pair(process_id, routing_id);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webstore/
webstore_api.cc 25 ObservedInstallInfo(int routing_id,
30 int routing_id; member in struct:extensions::WebstoreAPI::ObservedInstallInfo
36 int routing_id,
39 : routing_id(routing_id),
60 void WebstoreAPI::OnInlineInstallStart(int routing_id,
66 ObservedInstallInfo(routing_id, extension_id, ipc_sender));
71 ObservedInstallInfo(routing_id, extension_id, ipc_sender));
75 void WebstoreAPI::OnInlineInstallFinished(int routing_id,
77 RemoveListeners(routing_id, extension_id, &download_progress_listeners_)
    [all...]
  /external/chromium_org/content/child/
request_info.h 69 int routing_id; member in struct:content::RequestInfo
  /external/chromium_org/content/public/renderer/
render_frame_observer.h 84 int routing_id() const { return routing_id_; } function in class:content::RenderFrameObserver
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_router.cc 62 int routing_id = 0; local
65 routing_id = frame->GetRoutingID();
67 browser_channel_.get(), plugin_to_host_router_.get(), routing_id);
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.cc 277 queue_->CreatePrinterQuery(render_process_id_, reply_msg->routing_id());
324 queue_->CreatePrinterQuery(render_process_id_, reply_msg->routing_id());
344 int routing_id = reply_msg->routing_id(); local
364 routing_id, file_descriptor));
399 int routing_id = reply_msg->routing_id(); local
403 &routing_id)) {
405 routing_id = content::ChildProcessHost::kInvalidUniqueID;
407 printer_query = queue_->CreatePrinterQuery(host_id, routing_id);
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter_unittest.cc 76 int routing_id = 0x89898989; local
78 IPC::Message input(routing_id, type, IPC::Message::PRIORITY_NORMAL);
96 EXPECT_EQ(routing_id, output_header->routing);
110 int routing_id = 0x89898989; local
121 header->routing = routing_id;
138 EXPECT_EQ(header->routing, msg->routing_id());
170 EXPECT_EQ(header->routing, msg->routing_id());
226 int routing_id = 0x89898989; local
239 header->routing = routing_id;
  /external/chromium_org/content/browser/download/
mhtml_generation_manager.cc 30 int routing_id() { return routing_id_; } function in class:content::MHTMLGenerationManager::Job
183 job->process_id(), job->routing_id());
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher_unittest.cc 102 int routing_id() const { function in class:content::ScreenOrientationDispatcherTest
103 // We return a fake routing_id() in the context of this test.
157 ScreenOrientationMsg_LockError(routing_id(), request_id, *it));
175 OnMessageReceived(ScreenOrientationMsg_LockSuccess(routing_id(),
192 OnMessageReceived(ScreenOrientationMsg_LockSuccess(routing_id(),
208 routing_id(), request_id + 1, blink::WebLockOrientationErrorCanceled));
233 OnMessageReceived(ScreenOrientationMsg_LockSuccess(routing_id(),
  /external/chromium_org/ipc/
ipc_message_utils.cc 242 : routing_id(0),
697 WriteParam(m, p.routing_id);
712 ReadParam(m, iter, &r->routing_id) &&
743 m->WriteUInt32(static_cast<uint32>(p.routing_id()));
751 uint32 routing_id, type, flags; local
752 if (!m->ReadUInt32(iter, &routing_id) ||
762 r->SetHeaderValues(static_cast<int32>(routing_id), type, flags);
  /external/chromium_org/chrome/browser/plugins/
plugin_observer.cc 196 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));
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 249 RoutingID routing_id,
253 PendingDialog::GetInstance()->Find(routing_id);
264 RoutingID routing_id,
267 PendingDialog::GetInstance()->Find(routing_id);
276 void SelectFileDialogExtension::OnFileSelectionCanceled(RoutingID routing_id) {
278 PendingDialog::GetInstance()->Find(routing_id);
313 void SelectFileDialogExtension::AddPending(RoutingID routing_id) {
314 PendingDialog::GetInstance()->Add(routing_id, this);
318 bool SelectFileDialogExtension::PendingExists(RoutingID routing_id) {
319 return PendingDialog::GetInstance()->Find(routing_id).get() != NULL
352 RoutingID routing_id = GetRoutingIDFromWebContents(web_contents); local
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_impl.h 91 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,

Completed in 2033 milliseconds

1 2