Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/notifications/
Dnotification_exceptions_table_model.cc29 updates_disabled_(false), in NotificationExceptionsTableModel()
44 AutoReset<bool> tmp(&updates_disabled_, true); in RemoveRows()
62 AutoReset<bool> tmp(&updates_disabled_, true); in RemoveAll()
104 if (!updates_disabled_) { in Observe()
Dnotification_exceptions_table_model.h49 bool updates_disabled_; variable
/external/chromium/chrome/browser/
Dplugin_exceptions_table_model.cc20 updates_disabled_(false), in PluginExceptionsTableModel()
34 AutoReset<bool> tmp(&updates_disabled_, true); in RemoveRows()
67 AutoReset<bool> tmp(&updates_disabled_, true); in RemoveAll()
123 if (!updates_disabled_) in Observe()
Dplugin_exceptions_table_model.h76 bool updates_disabled_; variable