HomeSort by relevance Sort by last modified time
    Searched refs:updates_disabled_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 49 bool updates_disabled_; member in class:NotificationExceptionsTableModel
notification_exceptions_table_model.cc 29 updates_disabled_(false),
44 AutoReset<bool> tmp(&updates_disabled_, true);
62 AutoReset<bool> tmp(&updates_disabled_, true);
104 if (!updates_disabled_) {
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 59 bool updates_disabled() const { return updates_disabled_; }
87 bool updates_disabled_; member in class:PnaclComponentInstaller
pnacl_component_installer.cc 193 updates_disabled_(false),
449 updates_disabled_ = command_line.HasSwitch(switches::kDisablePnaclInstall);
  /external/chromium/chrome/browser/
plugin_exceptions_table_model.cc 20 updates_disabled_(false),
34 AutoReset<bool> tmp(&updates_disabled_, true);
67 AutoReset<bool> tmp(&updates_disabled_, true);
123 if (!updates_disabled_)
plugin_exceptions_table_model.h 76 bool updates_disabled_; member in class:PluginExceptionsTableModel

Completed in 66 milliseconds