Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager_unittest.cc1833 SessionNotificationObserver() : notified_of_update_(false), in SessionNotificationObserver()
1845 notified_of_update_ = true; in Observe()
1855 bool notified_of_update() const { return notified_of_update_; } in notified_of_update()
1858 notified_of_update_ = false; in Reset()
1863 bool notified_of_update_; member in browser_sync::__anonbef9d0740311::SessionNotificationObserver