Searched refs:shouldAllowPopups (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h98 PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups) argument
102 , m_shouldAllowPopups(shouldAllowPopups) { }
107 bool shouldAllowPopups() const { return m_shouldAllowPopups; } function in class:WebCore::PluginRequest
H A DPluginView.cpp435 UserGestureIndicator gestureIndicator(request->shouldAllowPopups() ? DefinitelyProcessingUserGesture : PossiblyProcessingUserGesture);
473 Deprecated::ScriptValue result = m_parentFrame->script().executeScript(jsString, request->shouldAllowPopups());

Completed in 121 milliseconds