OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PluginType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_nacl_browsertest.cc
49
enum
PluginType
{
116
void CheckPluginsCreated(const GURL& url,
PluginType
expected_to_succeed) {
142
PluginType
expected_to_succeed) {
/external/chromium_org/chrome/renderer/plugins/
plugin_uma.h
27
enum
PluginType
{
49
PluginType
plugin_type) = 0;
75
PluginType
GetPluginType(const std::string& plugin_mime_type,
79
PluginType
SrcToPluginType(const GURL& src);
81
PluginType
MimeTypeToPluginType(const std::string& mime_type);
/external/chromium_org/content/public/common/
webplugininfo.h
46
enum
PluginType
{
90
// Plugin type. See the
PluginType
enum.
Completed in 104 milliseconds