OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_blocked_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/
content_settings_observer.h
104
// Resets the |
content_blocked_
| array.
133
bool
content_blocked_
[CONTENT_SETTINGS_NUM_TYPES];
member in class:ContentSettingsObserver
/external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.h
162
// Resets the |
content_blocked_
| and |content_allowed_| arrays, except for
175
// Changes the |
content_blocked_
| entry for popups.
178
// Changes the |
content_blocked_
| entry for downloads.
372
bool
content_blocked_
[CONTENT_SETTINGS_NUM_TYPES];
member in class:TabSpecificContentSettings
/external/chromium_org/content/browser/appcache/
appcache_host_unittest.cc
56
content_blocked_
(false) {
96
content_blocked_
= true;
104
bool
content_blocked_
;
member in class:content::AppCacheHostTest::MockFrontend
485
mock_frontend_.
content_blocked_
= false;
502
EXPECT_FALSE(mock_frontend_.
content_blocked_
);
523
mock_frontend_.
content_blocked_
= false;
540
EXPECT_TRUE(mock_frontend_.
content_blocked_
);
Completed in 852 milliseconds