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

  /external/chromium_org/third_party/WebKit/Source/core/page/
WindowFeatures.cpp 24 #include "core/page/WindowFeatures.h"
39 WindowFeatures::WindowFeatures(const String& features)
122 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
163 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect)
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)
WindowFeatures.h 39 struct WindowFeatures {
40 WindowFeatures()
55 explicit WindowFeatures(const String& windowFeaturesString);
56 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
  /external/chromium_org/third_party/WebKit/public/web/
WebWindowFeatures.h 39 #include "core/page/WindowFeatures.h"
83 WebWindowFeatures(const WebCore::WindowFeatures& f)
104 operator WebCore::WindowFeatures() const
106 WebCore::WindowFeatures result;

Completed in 32 milliseconds