Home
last modified time | relevance | path

Searched defs:SupportsType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebMimeRegistry.h42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enum
/external/chromium_org/net/base/
Dmime_util.h99 enum SupportsType { enum
/external/chromium_org/content/common/
Dplugin_list.cc367 bool PluginList::SupportsType(const WebPluginInfo& plugin, in SupportsType() function in content::PluginList