OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backend_impl
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/policy/
device_management_backend_impl.cc
130
DeviceManagementJobBase(DeviceManagementBackendImpl*
backend_impl
,
133
: backend_impl_(
backend_impl
) {
277
DeviceManagementBackendImpl*
backend_impl
,
283
backend_impl
,
312
DeviceManagementBackendImpl*
backend_impl
,
318
backend_impl
,
347
DeviceManagementBackendImpl*
backend_impl
,
353
backend_impl
,
/external/chromium_org/webkit/browser/appcache/
appcache_service.cc
539
AppCacheBackendImpl*
backend_impl
) {
540
DCHECK(backends_.find(
backend_impl
->process_id()) == backends_.end());
542
BackendMap::value_type(
backend_impl
->process_id(),
backend_impl
));
546
AppCacheBackendImpl*
backend_impl
) {
547
backends_.erase(
backend_impl
->process_id());
appcache_host_unittest.cc
428
AppCacheBackendImpl
backend_impl
;
local
429
backend_impl
.Initialize(&service_, &mock_frontend_, kMockProcessId);
430
backend_impl
.RegisterHost(kParentHostId);
431
backend_impl
.RegisterHost(kWorkerHostId);
433
AppCacheHost* parent_host =
backend_impl
.GetHost(kParentHostId);
436
AppCacheHost* worker_host =
backend_impl
.GetHost(kWorkerHostId);
451
backend_impl
.UnregisterHost(kParentHostId);
453
EXPECT_EQ(NULL,
backend_impl
.GetHost(kParentHostId));
appcache_service.h
188
void RegisterBackend(AppCacheBackendImpl*
backend_impl
);
189
void UnregisterBackend(AppCacheBackendImpl*
backend_impl
);
/external/chromium/
Android.mk
213
net/disk_cache/
backend_impl
.cc \
/external/chromium_org/net/
net.target.darwin-arm.mk
136
net/disk_cache/
backend_impl
.cc \
net.target.darwin-mips.mk
136
net/disk_cache/
backend_impl
.cc \
net.target.darwin-x86.mk
136
net/disk_cache/
backend_impl
.cc \
net.target.linux-arm.mk
136
net/disk_cache/
backend_impl
.cc \
net.target.linux-mips.mk
136
net/disk_cache/
backend_impl
.cc \
net.target.linux-x86.mk
136
net/disk_cache/
backend_impl
.cc \
Completed in 163 milliseconds