Home
last modified time | relevance | path

Searched refs:GetOrCreateModelSafeGroupState (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dstatus_controller.h56 return GetOrCreateModelSafeGroupState(true, in conflict_progress()
60 return &GetOrCreateModelSafeGroupState(true, in mutable_conflict_progress()
64 return GetOrCreateModelSafeGroupState(true, in update_progress()
68 return &GetOrCreateModelSafeGroupState(true, in mutable_update_progress()
74 return &GetOrCreateModelSafeGroupState(false, group)->update_progress; in GetUnrestrictedUpdateProgress()
232 PerModelSafeGroupState* GetOrCreateModelSafeGroupState(bool restrict,
Dstatus_controller.cc33 PerModelSafeGroupState* StatusController::GetOrCreateModelSafeGroupState( in GetOrCreateModelSafeGroupState() function in browser_sync::sessions::StatusController