Searched defs:route_id (Results 1 - 25 of 121) sorted by relevance

12345

/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service_win.cc16 int process_id, int route_id, int notification_id) {
18 new NotificationObjectProxy(process_id, route_id, notification_id,
15 CancelDesktopNotification( int process_id, int route_id, int notification_id) argument
H A Dnotification_object_proxy.cc12 NotificationObjectProxy::NotificationObjectProxy(int process_id, int route_id, argument
15 route_id_(route_id),
/external/chromium_org/content/browser/loader/
H A Dglobal_routing_id.h12 GlobalRoutingID() : child_id(-1), route_id(-1) {
15 GlobalRoutingID(int child_id, int route_id) argument
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;
/external/chromium/chrome/browser/notifications/
H A Dnotification_object_proxy.cc13 NotificationObjectProxy::NotificationObjectProxy(int process_id, int route_id, argument
16 route_id_(route_id),
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_pending_swap_throttle.cc35 int route_id = info->GetRouteID(); local
38 if (!tracker_->IsPendingSwapRequestOnIOThread(child_id, route_id,
45 tracker_->AddPendingSwapThrottleOnIOThread(child_id, route_id,
H A Dprerender_resource_throttle.cc32 int route_id = info->GetRouteID(); local
36 if (!tracker_->IsPrerenderingOnIOThread(child_id, route_id))
43 child_id, route_id, prerender::FINAL_STATUS_INVALID_HTTP_METHOD)) {
50 child_id, route_id, prerender::FINAL_STATUS_UNSUPPORTED_SCHEME)) {
64 int route_id = info->GetRouteID(); local
68 if (!tracker_->IsPrerenderingOnIOThread(child_id, route_id))
74 child_id, route_id, prerender::FINAL_STATUS_UNSUPPORTED_SCHEME)) {
97 if (tracker_->TryCancelOnIOThread(child_id, route_id,
111 tracker_->AddResourceThrottleOnIOThread(child_id, route_id,
/external/chromium_org/content/browser/
H A Dmessage_port_message_filter.cc59 void MessagePortMessageFilter::OnCreateMessagePort(int *route_id, argument
61 *route_id = next_routing_id_.Run();
62 MessagePortService::GetInstance()->Create(*route_id, this, message_port_id);
/external/chromium_org/content/child/npapi/
H A Dnpobject_proxy.h39 int route_id,
46 int route_id() { return route_id_; } function in class:content::NPObjectProxy
103 int route_id,
/external/chromium_org/content/public/browser/
H A Dworker_service.h30 virtual bool TerminateWorker(int process_id, int route_id) = 0;
36 int route_id; member in struct:content::WorkerService::WorkerInfo
H A Dworker_service_observer.h20 int route_id) {}
21 virtual void WorkerDestroyed(int process_id, int route_id) {} argument
17 WorkerCreated(const GURL& url, const base::string16& name, int process_id, int route_id) argument
/external/chromium_org/content/renderer/java/
H A Djava_bridge_channel.cc41 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/renderer/
H A Dshared_worker_repository.cc27 int route_id = MSG_ROUTING_NONE; local
35 params.route_id = MSG_ROUTING_NONE;
38 params, &exists, &route_id, &url_mismatch));
45 route_id,
/external/chromium_org/chrome/browser/signin/
H A Dsignin_header_helper.cc28 void ShowAvatarBubbleUIThread(int child_id, int route_id) { argument
33 tab_util::GetWebContentsByID(child_id, route_id);
62 int route_id) {
89 child_id, route_id, &webview_info);
106 int route_id) {
115 base::Bind(ShowAvatarBubbleUIThread, child_id, route_id));
57 AppendMirrorRequestHeaderIfPossible( net::URLRequest* request, const GURL& redirect_url, ProfileIOData* io_data, int child_id, int route_id) argument
102 ProcessMirrorResponseHeaderIfExists( net::URLRequest* request, ProfileIOData* io_data, int child_id, int route_id) argument
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_prompter.cc73 int route_id) {
89 params, request->url(), child_id, route_id));
97 int route_id) {
99 WebContents* web_contents = tab_util::GetWebContentsByID(child_id, route_id);
71 ShowInfoBarIfPossible(net::URLRequest* request, int child_id, int route_id) argument
94 ShowInfoBarUIThread(Params params, const GURL& url, int child_id, int route_id) argument
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_agent.cc22 void DevToolsGpuAgent::StartEventsRecording(int32* route_id) { argument
27 *route_id = MSG_ROUTING_NONE;
31 *route_id = route_id_;
/external/chromium_org/content/worker/
H A Dshared_worker_devtools_agent.cc19 int route_id,
21 : route_id_(route_id),
18 SharedWorkerDevToolsAgent( int route_id, WebSharedWorker* webworker) argument
H A Dwebsharedworker_stub.cc23 int route_id,
25 : route_id_(route_id),
27 client_(route_id, this),
39 worker_devtools_agent_.reset(new SharedWorkerDevToolsAgent(route_id, impl_));
21 WebSharedWorkerStub( const base::string16& name, int route_id, const WorkerAppCacheInitInfo& appcache_init_info) argument
H A Dwebsharedworkerclient_proxy.cc40 int route_id, WebSharedWorkerStub* stub)
41 : route_id_(route_id),
39 WebSharedWorkerClientProxy( int route_id, WebSharedWorkerStub* stub) argument
/external/chromium/chrome/browser/
H A Dspellcheck_message_filter.cc68 int route_id,
73 route_id, identifier, document_tag, text, this);
67 OnPlatformRequestTextCheck( int route_id, int identifier, int document_tag, const string16& text) argument
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_permissions.cc88 int route_id = info->GetRouteID(); local
92 process_id, route_id, &webview_info)) {
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider_test.cc62 void TestingSpellCheckProvider::OnCallSpellingService(int route_id, argument
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h71 int32 route_id; member in struct:content::BrowserGpuChannelHostFactory::CreateRequest
114 static void CommandBufferCreatedOnIO(CreateRequest* request, int32 route_id);
/external/chromium_org/content/browser/renderer_host/java/
H A Djava_bridge_channel_host.cc91 void JavaBridgeChannelHost::OnGenerateRouteID(int* route_id) { argument
92 *route_id = GenerateRouteID();
H A Djava_bridge_dispatcher_host.cc128 int route_id = JavaBridgeChannelHost::ThreadsafeGenerateRouteID(); local
129 param->npobject_routing_id = route_id;
135 render_view_host_->GetProcess()->GetID(), route_id));
140 int route_id) {
160 object, channel_.get(), route_id, 0, GURL()))->AsWeakPtr());
138 CreateObjectStub(NPObject* object, int render_process_id, int route_id) argument
/external/chromium_org/content/browser/worker_host/
H A Dworker_message_filter.cc60 int* route_id) {
61 *route_id = params.route_id != MSG_ROUTING_NONE ?
62 params.route_id : GetNextRoutingID();
64 params, *route_id, this, resource_context_, partition_);
70 int* route_id,
72 *route_id = GetNextRoutingID();
75 params, *route_id, this, resource_context_, partition_, exists,
58 OnCreateWorker( const ViewHostMsg_CreateWorker_Params& params, int* route_id) argument
67 OnLookupSharedWorker( const ViewHostMsg_CreateWorker_Params& params, bool* exists, int* route_id, bool* url_error) argument

Completed in 710 milliseconds

12345