Home | History | Annotate | Download | only in syncable

Lines Matching full:notification_state

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;
892 return notification_state;
895 void Directory::SetNotificationState(const std::string& notification_state) {
897 SetNotificationStateUnsafe(notification_state);