HomeSort by relevance Sort by last modified time
    Searched refs:content_blocked_ (Results 1 - 3 of 3) 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:__anon3944::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

Completed in 153 milliseconds