Searched refs:provider_id (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.h62 int provider_id,
68 int provider_id,
73 int provider_id,
85 // for a document whose provider can be identified by |provider_id|.
86 void AddScriptClient(int provider_id,
88 void RemoveScriptClient(int provider_id);
153 int provider_id,
157 int provider_id);
186 int provider_id,
193 int provider_id,
[all...]
H A Dservice_worker_dispatcher.cc92 int provider_id,
115 CurrentWorkerId(), request_id, provider_id, pattern, script_url));
119 int provider_id,
139 CurrentWorkerId(), request_id, provider_id, pattern));
143 int provider_id,
163 CurrentWorkerId(), request_id, provider_id, document_url));
169 int provider_id = provider_context->provider_id(); local
170 DCHECK(!ContainsKey(provider_contexts_, provider_id));
171 provider_contexts_[provider_id]
91 RegisterServiceWorker( int provider_id, const GURL& pattern, const GURL& script_url, WebServiceWorkerRegistrationCallbacks* callbacks) argument
118 UnregisterServiceWorker( int provider_id, const GURL& pattern, WebServiceWorkerUnregistrationCallbacks* callbacks) argument
142 GetRegistration( int provider_id, const GURL& document_url, WebServiceWorkerRegistrationCallbacks* callbacks) argument
185 AddScriptClient( int provider_id, blink::WebServiceWorkerProviderClient* client) argument
193 RemoveScriptClient(int provider_id) argument
289 OnAssociateRegistration( int thread_id, int provider_id, const ServiceWorkerRegistrationObjectInfo& info, const ServiceWorkerVersionAttributes& attrs) argument
306 OnDisassociateRegistration( int thread_id, int provider_id) argument
479 OnSetVersionAttributes( int thread_id, int provider_id, int registration_handle_id, int changed_mask, const ServiceWorkerVersionAttributes& attributes) argument
517 SetInstallingServiceWorker( int provider_id, int registration_handle_id, const ServiceWorkerObjectInfo& info) argument
547 SetWaitingServiceWorker( int provider_id, int registration_handle_id, const ServiceWorkerObjectInfo& info) argument
576 SetActiveServiceWorker( int provider_id, int registration_handle_id, const ServiceWorkerObjectInfo& info) argument
605 SetReadyRegistration( int provider_id, int registration_handle_id) argument
636 OnSetControllerServiceWorker( int thread_id, int provider_id, const ServiceWorkerObjectInfo& info) argument
658 OnPostMessage( int thread_id, int provider_id, const base::string16& message, const std::vector<int>& sent_message_port_ids, const std::vector<int>& new_routing_ids) argument
[all...]
H A Dservice_worker_message_filter.h45 int provider_id,
51 int provider_id,
H A Dservice_worker_network_provider.h18 // A unique provider_id is generated for each instance.
42 int provider_id() const { return provider_id_; } function in class:content::ServiceWorkerNetworkProvider
H A Dservice_worker_provider_context.h39 explicit ServiceWorkerProviderContext(int provider_id);
56 int provider_id() const { return provider_id_; } function in class:content::ServiceWorkerProviderContext
H A Dweb_service_worker_provider_impl.h48 int provider_id() const { return provider_id_; } function in class:content::WebServiceWorkerProviderImpl
H A Dservice_worker_message_filter.cc97 int provider_id,
113 int provider_id,
95 OnStaleSetVersionAttributes( int thread_id, int provider_id, int registration_handle_id, int changed_mask, const ServiceWorkerVersionAttributes& attrs) argument
111 OnStaleSetControllerServiceWorker( int thread_id, int provider_id, const ServiceWorkerObjectInfo& info) argument
H A Dservice_worker_provider_context.cc20 ServiceWorkerProviderContext::ServiceWorkerProviderContext(int provider_id) argument
21 : provider_id_(provider_id),
H A Dweb_service_worker_provider_impl.cc30 provider_id_(context->provider_id()) {
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_dispatcher_host.h55 int provider_id,
77 int provider_id,
82 int provider_id,
86 int provider_id,
88 void OnProviderCreated(int provider_id);
89 void OnProviderDestroyed(int provider_id);
90 void OnSetHostedVersionId(int provider_id, int64 version_id);
118 int provider_id,
122 int provider_id,
129 int provider_id,
[all...]
H A Dservice_worker_dispatcher_host_unittest.cc75 void SendRegister(int64 provider_id, GURL pattern, GURL worker_url) { argument
78 -1, -1, provider_id, pattern, worker_url));
82 void Register(int64 provider_id, argument
86 SendRegister(provider_id, pattern, worker_url);
92 void SendUnregister(int64 provider_id, GURL pattern) { argument
95 -1, -1, provider_id, pattern));
99 void Unregister(int64 provider_id, GURL pattern, uint32 expected_message) { argument
100 SendUnregister(provider_id, pattern);
106 void SendGetRegistration(int64 provider_id, GURL document_url) { argument
109 -1, -1, provider_id, document_ur
113 GetRegistration(int64 provider_id, GURL document_url, uint32 expected_message) argument
[all...]
H A Dservice_worker_dispatcher_host.cc183 int provider_id,
186 FindRegistrationHandle(provider_id, registration->id());
194 GetContext()->AsWeakPtr(), this, provider_id, registration));
215 int provider_id,
230 render_process_id_, provider_id);
261 provider_id,
268 int provider_id,
282 render_process_id_, provider_id);
317 int provider_id,
331 render_process_id_, provider_id);
182 GetOrCreateRegistrationHandle( int provider_id, ServiceWorkerRegistration* registration) argument
212 OnRegisterServiceWorker( int thread_id, int request_id, int provider_id, const GURL& pattern, const GURL& script_url) argument
265 OnUnregisterServiceWorker( int thread_id, int request_id, int provider_id, const GURL& pattern) argument
314 OnGetRegistration( int thread_id, int request_id, int provider_id, const GURL& document_url) argument
396 OnProviderCreated(int provider_id) argument
411 OnProviderDestroyed(int provider_id) argument
423 OnSetHostedVersionId( int provider_id, int64 version_id) argument
442 FindRegistrationHandle(int provider_id, int64 registration_id) argument
458 GetRegistrationObjectInfoAndVersionAttributes( int provider_id, ServiceWorkerRegistration* registration, ServiceWorkerRegistrationObjectInfo* info, ServiceWorkerVersionAttributes* attrs) argument
475 RegistrationComplete( int thread_id, int provider_id, int request_id, ServiceWorkerStatusCode status, int64 registration_id, int64 version_id) argument
689 GetRegistrationComplete( int thread_id, int provider_id, int request_id, ServiceWorkerStatusCode status, const scoped_refptr<ServiceWorkerRegistration>& registration) argument
[all...]
H A Dservice_worker_handle.h43 int provider_id,
49 int provider_id,
73 int provider_id() const { return provider_id_; } function in class:content::ServiceWorkerHandle
H A Dservice_worker_request_handler.cc61 int provider_id,
71 provider_id == kInvalidServiceWorkerProviderId) {
76 context_wrapper->context()->GetProviderHost(process_id, provider_id);
56 InitializeHandler( net::URLRequest* request, ServiceWorkerContextWrapper* context_wrapper, storage::BlobStorageContext* blob_storage_context, int process_id, int provider_id, bool skip_service_worker, ResourceType resource_type, scoped_refptr<ResourceRequestBody> body) argument
H A Dservice_worker_handle.cc46 int provider_id,
53 context, sender, thread_id, provider_id, registration, version));
60 int provider_id,
66 provider_id_(provider_id),
42 Create( base::WeakPtr<ServiceWorkerContextCore> context, IPC::Sender* sender, int thread_id, int provider_id, ServiceWorkerVersion* version) argument
56 ServiceWorkerHandle( base::WeakPtr<ServiceWorkerContextCore> context, IPC::Sender* sender, int thread_id, int provider_id, ServiceWorkerRegistration* registration, ServiceWorkerVersion* version) argument
H A Dservice_worker_registration_handle.h32 int provider_id,
44 int provider_id() const { return provider_id_; } function in class:content::ServiceWorkerRegistrationHandle
H A Dservice_worker_provider_host.cc25 int process_id, int provider_id,
29 provider_id_(provider_id),
78 kDocumentMainThreadId, provider_id(), CreateHandleAndPass(version)));
113 provider_id(), registration);
124 kDocumentMainThreadId, provider_id(), handle->GetObjectInfo(), attrs));
142 kDocumentMainThreadId, provider_id()));
189 kDocumentMainThreadId, provider_id(),
24 ServiceWorkerProviderHost( int process_id, int provider_id, base::WeakPtr<ServiceWorkerContextCore> context, ServiceWorkerDispatcherHost* dispatcher_host) argument
H A Dservice_worker_provider_host.h47 int provider_id,
53 int provider_id() const { return provider_id_; } function in class:content::ServiceWorkerProviderHost
H A Dservice_worker_registration_handle.cc19 int provider_id,
23 provider_id_(provider_id),
16 ServiceWorkerRegistrationHandle( base::WeakPtr<ServiceWorkerContextCore> context, ServiceWorkerDispatcherHost* dispatcher_host, int provider_id, ServiceWorkerRegistration* registration) argument
H A Dservice_worker_request_handler.h50 int provider_id,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_input_manager.h93 ViEFrameProviderBase* ViEFrameProvider(int provider_id) const;
119 ViEFrameProviderBase* FrameProvider(int provider_id) const;
H A Dvie_input_manager.cc349 ViEFrameProviderBase* ViEInputManager::ViEFrameProvider(int provider_id) const {
353 vie_frame_provider_map_.find(provider_id);
386 int provider_id) const {
388 provider_id);
/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings.h37 // |provider_id| is not NULL, the id of the provider which provided the
41 ContentSetting GetDefaultCookieSetting(std::string* provider_id) const;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dwebsite_settings_handler.h123 // Gets the default setting in string form. If |provider_id| is not NULL, the
126 std::string* provider_id);
/external/chromium_org/content/renderer/
H A Dpush_messaging_dispatcher.cc56 service_worker_provider)->provider_id();

Completed in 366 milliseconds

12