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

  /external/webkit/WebCore/page/
WindowFeatures.cpp 24 #include "WindowFeatures.h"
40 WindowFeatures::WindowFeatures(const String& features)
123 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
160 bool WindowFeatures::boolFeature(const HashMap<String, String>& features, const char* key, bool defaultValue)
169 float WindowFeatures::floatFeature(const HashMap<String, String>& features, const char* key, float min, float max, float defaultValue)
WindowFeatures.h 37 struct WindowFeatures {
38 WindowFeatures()
54 WindowFeatures(const String& features);

Completed in 1011 milliseconds