OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plugin_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/media/crypto/
content_decryption_module_factory.cc
30
const std::string&
plugin_type
,
37
blink::WebString::fromUTF8(
plugin_type
), web_frame);
61
std::string
plugin_type
= GetPepperType(key_system);
local
62
DCHECK(!
plugin_type
.empty());
64
CreateHelperPlugin(
plugin_type
, web_media_player_client, web_frame);
/external/chromium_org/chrome/renderer/plugins/
plugin_uma.cc
41
PluginUMAReporter::PluginType
plugin_type
) OVERRIDE;
45
PluginUMAReporter::PluginType
plugin_type
) {
51
plugin_type
,
56
plugin_type
,
plugin_uma.h
49
PluginType
plugin_type
) = 0;
Completed in 403 milliseconds