Searched refs:origin_url_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_permission_client_proxy.cc20 : origin_url_(origin_url),
38 routing_id_, origin_url_, name, display_name, estimated_size, &result));
48 routing_id_, origin_url_, &result));
58 routing_id_, origin_url_, name, &result));
H A Dembedded_shared_worker_permission_client_proxy.h37 const GURL origin_url_; member in class:content::EmbeddedSharedWorkerPermissionClientProxy
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc24 origin_url_(origin_url),
50 origin_url_(origin_url),
59 origin_url_(notification.origin_url()),
71 origin_url_ = notification.origin_url();
H A Dnotification.h59 const GURL& origin_url() const { return origin_url_; }
81 GURL origin_url_; member in class:Notification
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.cc64 GURL origin_url_; member in class:__anon3004::QuotaPermissionRequest
81 origin_url_(origin_url),
99 net::FormatUrl(origin_url_, display_languages_,
115 return origin_url_;
175 GURL origin_url_; member in class:__anon3004::RequestQuotaInfoBarDelegate
204 origin_url_(origin_url),
225 net::FormatUrl(origin_url_, display_languages_,
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_unittest.cc131 origin_url_(origin_url) {}
138 idb_context_->ConnectionOpened(origin_url_, connection_.get());
148 GURL origin_url_; member in class:content::ForceCloseDBCallbacks
H A Dindexed_db_callbacks.h130 GURL origin_url_; member in class:content::IndexedDBCallbacks
H A Dindexed_db_callbacks.cc80 origin_url_(origin_url),
164 dispatcher_host_->RegisterTransactionId(host_transaction_id_, origin_url_);
166 dispatcher_host_->Add(connection.release(), ipc_thread_id_, origin_url_);
204 connection.release(), ipc_thread_id_, origin_url_);
H A Dindexed_db_backing_store.h299 const GURL& origin_url() const { return origin_url_; }
558 const GURL origin_url_; member in class:content::IndexedDBBackingStore
H A Dindexed_db_backing_store.cc713 origin_url_(origin_url),
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.h272 GURL origin_url_; member in class:net::HttpStreamFactoryImpl::Job
H A Dhttp_stream_factory_impl_job.cc622 origin_url_ = stream_factory_->ApplyHostMappingRules(
627 &request_info_.url, &origin_url_,
827 origin_url_,
853 origin_url_, request_info_.extra_headers, request_info_.load_flags,
861 origin_url_, request_info_.extra_headers, request_info_.load_flags,
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc322 origin_url_(origin_url),
336 container->appcache_info_[origin_url_].erase(appcache_info_);
341 return DetailedInfo().InitAppCache(origin_url_, &*appcache_info_);
H A Dcookies_tree_model.h308 GURL origin_url_; member in class:CookieTreeAppCacheNode

Completed in 273 milliseconds