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

  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.cpp 286 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin();
292 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 738 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin();
743 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
938 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin();
947 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
    [all...]

Completed in 53 milliseconds