OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppCacheServiceImpl
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/content/browser/appcache/
mock_appcache_service.h
13
using appcache::
AppCacheServiceImpl
;
18
class MockAppCacheService : public
AppCacheServiceImpl
{
21
:
AppCacheServiceImpl
(NULL),
view_appcache_internals_job.h
17
class
AppCacheServiceImpl
;
27
appcache::
AppCacheServiceImpl
* service);
appcache_interceptor.h
16
class
AppCacheServiceImpl
;
34
appcache::
AppCacheServiceImpl
* service,
chrome_appcache_service.h
29
// An
AppCacheServiceImpl
subclass used by the chrome. There is an instance
38
// TODO(dpranke): Fix dependencies on
AppCacheServiceImpl
so that we don't have
39
// to worry about clients calling
AppCacheServiceImpl
methods.
43
NON_EXPORTED_BASE(public appcache::
AppCacheServiceImpl
),
view_appcache_internals_job.cc
38
using appcache::
AppCacheServiceImpl
;
119
AppCacheServiceImpl
* service,
162
AppCacheServiceImpl
* service,
324
public
AppCacheServiceImpl
::Observer {
328
AppCacheServiceImpl
* service)
345
AppCacheServiceImpl
* appcache_service_;
355
AppCacheServiceImpl
* service)
420
AppCacheServiceImpl
* service)
447
AppCacheServiceImpl
* service,
481
AppCacheServiceImpl
* service
[
all
...]
appcache_interceptor.cc
17
using appcache::
AppCacheServiceImpl
;
40
net::URLRequest* request,
AppCacheServiceImpl
* service, int process_id,
chrome_appcache_service.cc
20
:
AppCacheServiceImpl
(quota_manager_proxy),