Searched refs:windowFeaturesString (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | WindowFeatures.h | 55 explicit WindowFeatures(const String& windowFeaturesString);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8WindowCustom.cpp | 390 …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/ |
D | DOMWindow.h | 149 …w> open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString,
|
D | DOMWindow.cpp | 1783 …w::open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString, in open() argument 1835 WindowFeatures windowFeatures(windowFeaturesString); in open()
|