OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache5
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_group_unittest.cc
138
scoped_refptr<AppCache>
cache5
(new AppCache(service.storage(), 55));
139
cache5
->set_complete(true);
140
cache5
->set_update_time(now + base::TimeDelta::FromDays(1)); // same as 4
141
group->AddCache(
cache5
.get());
156
group->RemoveCache(
cache5
.get());
157
EXPECT_FALSE(
cache5
->owning_group());
appcache_host_unittest.cc
408
AppCache*
cache5
= new AppCache(service_.storage(), 555);
local
409
cache5
->set_complete(true);
410
group2->AddCache(
cache5
);
414
EXPECT_EQ(
cache5
, host.swappable_cache_.get());
416
group2->RemoveCache(
cache5
);
Completed in 2984 milliseconds