Searched refs:content_blocked_ (Results 1 – 3 of 3) sorted by relevance
16 : settings_changed_(false), content_blocked_(false) {} in TestContentSettingsDelegate()19 void Reset() { settings_changed_ = content_blocked_ = false; } in Reset()23 bool ContentBlocked() { return content_blocked_; } in ContentBlocked()28 content_blocked_ = content_was_blocked; in OnContentSettingsAccessed()33 bool content_blocked_; member in __anon66dc01740111::TestContentSettingsDelegate
37 return content_blocked_[content_type]; in IsContentBlocked()89 if (!content_blocked_[type]) { in OnContentBlocked()90 content_blocked_[type] = true; in OnContentBlocked()230 for (size_t i = 0; i < arraysize(content_blocked_); ++i) { in ClearBlockedContentSettingsExceptForCookies()234 content_blocked_[i] = false; in ClearBlockedContentSettingsExceptForCookies()246 content_blocked_[CONTENT_SETTINGS_TYPE_COOKIES] = false; in ClearCookieSpecificContentSettings()254 content_blocked_[CONTENT_SETTINGS_TYPE_POPUPS] = blocked; in SetPopupsBlocked()
169 bool content_blocked_[CONTENT_SETTINGS_NUM_TYPES]; variable