Home
last modified time | relevance | path

Searched refs:DialogFeaturesMap (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DWindowFeatures.cpp173 DialogFeaturesMap features; in WindowFeatures()
210 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultVa… in boolFeature()
212 DialogFeaturesMap::const_iterator it = features.find(key); in boolFeature()
219 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, f… in floatFeature()
221 DialogFeaturesMap::const_iterator it = features.find(key); in floatFeature()
238 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map) in parseDialogFeatures()
H A DWindowFeatures.h82 typedef HashMap<String, String> DialogFeaturesMap; typedef
84 … static bool boolFeature(const DialogFeaturesMap&, const char* key, bool defaultValue = false);
85 …static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float d…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1643277 (WebCore::WindowFeatures::boolFeature): Use DialogFeaturesMap typedef.
43278 (WebCore::WindowFeatures::floatFeature): Use DialogFeaturesMap typedef.
43284 function, DialogFeaturesMap typedef, and made setWindowFeature function private.