HomeSort by relevance Sort by last modified time
    Searched refs:use_mozilla_user_agent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_host.cc 585 bool use_mozilla_user_agent = true; local
588 if (plugin.get() && !plugin->use_mozilla_user_agent())
589 use_mozilla_user_agent = false;
592 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 68 milliseconds