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

1 2

  /external/chromium_org/content/browser/loader/
global_routing_id.h 12 GlobalRoutingID() : child_id(-1), route_id(-1) {
15 GlobalRoutingID(int child_id, int route_id)
17 route_id(route_id) {
24 int route_id; member in struct:content::GlobalRoutingID
28 return route_id < other.route_id;
33 route_id == other.route_id;
render_view_host_tracker.cc 36 int route_id = rvh->GetRoutingID(); local
41 child_id, route_id));
63 int route_id = rvh->GetRoutingID(); local
69 child_id, route_id));
resource_scheduler_unittest.cc 141 int route_id) {
148 route_id, // route_id
175 int route_id) {
177 NewURLRequestWithRoute(url, priority, route_id));
179 kChildId, route_id, url_request.get()));
268 const int route_id = 0; // Indicates a background request. local
270 net::LOWEST, route_id));
  /external/chromium_org/content/renderer/java/
java_bridge_channel.cc 41 int route_id = MSG_ROUTING_NONE; local
42 Send(new JavaBridgeMsg_GenerateRouteID(&route_id));
45 DCHECK_NE(MSG_ROUTING_NONE, route_id);
46 return route_id;
  /external/chromium_org/content/child/npapi/
npobject_proxy.h 39 int route_id,
46 int route_id() { return route_id_; } function in class:content::NPObjectProxy
103 int route_id,
npobject_util.cc 185 param->npobject_routing_id = proxy->route_id();
196 int route_id = channel->GetExistingRouteForNPObjectStub( local
198 if (route_id != MSG_ROUTING_NONE) {
199 param->npobject_routing_id = route_id;
201 route_id = channel->GenerateRouteID();
203 variant.value.objectValue, channel, route_id, render_view_id,
205 param->npobject_routing_id = route_id;
  /external/chromium_org/content/public/browser/
worker_service.h 30 virtual bool TerminateWorker(int process_id, int route_id) = 0;
36 int route_id; member in struct:content::WorkerService::WorkerInfo
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_permissions.cc 88 int route_id = info->GetRouteID(); local
92 process_id, route_id, &webview_info)) {
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 58 int32 route_id; member in struct:content::BrowserGpuChannelHostFactory::CreateRequest
79 static void CommandBufferCreatedOnIO(CreateRequest* request, int32 route_id);
  /external/chromium_org/content/browser/renderer_host/java/
java_bridge_dispatcher_host.cc 135 int route_id = JavaBridgeChannelHost::ThreadsafeGenerateRouteID(); local
136 param->npobject_routing_id = route_id;
142 route_id));
146 int route_id) {
166 object, channel_.get(), route_id, 0, GURL()))->AsWeakPtr());
  /external/chromium_org/content/browser/worker_host/
message_port_service.cc 13 // |filter| and |route_id| are what we need to send messages to the port.
17 int route_id; member in struct:content::MessagePortService::MessagePort
49 port.route_id = routing_id;
64 void MessagePortService::Create(int route_id,
71 port.route_id = route_id;
167 sent_ports[i]->route_id = new_routing_ids[i];
172 entangled_port.route_id, message, sent_message_port_ids,
184 port.filter->Send(new WorkerProcessMsg_MessagesQueued(port.route_id));
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.cc 88 int route_id = MSG_ROUTING_NONE; local
89 Send(new PluginMsg_GenerateRouteID(&route_id));
91 return route_id;
94 void PluginChannelHost::AddRoute(int route_id,
97 NPChannelBase::AddRoute(route_id, listener, npobject);
100 proxies_[route_id] = listener;
103 void PluginChannelHost::RemoveRoute(int route_id) {
114 proxies_.erase(route_id);
115 NPChannelBase::RemoveRoute(route_id);
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 161 int route_id = 0; local
169 params, process_id, route_id,
176 route_id,
189 int route_id = 0; local
198 params, process_id, route_id,
219 service_->CancelDesktopNotification(process_id, route_id, id);
230 service_->CancelDesktopNotification(process_id, route_id, id);
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 51 virtual bool GetRouteId(int* route_id) const OVERRIDE {
52 *route_id = 0;
364 int route_id; local
366 ASSERT_TRUE(pc->GetRouteId(&route_id));
370 prerender_manager_->AddPendingPreload(std::make_pair(child_id, route_id),
392 int route_id; local
394 ASSERT_TRUE(pc->GetRouteId(&route_id));
404 prerender_manager_->AddPendingPreload(std::make_pair(child_id, route_id),
  /external/chromium_org/chrome/browser/prerender/
prerender_tracker.cc 58 bool PrerenderTracker::TryUse(int child_id, int route_id) {
60 return SetFinalStatus(child_id, route_id, FINAL_STATUS_USED, NULL);
65 int route_id,
71 SetFinalStatus(child_id, route_id, final_status, &actual_final_status);
78 int route_id,
84 if (!IsPrerenderingOnIOThread(child_id, route_id))
86 return TryCancel(child_id, route_id, final_status);
89 bool PrerenderTracker::GetFinalStatus(int child_id, int route_id,
91 ChildRouteIdPair child_route_id_pair(child_id, route_id);
105 int child_id, route_id; local
129 int child_id, route_id; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
gpu_message_filter.cc 42 : route_id(in_route_id),
48 int route_id; member in struct:content::GpuMessageFilter::FrameSubscription
116 int route_id,
120 new FrameSubscription(route_id, subscriber.Pass()));
124 void GpuMessageFilter::EndFrameSubscription(int route_id) {
130 if ((*it)->route_id != route_id)
236 IPC::Message* reply, int32 route_id) {
238 GpuHostMsg_CreateViewCommandBuffer::WriteReplyParams(reply, route_id);
264 render_process_id_, subscription->route_id);
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.h 53 int route_id,
72 int route_id; member in struct:content::BrowserPluginCompositingHelper::SwapBuffersInfo
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 107 int route_id = request_info->route_id(); local
110 child_id, route_id, &details)) {
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 161 int route_id = 0; local
169 params, process_id, route_id,
176 route_id,
253 int route_id = 0; local
261 params, process_id, route_id,
285 service_->CancelDesktopNotification(process_id, route_id, id);
296 service_->CancelDesktopNotification(process_id, route_id, id);
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc 150 int route_id = info->GetRouteID(); local
153 child_id, route_id, &details)) {
  /external/chromium_org/chrome/browser/notifications/
desktop_notifications_unittest.cc 200 int route_id = 0; local
209 params, process_id, route_id,
216 route_id,
294 int route_id = 0; local
314 params, process_id, route_id,
323 params, process_id, route_id,
337 int route_id = 0; local
351 params, process_id, route_id,
360 odd_params, process_id, route_id,
374 int route_id = 0 local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 206 int route_id,
227 if (prerender_tracker_->IsPrerenderingOnIOThread(child_id, route_id)) {
230 child_id, route_id, prerender::FINAL_STATUS_INVALID_HTTP_METHOD);
236 child_id, route_id, prerender::FINAL_STATUS_UNSUPPORTED_SCHEME);
250 int route_id,
259 child_id, route_id);
276 child_id, route_id, request, appcache_service));
281 child_id, route_id, request));
309 route_id,
316 request, resource_type, child_id, route_id);
367 int child_id, route_id; local
388 int child_id, route_id; local
632 int child_id, route_id; local
    [all...]
  /external/chromium_org/content/browser/accessibility/
accessibility_ui.cc 50 int route_id,
55 target_data->SetInteger(kRouteIdField, route_id);
169 int route_id; local
175 CHECK(base::StringToInt(route_id_str, &route_id));
177 RenderViewHost* rvh = RenderViewHost::FromID(process_id, route_id);
204 int route_id; local
209 CHECK(base::StringToInt(route_id_str, &route_id));
211 RenderViewHost* rvh = RenderViewHost::FromID(process_id, route_id);
215 result->SetInteger(kRouteIdField, route_id);
  /external/chromium_org/content/browser/devtools/
worker_devtools_manager.cc 194 InspectedWorker(WorkerProcessHost* host, int route_id, const GURL& url,
197 route_id(route_id),
201 int const route_id; member in struct:content::WorkerDevToolsManager::InspectedWorker
305 int host_id, int route_id) {
308 if (it->host->GetData().id == host_id && it->route_id == route_id)
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 128 int32 route_id = factory_->CreateViewCommandBuffer(surface_id, init_params); local
129 if (route_id == MSG_ROUTING_NONE)
133 new CommandBufferProxyImpl(this, route_id);
134 AddRoute(route_id, command_buffer->AsWeakPtr());
137 proxies_[route_id] = command_buffer;
157 int32 route_id; local
160 &route_id))) {
164 if (route_id == MSG_ROUTING_NONE)
168 new CommandBufferProxyImpl(this, route_id);
169 AddRoute(route_id, command_buffer->AsWeakPtr())
191 int route_id = command_buffer->GetRouteID(); local
    [all...]

Completed in 2479 milliseconds

1 2