OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_quota_manager_proxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/browser/appcache/
mock_appcache_service.h
31
void
set_quota_manager_proxy
(quota::QuotaManagerProxy* proxy) {
function in class:appcache::MockAppCacheService
appcache_host_unittest.cc
201
service_.
set_quota_manager_proxy
(mock_quota_proxy.get());
228
service_.
set_quota_manager_proxy
(NULL);
462
service_.
set_quota_manager_proxy
(mock_quota_proxy.get());
492
service_.
set_quota_manager_proxy
(NULL);
500
service_.
set_quota_manager_proxy
(mock_quota_proxy.get());
536
service_.
set_quota_manager_proxy
(NULL);
appcache_storage_unittest.cc
123
service.
set_quota_manager_proxy
(mock_proxy.get());
Completed in 25 milliseconds