OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queued_updates_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache_group.cc
58
DCHECK(
queued_updates_
.empty());
74
if (
queued_updates_
.find(host) !=
queued_updates_
.end())
184
queued_updates_
.insert(QueuedUpdates::value_type(host, new_master_resource));
201
if (
queued_updates_
.empty())
205
queued_updates_
.swap(updates_to_run);
206
DCHECK(
queued_updates_
.empty());
238
queued_updates_
.erase(host);
239
if (
queued_updates_
.empty() && !restart_update_task_.IsCancelled())
259
if (!
queued_updates_
.empty()
[
all
...]
appcache_group.h
148
QueuedUpdates
queued_updates_
;
member in class:appcache::AppCacheGroup
appcache_group_unittest.cc
272
EXPECT_FALSE(group->
queued_updates_
.empty());
290
EXPECT_TRUE(group->
queued_updates_
.empty());
appcache_update_job_unittest.cc
[
all
...]
Completed in 79 milliseconds