OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content_allowed_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc
245
return
content_allowed_
[content_type];
263
content_allowed_
[type] = false;
266
content_allowed_
[type] = true;
312
if (!
content_allowed_
[type]) {
313
content_allowed_
[type] = true;
541
content_allowed_
[i] = false;
555
content_allowed_
[CONTENT_SETTINGS_TYPE_COOKIES] = false;
565
content_allowed_
[CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS] = !blocked;
tab_specific_content_settings.h
153
// Resets the |content_blocked_| and |
content_allowed_
| arrays, except for
367
bool
content_allowed_
[CONTENT_SETTINGS_NUM_TYPES];
member in class:TabSpecificContentSettings
Completed in 2822 milliseconds