OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppCacheBackendImpl
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_backend_impl.cc
14
AppCacheBackendImpl
::
AppCacheBackendImpl
()
20
AppCacheBackendImpl
::~
AppCacheBackendImpl
() {
26
void
AppCacheBackendImpl
::Initialize(AppCacheServiceImpl* service,
36
bool
AppCacheBackendImpl
::RegisterHost(int id) {
45
bool
AppCacheBackendImpl
::UnregisterHost(int id) {
55
bool
AppCacheBackendImpl
::SetSpawningHostId(
65
bool
AppCacheBackendImpl
::SelectCache(
79
bool
AppCacheBackendImpl
::SelectCacheForWorker
[
all
...]
appcache_backend_impl.h
16
class CONTENT_EXPORT
AppCacheBackendImpl
{
18
AppCacheBackendImpl
();
19
~
AppCacheBackendImpl
();
appcache_service_impl.h
39
class
AppCacheBackendImpl
;
168
void RegisterBackend(
AppCacheBackendImpl
* backend_impl);
169
void UnregisterBackend(
AppCacheBackendImpl
* backend_impl);
170
AppCacheBackendImpl
* GetBackend(int id) const {
195
typedef std::map<int,
AppCacheBackendImpl
*> BackendMap;
appcache_dispatcher_host.h
65
AppCacheBackendImpl
backend_impl_;
appcache_interceptor.cc
41
AppCacheBackendImpl
* backend = service->GetBackend(process_id);
appcache_request_handler.cc
184
AppCacheBackendImpl
* backend = host_->service()->GetBackend(old_process_id);
194
AppCacheBackendImpl
* backend = host_->service()->GetBackend(new_process_id);
appcache_host.cc
276
AppCacheBackendImpl
* backend = service_->GetBackend(spawning_process_id_);
282
AppCacheBackendImpl
* backend = service_->GetBackend(parent_process_id_);
appcache_service_impl.cc
571
AppCacheBackendImpl
* backend_impl) {
578
AppCacheBackendImpl
* backend_impl) {
appcache_request_handler_unittest.cc
198
backend_impl_.reset(new
AppCacheBackendImpl
);
[
all
...]
appcache_host_unittest.cc
429
AppCacheBackendImpl
backend_impl;
appcache_storage_impl_unittest.cc
[
all
...]
Completed in 117 milliseconds