OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddConflictingItemById
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/sync/sessions/
status_controller_unittest.cc
75
status.mutable_conflict_progress()->
AddConflictingItemById
(syncable::Id());
189
status.mutable_conflict_progress()->
AddConflictingItemById
(f.NewLocalId());
190
status.mutable_conflict_progress()->
AddConflictingItemById
(f.NewLocalId());
197
status.mutable_conflict_progress()->
AddConflictingItemById
(f.NewLocalId());
198
status.mutable_conflict_progress()->
AddConflictingItemById
(f.NewLocalId());
session_state.h
162
void
AddConflictingItemById
(const syncable::Id& the_id);
session_state.cc
222
void ConflictProgress::
AddConflictingItemById
(const syncable::Id& the_id) {
/external/chromium/chrome/browser/sync/engine/
update_applicator.cc
124
conflict_progress->
AddConflictingItemById
(*i);
process_commit_response_command.cc
154
conflict_progress->
AddConflictingItemById
(
Completed in 849 milliseconds