Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc1053 dir_->SetNotificationState("notification_state"); in TEST_F()
1063 dir_->SetNotificationState("notification_state2"); in TEST_F()
1073 dir_->SetNotificationState("notification_state2"); in TEST_F()
Dsyncable.h791 void SetNotificationState(const std::string& notification_state);
Dsyncable.cc895 void Directory::SetNotificationState(const std::string& notification_state) { in SetNotificationState() function in syncable::Directory
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc2766 lookup->SetNotificationState(state); in StoreState()