DialogFeaturesMap 172 Source/core/page/WindowFeatures.cpp DialogFeaturesMap features; DialogFeaturesMap 209 Source/core/page/WindowFeatures.cpp bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue) DialogFeaturesMap 211 Source/core/page/WindowFeatures.cpp DialogFeaturesMap::const_iterator it = features.find(key); DialogFeaturesMap 218 Source/core/page/WindowFeatures.cpp float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) DialogFeaturesMap 220 Source/core/page/WindowFeatures.cpp DialogFeaturesMap::const_iterator it = features.find(key); DialogFeaturesMap 237 Source/core/page/WindowFeatures.cpp void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map) DialogFeaturesMap 82 Source/core/page/WindowFeatures.h static bool boolFeature(const DialogFeaturesMap&, const char* key, bool defaultValue = false); DialogFeaturesMap 83 Source/core/page/WindowFeatures.h static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float defaultValue);