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

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DOMWindowCustom.cpp453 String windowFeaturesString = toWebCoreStringWithNullOrUndefinedCheck(args[2]); local
455 RefPtr<DOMWindow> openedWindow = impl->open(urlString, frameName, windowFeaturesString, activeWindow, firstWindow);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1804 PassRefPtr<DOMWindow> DOMWindow::open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString, argument
1854 WindowFeatures windowFeatures(windowFeaturesString);

Completed in 549 milliseconds