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

/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1559 NPError PluginView::setValueForURL(NPNURLVariable variable, const char* url, const char* value, uint32_t len) function in class:WebCore::PluginView
1561 LOG(Plugins, "PluginView::setValueForURL(%s)", prettyNameForNPNURLVariable(variable).data());
1578 LOG(Plugins, "PluginView::setValueForURL(%s): Plugins are NOT allowed to set proxy information.", prettyNameForNPNURLVariable(variable).data());
1582 LOG(Plugins, "PluginView::setValueForURL: %s", prettyNameForNPNURLVariable(variable).data());

Completed in 67 milliseconds