OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updates_disabled_
(Results
1 - 4
of
4
) 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/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 2414 milliseconds