Home
last modified time | relevance | path

Searched refs:PluginRequest (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/plugins/
DPluginView.h77 class PluginRequest; variable
88 class PluginRequest {
90PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, b… in PluginRequest() function
238 void performRequest(PluginRequest*);
239 void scheduleRequest(PluginRequest*);
281 Vector<PluginRequest*> m_requests;
DPluginView.cpp229 void PluginView::performRequest(PluginRequest* request) in performRequest()
291 PluginRequest* request = m_requests[0]; in requestTimerFired()
303 void PluginView::scheduleRequest(PluginRequest* request) in scheduleRequest()
341PluginRequest* request = new PluginRequest(frameLoadRequest, sendNotification, notifyData, arePopu… in load()
/external/webkit/WebKit/mac/
DChangeLog2164 (WebKit::NetscapePluginInstanceProxy::PluginRequest::PluginRequest):
2165 (WebKit::NetscapePluginInstanceProxy::PluginRequest::requestID):
2166 (WebKit::NetscapePluginInstanceProxy::PluginRequest::request):
2167 (WebKit::NetscapePluginInstanceProxy::PluginRequest::frameName):
2168 (WebKit::NetscapePluginInstanceProxy::PluginRequest::didStartFromUserGesture):
DChangeLog-2006-02-097418 …WithFrame:]): In our asynchronous load, pass along currentEventIsUserGesture to the PluginRequest.
/external/webkit/WebCore/
DChangeLog-2008-08-1039038 incomplete type 'WebCore::PluginRequest'; no destructor called
39040 * plugins/PluginView.cpp: Move PluginRequest class to PluginView.h so
39044 (WebCore::PluginRequest::PluginRequest):
39045 (WebCore::PluginRequest::frameLoadRequest):
39046 (WebCore::PluginRequest::notifyData):
39047 (WebCore::PluginRequest::sendNotification):
39048 (WebCore::PluginRequest::shouldAllowPopups):
52751 (WebCore::PluginRequest::PluginRequest):