Searched defs:load_manually (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.cc54 bool load_manually) {
82 url, argn.get(), argv.get(), argc, load_manually);
50 Initialize( const GURL& url, const std::vector<std::string>& arg_names, const std::vector<std::string>& arg_values, bool load_manually) argument
H A Dplugin_instance.cc157 bool load_manually) {
158 load_manually_ = load_manually;
153 Start(const GURL& url, char** const param_names, char** const param_values, int param_count, bool load_manually) argument
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc284 bool load_manually) {
371 params.load_manually = load_manually;
280 Initialize( const GURL& url, const std::vector<std::string>& arg_names, const std::vector<std::string>& arg_values, bool load_manually) argument

Completed in 61 milliseconds