Searched defs:MediaException (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpepper_flash_content_settings_utils.h17 struct MediaException { struct in namespace:options
18 MediaException(const ContentSettingsPattern& in_pattern,
21 ~MediaException();
23 bool operator==(const MediaException& other) const;
30 typedef std::vector<MediaException> MediaExceptions;
55 // MediaException, respectively.
H A Dpepper_flash_content_settings_utils.cc15 int CompareMediaException(const MediaException& i, const MediaException& j) {
19 bool MediaExceptionSortFunc(const MediaException& i, const MediaException& j) {
23 bool AreSettingsEqualOrIgnored(const MediaException& i,
24 const MediaException& j,
33 MediaException::MediaException(const ContentSettingsPattern& in_pattern, function in class:options::MediaException
41 MediaException::~MediaException() {
[all...]

Completed in 54 milliseconds