Home
last modified time | relevance | path

Searched refs:windowFeaturesString (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DWindowFeatures.h55 explicit WindowFeatures(const String& windowFeaturesString);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WindowCustom.cpp390 …R_V8STRINGRESOURCE_VOID(V8StringResource<WithUndefinedOrNullCheck>, windowFeaturesString, info[2]); in openMethodCustom()
392 …RefPtr<DOMWindow> openedWindow = impl->open(urlString, frameName, windowFeaturesString, activeDOMW… in openMethodCustom()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h149 …w> open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString,
DDOMWindow.cpp1783 …w::open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString, in open() argument
1835 WindowFeatures windowFeatures(windowFeaturesString); in open()