OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateUsageMapAndNotify
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_storage_unittest.cc
125
service.storage()->
UpdateUsageMapAndNotify
(kOrigin, 0);
128
service.storage()->
UpdateUsageMapAndNotify
(kOrigin, 10);
134
service.storage()->
UpdateUsageMapAndNotify
(kOrigin, 100);
140
service.storage()->
UpdateUsageMapAndNotify
(kOrigin, 0);
appcache_storage.cc
98
void AppCacheStorage::
UpdateUsageMapAndNotify
(
appcache_storage.h
301
void
UpdateUsageMapAndNotify
(const GURL& origin, int64 new_usage);
appcache_storage_impl.cc
774
storage_->
UpdateUsageMapAndNotify
(
[
all
...]
Completed in 2863 milliseconds