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)
127 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
168 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect)
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)
WindowFeatures.h 39 struct WindowFeatures {
40 WindowFeatures()
59 explicit WindowFeatures(const String& windowFeaturesString);
60 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 72 milliseconds