OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:demoted_changes_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc
93
if (ContainsKey(changes_, url) || ContainsKey(
demoted_changes_
, url))
154
found =
demoted_changes_
.find(url);
155
if (found ==
demoted_changes_
.end())
165
demoted_changes_
.erase(url);
189
if (ContainsKey(changes_, url) || ContainsKey(
demoted_changes_
, url))
205
if (ContainsKey(
demoted_changes_
, url)) {
207
demoted_changes_
[url] = info;
209
DCHECK(!ContainsKey(
demoted_changes_
, url));
223
DCHECK(!ContainsKey(
demoted_changes_
, url));
225
demoted_changes_
.insert(*found)
[
all
...]
local_file_change_tracker.h
95
// Re-inserts changes into the separate
demoted_changes_
queue. They won't
179
FileChangeMap
demoted_changes_
; // For demoted changes.
member in class:sync_file_system::LocalFileChangeTracker
Completed in 435 milliseconds