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

  /external/webkit/Source/WebCore/platform/qt/
PlatformBridgeQt.cpp 31 bool PlatformBridge::popupsAllowed(NPP npp)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 115 bool PlatformBridge::popupsAllowed(NPP)
  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.cpp 254 bool popupsAllowed = PlatformBridge::popupsAllowed(npp);
255 return _NPN_EvaluateHelper(npp, popupsAllowed, npObject, npScript, result);
258 bool _NPN_EvaluateHelper(NPP npp, bool popupsAllowed, NPObject* npObject, NPString* npScript, NPVariant* result)
279 if (!popupsAllowed)
282 // Set popupsAllowed flag to the current execution frame, so WebKit can get
287 frame->script()->setAllowPopupsFromPlugin(popupsAllowed);
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp     [all...]

Completed in 1120 milliseconds