Searched defs:WindowFeatures (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindowFeatures.h39 struct WindowFeatures { struct in namespace:blink
40 WindowFeatures() function in struct:blink::WindowFeatures
59 explicit WindowFeatures(const String& windowFeaturesString);
60 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
H A DWindowFeatures.cpp24 #include "core/page/WindowFeatures.h"
39 WindowFeatures::WindowFeatures(const String& features) function in class:blink::WindowFeatures
127 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
168 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect) function in class:blink::WindowFeatures
214 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue)
223 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue)
242 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWindowFeatures.h39 #include "core/page/WindowFeatures.h"
87 WebWindowFeatures(const WindowFeatures& f)
108 operator WindowFeatures() const
110 WindowFeatures result;

Completed in 823 milliseconds