HomeSort by relevance Sort by last modified time
    Searched defs:WindowFeatures (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
WindowFeatures.cpp 24 #include "WindowFeatures.h"
40 WindowFeatures::WindowFeatures(const String& features)
123 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
164 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect)
210 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue)
219 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue)
238 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map)
WindowFeatures.h 39 struct WindowFeatures {
41 WindowFeatures()
57 WindowFeatures(const String& windowFeaturesString);
58 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);

Completed in 33 milliseconds