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

  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.h 188 void setAllowPopupsFromPlugin(bool allowPopupsFromPlugin) { m_allowPopupsFromPlugin = allowPopupsFromPlugin; }
NPV8Object.cpp 287 frame->script()->setAllowPopupsFromPlugin(popupsAllowed);
292 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.h 125 void setAllowPopupsFromPlugin(bool allowPopupsFromPlugin) { m_allowPopupsFromPlugin = allowPopupsFromPlugin; }
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 739 frame->script()->setAllowPopupsFromPlugin(request->allowPopups());
743 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
939 frame->script()->setAllowPopupsFromPlugin(allowPopups);
947 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 671 frame->script()->setAllowPopupsFromPlugin(_eventHandler->currentEventIsUserGesture());
677 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
    [all...]

Completed in 1451 milliseconds