HomeSort by relevance Sort by last modified time
    Searched refs:shouldAllowPopups (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/plugins/
PluginView.h 117 PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups)
121 , m_shouldAllowPopups(shouldAllowPopups) { }
126 bool shouldAllowPopups() const { return m_shouldAllowPopups; }
PluginView.cpp 498 ScriptValue result = m_parentFrame->script()->executeScript(jsString, request->shouldAllowPopups());
    [all...]

Completed in 70 milliseconds