Searched refs:performRequest (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h289 void performRequest(PluginRequest*);
H A DPluginView.cpp421 void PluginView::performRequest(PluginRequest* request) function in class:WebCore::PluginView
498 // Schedule a new request before calling performRequest since the call to
499 // performRequest can cause the plugin view to be deleted.
503 performRequest(request.get());
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h289 void performRequest(PluginRequest*);
H A DNetscapePluginInstanceProxy.mm634 void NetscapePluginInstanceProxy::performRequest(PluginRequest* pluginRequest)
749 performRequest(request.get());

Completed in 141 milliseconds