Home
last modified time | relevance | path

Searched refs:PerModelSafeGroupState (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dstatus_controller.cc33 PerModelSafeGroupState* StatusController::GetOrCreateModelSafeGroupState( in GetOrCreateModelSafeGroupState()
37 PerModelSafeGroupState* state = new PerModelSafeGroupState(&is_dirty_); in GetOrCreateModelSafeGroupState()
179 std::map<ModelSafeGroup, PerModelSafeGroupState*>::const_iterator it = in HasConflictingUpdates()
191 std::map<ModelSafeGroup, PerModelSafeGroupState*>::const_iterator it = in TotalNumConflictingItems()
Dstatus_controller.h232 PerModelSafeGroupState* GetOrCreateModelSafeGroupState(bool restrict,
236 std::map<ModelSafeGroup, PerModelSafeGroupState*> per_model_group_;
238 STLValueDeleter<std::map<ModelSafeGroup, PerModelSafeGroupState*> >
Dsession_state.h295 struct PerModelSafeGroupState { struct
296 explicit PerModelSafeGroupState(bool* dirty_flag);
297 ~PerModelSafeGroupState();
Dsession_state.cc355 PerModelSafeGroupState::PerModelSafeGroupState(bool* dirty_flag) in PerModelSafeGroupState() function in browser_sync::sessions::PerModelSafeGroupState
359 PerModelSafeGroupState::~PerModelSafeGroupState() { in ~PerModelSafeGroupState()