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
145
scoped_refptr<AppCache>
cache5
(new AppCache(service.storage(), 55));
146
cache5
->set_complete(true);
147
cache5
->set_update_time(now + base::TimeDelta::FromDays(1)); // same as 4
148
group->AddCache(
cache5
.get());
163
group->RemoveCache(
cache5
.get());
164
EXPECT_FALSE(
cache5
->owning_group());
appcache_host_unittest.cc
422
AppCache*
cache5
= new AppCache(service_.storage(), 555);
local
423
cache5
->set_complete(true);
424
group2->AddCache(
cache5
);
428
EXPECT_EQ(
cache5
, host.swappable_cache_.get());
430
group2->RemoveCache(
cache5
);
Completed in 412 milliseconds