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:WebCore
40 WindowFeatures() function in struct:WebCore::WindowFeatures
55 explicit WindowFeatures(const String& windowFeaturesString);
56 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:WebCore::WindowFeatures
122 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
163 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect) function in class:WebCore::WindowFeatures
209 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue)
218 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue)
237 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"
83 WebWindowFeatures(const WebCore::WindowFeatures& f)
104 operator WebCore::WindowFeatures() const
106 WebCore::WindowFeatures result;

Completed in 172 milliseconds