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

  /external/chromium_org/chrome/browser/ui/webui/options/
pepper_flash_content_settings_utils_unittest.cc 79 MediaException exceptions_1[] = { local
91 // The exception of "www.youtube.com" in |exceptions_1| should not affect
95 ConvertAndSort(exceptions_1, arraysize(exceptions_1)),
104 ConvertAndSort(exceptions_1, arraysize(exceptions_1)),
110 ConvertAndSort(exceptions_1, arraysize(exceptions_1)),
120 MediaException exceptions_1[] = { local
134 ConvertAndSort(exceptions_1, arraysize(exceptions_1))
149 MediaException exceptions_1[] = { local
177 MediaException exceptions_1[] = { local
    [all...]
pepper_flash_content_settings_utils.cc 100 const MediaExceptions& exceptions_1,
105 MediaExceptions::const_iterator iter_1 = exceptions_1.begin();
115 while (iter_1 != exceptions_1.end() && iter_2 != exceptions_2.end()) {
141 while (iter_1 != exceptions_1.end()) {
pepper_flash_content_settings_utils.h 45 // Checks whether |exceptions_1| and |exceptions_2| describe the same set of
46 // exceptions. |exceptions_1| and |exceptions_2| should be sorted by
49 // When an element of |exceptions_1| has a pattern that doesn't match any
57 const MediaExceptions& exceptions_1,

Completed in 117 milliseconds