OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyOriginInUse
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/webkit/browser/quota/
mock_quota_manager.h
152
virtual void
NotifyOriginInUse
(const GURL& origin) OVERRIDE {}
quota_manager.h
162
// A call to
NotifyOriginInUse
must be balanced by a later call
164
void
NotifyOriginInUse
(const GURL& origin);
452
virtual void
NotifyOriginInUse
(const GURL& origin);
quota_manager_unittest.cc
272
void
NotifyOriginInUse
(const GURL& origin) {
273
quota_manager_->
NotifyOriginInUse
(origin);
932
quota_manager()->
NotifyOriginInUse
(kFooOrigin); // count of 1
934
quota_manager()->
NotifyOriginInUse
(kFooOrigin); // count of 2
940
quota_manager()->
NotifyOriginInUse
(kBarOrigin);
[
all
...]
quota_manager.cc
911
void QuotaManager::
NotifyOriginInUse
(const GURL& origin) {
[
all
...]
/external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl_unittest.cc
38
virtual void
NotifyOriginInUse
(const GURL& origin) OVERRIDE {}
/external/chromium_org/webkit/browser/appcache/
appcache_host.cc
91
service()->quota_manager_proxy()->
NotifyOriginInUse
(origin_in_use_);
appcache_host_unittest.cc
115
virtual void
NotifyOriginInUse
(const GURL& origin) OVERRIDE {
appcache_storage_impl_unittest.cc
322
virtual void
NotifyOriginInUse
(const GURL& origin) OVERRIDE {}
[
all
...]
/external/chromium_org/webkit/browser/database/
database_tracker_unittest.cc
125
virtual void
NotifyOriginInUse
(const GURL& origin) OVERRIDE {}
[
all
...]
Completed in 122 milliseconds