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

  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings_unittest.cc 16 : settings_changed_(false), content_blocked_(false) {}
19 void Reset() { settings_changed_ = content_blocked_ = false; }
23 bool ContentBlocked() { return content_blocked_; }
28 content_blocked_ = content_was_blocked;
33 bool content_blocked_; member in class:__anon4959::TestContentSettingsDelegate
tab_specific_content_settings.cc 37 return content_blocked_[content_type];
89 if (!content_blocked_[type]) {
90 content_blocked_[type] = true;
230 for (size_t i = 0; i < arraysize(content_blocked_); ++i) {
234 content_blocked_[i] = false;
246 content_blocked_[CONTENT_SETTINGS_TYPE_COOKIES] = false;
254 content_blocked_[CONTENT_SETTINGS_TYPE_POPUPS] = blocked;
tab_specific_content_settings.h 46 // Resets the |content_blocked_| and |content_accessed_| arrays, except for
56 // Changes the |content_blocked_| entry for popups.
169 bool content_blocked_[CONTENT_SETTINGS_NUM_TYPES]; member in class:TabSpecificContentSettings
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc 217 return content_blocked_[content_type];
304 content_blocked_[type] = false;
309 if (!content_blocked_[type]) {
310 content_blocked_[type] = true;
326 if (content_blocked_[type]) {
327 content_blocked_[type] = false;
515 for (size_t i = 0; i < arraysize(content_blocked_); ++i) {
519 content_blocked_[i] = false;
533 content_blocked_[CONTENT_SETTINGS_TYPE_COOKIES] = false;
543 content_blocked_[CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS] = blocked
    [all...]
tab_specific_content_settings.h 152 // Resets the |content_blocked_| and |content_allowed_| arrays, except for
165 // Changes the |content_blocked_| entry for popups.
168 // Changes the |content_blocked_| entry for downloads.
350 bool content_blocked_[CONTENT_SETTINGS_NUM_TYPES]; member in class:TabSpecificContentSettings
  /external/chromium_org/chrome/renderer/
content_settings_observer.cc 105 if (!content_blocked_[settings_type] || !resource_identifier.empty()) {
106 content_blocked_[settings_type] = true;
325 for (size_t i = 0; i < arraysize(content_blocked_); ++i)
326 content_blocked_[i] = false;
content_settings_observer.h 87 // Resets the |content_blocked_| array.
104 bool content_blocked_[CONTENT_SETTINGS_NUM_TYPES]; member in class:ContentSettingsObserver
  /external/chromium_org/webkit/browser/appcache/
appcache_host_unittest.cc 42 content_blocked_(false) {
81 content_blocked_ = true;
89 bool content_blocked_; member in class:appcache::AppCacheHostTest::MockFrontend
461 mock_frontend_.content_blocked_ = false;
478 EXPECT_FALSE(mock_frontend_.content_blocked_);
499 mock_frontend_.content_blocked_ = false;
516 EXPECT_TRUE(mock_frontend_.content_blocked_);

Completed in 4988 milliseconds