HomeSort by relevance Sort by last modified time
    Searched defs:notification_state (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 868 const std::string& notification_state) {
869 if (notification_state == kernel_->persisted_info.notification_state)
871 kernel_->persisted_info.notification_state = notification_state;
890 std::string notification_state = kernel_->persisted_info.notification_state; local
892 return notification_state;
895 void Directory::SetNotificationState(const std::string& notification_state) {
897 SetNotificationStateUnsafe(notification_state);
    [all...]
syncable.h 707 std::string notification_state; member in struct:syncable::Directory::PersistedKernelInfo
791 void SetNotificationState(const std::string& notification_state);
943 void SetNotificationStateUnsafe(const std::string& notification_state);
    [all...]

Completed in 162 milliseconds