HomeSort by relevance Sort by last modified time
    Searched refs:route_id (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 141 int route_id) {
147 route_id, // route_id
177 int route_id) {
179 NewURLRequestWithRoute(url, priority, route_id));
181 kChildId, route_id, url_request.get()));
269 const int route_id = 0; // Indicates a background request. local
271 net::LOWEST, route_id));
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 420 int route_id,
425 int route_id,
428 int route_id) OVERRIDE;
429 virtual void ShowCreatedWindow(int route_id,
433 virtual void ShowCreatedWidget(int route_id,
435 virtual void ShowCreatedFullscreenWidget(int route_id) OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 733 int route_id,
741 int route_id,
747 int route_id) {
752 void InterstitialPageImpl::ShowCreatedWindow(int route_id,
759 void InterstitialPageImpl::ShowCreatedWidget(int route_id,
764 void InterstitialPageImpl::ShowCreatedFullscreenWidget(int route_id) {
    [all...]
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.cc 215 int route_id,
252 int route_id,
303 int route_id) {
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 209 int32 route_id = gpu_channel_host->GenerateRouteID(); local
212 new GpuChannelMsg_DevToolsStartEventsRecording(route_id, &succeeded));
215 gpu_route_id_ = route_id;
  /external/chromium_org/chrome/browser/background/
background_contents_service.h 100 // the |route_id| and begins tracking the object internally so it can be
107 int route_id,
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 35 int32 route_id) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 469 int* route_id,
504 *route_id = MSG_ROUTING_NONE;
519 route_id,
527 int* route_id,
530 opener_id, popup_type, route_id, surface_id);
534 int* route_id,
537 opener_id, route_id, surface_id);
821 void RenderMessageFilter::OnGenerateRoutingID(int* route_id) {
822 *route_id = render_widget_helper_->GetNextRoutingID();
    [all...]
render_widget_host_impl.h 442 int32 route_id,
448 int32 route_id,
454 static void SendReclaimCompositorResources(int32 route_id,
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 28 int route_id,
33 route_id_(route_id),
36 channel_->AddMappingForNPObjectStub(route_id, npobject);
37 channel_->AddRoute(route_id, this, this);
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 300 void WebPluginDelegateStub::OnGetPluginScriptableObject(int* route_id) {
303 *route_id = MSG_ROUTING_NONE;
307 *route_id = channel_->GenerateRouteID();
312 object, channel_.get(), *route_id,
webplugin_delegate_stub.h 77 void OnGetPluginScriptableObject(int* route_id);
  /external/chromium_org/content/public/browser/
render_process_host.h 194 virtual void ResumeRequestsForView(int route_id) = 0;
  /external/chromium_org/content/public/test/
mock_render_process_host.h 73 virtual void ResumeRequestsForView(int route_id) OVERRIDE;
  /external/chromium_org/content/worker/
worker_thread.cc 127 params.route_id);
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.h 210 int route_id);
317 int route_id);
  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 33 int route_id,
37 route_id_(route_id),
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 107 params.route_id = route_id_;
114 params.route_id = route_id_;
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 733 int route_id = MSG_ROUTING_NONE; local
734 Send(new PluginMsg_GetPluginScriptableObject(instance_id_, &route_id));
735 if (route_id == MSG_ROUTING_NONE)
739 channel_host_.get(), route_id, 0, page_url_, GetPluginNPP());
    [all...]
webplugin_delegate_proxy.h 167 void OnGetWindowScriptNPObject(int route_id, bool* success);
169 void OnGetPluginElement(int route_id, bool* success);
  /external/chromium_org/extensions/browser/
extension_message_filter.cc 195 void ExtensionMessageFilter::OnExtensionResumeRequests(int route_id) {
197 render_process_id_, route_id);
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 173 int route_id,
291 int route_id,
320 route_id,
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer_unittest.cc 65 virtual bool GetRouteId(int* route_id) const OVERRIDE;
144 bool DummyPrerenderContents::GetRouteId(int* route_id) const {
145 *route_id = 1;
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 149 int route_id,
409 bool PrerenderContents::GetRouteId(int* route_id) const {
410 CHECK(route_id);
412 *route_id = route_id_;
    [all...]

Completed in 495 milliseconds

1 2 3 4 56 7 8