OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_all
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/content_settings/
content_settings_details.h
18
// notification with
update_all
() returning true instead of one notification
34
bool
update_all
() const { return pattern_.AsString().empty(); }
function in class:ContentSettingsDetails
44
// True if all types should be updated. If
update_all
() is false, this will
stub_settings_observer.cc
27
last_update_all = settings_details.ptr()->
update_all
();
/external/chromium_org/chrome/browser/content_settings/
content_settings_details.h
18
// notification with
update_all
() returning true instead of one notification
39
bool
update_all
() const {
function in class:ContentSettingsDetails
52
// True if all types should be updated. If
update_all
() is false, this will
mock_settings_observer.cc
34
settings_details->
update_all
());
tab_specific_content_settings.cc
682
if (settings_details.ptr()->
update_all
() ||
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map_unittest.cc
35
last_update_all = settings_details.ptr()->
update_all
();
Completed in 83 milliseconds