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

/external/webkit/Source/WebCore/plugins/
H A DPluginView.h103 class PluginRequest;
114 class PluginRequest { class in namespace:WebCore
115 WTF_MAKE_NONCOPYABLE(PluginRequest); WTF_MAKE_FAST_ALLOCATED;
117 PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups) function in class:WebCore::PluginRequest
332 void performRequest(PluginRequest*);
333 void scheduleRequest(PluginRequest*);
394 Vector<PluginRequest*> m_requests;

Completed in 202 milliseconds