Searched refs:exceptions_2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpepper_flash_content_settings_utils_unittest.cc86 MediaException exceptions_2[] = { local
97 ConvertAndSort(exceptions_2, arraysize(exceptions_2)),
102 ConvertAndSort(exceptions_2, arraysize(exceptions_2)),
112 ConvertAndSort(exceptions_2, arraysize(exceptions_2)),
127 MediaException exceptions_2[] = { local
136 ConvertAndSort(exceptions_2, arraysize(exceptions_2)),
154 MediaException exceptions_2[] = { local
182 MediaException exceptions_2[] = { local
[all...]
H A Dpepper_flash_content_settings_utils.cc102 const MediaExceptions& exceptions_2,
106 MediaExceptions::const_iterator iter_2 = exceptions_2.begin();
115 while (iter_1 != exceptions_1.end() && iter_2 != exceptions_2.end()) {
149 while (iter_2 != exceptions_2.end()) {
98 AreMediaExceptionsEqual( ContentSetting default_setting_1, const MediaExceptions& exceptions_1, ContentSetting default_setting_2, const MediaExceptions& exceptions_2, bool ignore_audio_setting, bool ignore_video_setting) argument
H A Dpepper_flash_content_settings_utils.h45 // Checks whether |exceptions_1| and |exceptions_2| describe the same set of
46 // exceptions. |exceptions_1| and |exceptions_2| should be sorted by
50 // element of |exceptions_2|, it would be compared with |default_setting_2|,
59 const MediaExceptions& exceptions_2,

Completed in 99 milliseconds