Searched defs:oldAllowPopups (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DNPV8Object.cpp286 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin(); local
292 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp738 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin(); local
743 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
938 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin();
947 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);

Completed in 20 milliseconds