Searched refs:setAllowPopupsFromPlugin (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptController.h188 void setAllowPopupsFromPlugin(bool allowPopupsFromPlugin) { m_allowPopupsFromPlugin = allowPopupsFromPlugin; } function in class:WebCore::ScriptController
H A DNPV8Object.cpp287 frame->script()->setAllowPopupsFromPlugin(popupsAllowed);
292 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptController.h125 void setAllowPopupsFromPlugin(bool allowPopupsFromPlugin) { m_allowPopupsFromPlugin = allowPopupsFromPlugin; } function in class:WebCore::ScriptController
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp739 frame->script()->setAllowPopupsFromPlugin(request->allowPopups());
743 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
939 frame->script()->setAllowPopupsFromPlugin(allowPopups);
947 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm873 frame->script()->setAllowPopupsFromPlugin(allowPopups);
880 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.mm671 frame->script()->setAllowPopupsFromPlugin(_eventHandler->currentEventIsUserGesture());
677 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);

Completed in 136 milliseconds