Searched refs:getValueForURL (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.cpp190 return pluginViewForInstance(instance)->getValueForURL(variable, url, value, len);
H A DPluginView.h169 NPError getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len);
H A DPluginView.cpp1377 NPError PluginView::getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len) function in class:WebCore::PluginView
1379 LOG(Plugins, "PluginView::getValueForURL(%s)", prettyNameForNPNURLVariable(variable).data());
1430 LOG(Plugins, "PluginView::getValueForURL: %s", prettyNameForNPNURLVariable(variable).data());

Completed in 160 milliseconds