Home
last modified time | relevance | path

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

/external/webkit/WebCore/plugins/
DPluginView.h90 …rameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups) in PluginRequest() argument
94 , m_shouldAllowPopups(shouldAllowPopups) { } in PluginRequest()
99 bool shouldAllowPopups() const { return m_shouldAllowPopups; } in shouldAllowPopups() function
DPluginView.cpp270 …JSValuePtr result = m_parentFrame->loader()->executeScript(jsString, request->shouldAllowPopups())… 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().