floatFeature 185 Source/core/page/WindowFeatures.cpp width = floatFeature(features, "dialogwidth", 100, screenAvailableRect.width(), 620); // default here came from frame size of dialog in MacIE floatFeature 186 Source/core/page/WindowFeatures.cpp height = floatFeature(features, "dialogheight", 100, screenAvailableRect.height(), 450); // default here came from frame size of dialog in MacIE floatFeature 188 Source/core/page/WindowFeatures.cpp x = floatFeature(features, "dialogleft", screenAvailableRect.x(), screenAvailableRect.maxX() - width, -1); floatFeature 190 Source/core/page/WindowFeatures.cpp y = floatFeature(features, "dialogtop", screenAvailableRect.y(), screenAvailableRect.maxY() - height, -1); floatFeature 83 Source/core/page/WindowFeatures.h static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float defaultValue);