HomeSort by relevance Sort by last modified time
    Searched refs:PerModelSafeGroupState (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 33 PerModelSafeGroupState* StatusController::GetOrCreateModelSafeGroupState(
37 PerModelSafeGroupState* state = new PerModelSafeGroupState(&is_dirty_);
179 std::map<ModelSafeGroup, PerModelSafeGroupState*>::const_iterator it =
191 std::map<ModelSafeGroup, PerModelSafeGroupState*>::const_iterator it =
status_controller.h 232 PerModelSafeGroupState* GetOrCreateModelSafeGroupState(bool restrict,
236 std::map<ModelSafeGroup, PerModelSafeGroupState*> per_model_group_;
238 STLValueDeleter<std::map<ModelSafeGroup, PerModelSafeGroupState*> >
session_state.cc 355 PerModelSafeGroupState::PerModelSafeGroupState(bool* dirty_flag)
359 PerModelSafeGroupState::~PerModelSafeGroupState() {
session_state.h 295 struct PerModelSafeGroupState {
296 explicit PerModelSafeGroupState(bool* dirty_flag);
297 ~PerModelSafeGroupState();

Completed in 46 milliseconds