OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_mozilla_user_agent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_host.cc
584
bool
use_mozilla_user_agent
= true;
local
587
if (plugin.get() && !plugin->
use_mozilla_user_agent
())
588
use_mozilla_user_agent
= false;
591
if (
use_mozilla_user_agent
)
[
all
...]
plugin_instance.h
163
bool
use_mozilla_user_agent
() { return use_mozilla_user_agent_; }
function in class:content::PluginInstance
Completed in 27 milliseconds