Home
last modified time | relevance | path

Searched refs:shouldAllowPopups (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/plugins/
DPluginView.h97 …rameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups) in PluginRequest() argument
101 , m_shouldAllowPopups(shouldAllowPopups) { } in PluginRequest()
106 bool shouldAllowPopups() const { return m_shouldAllowPopups; } in shouldAllowPopups() function
DPluginView.cpp408 …JSValue result = m_parentFrame->loader()->executeScript(jsString, request->shouldAllowPopups()).js… in performRequest()
/external/webkit/WebCore/
DChangeLog-2008-08-1039048 (WebCore::PluginRequest::shouldAllowPopups):
65607 (WebCore::PluginRequestWin::shouldAllowPopups):
65608 Add new shouldAllowPopups member.
65629 Add calls to shouldAllowPopups().