Searched defs:DialogFeaturesMap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindowFeatures.h84 typedef HashMap<String, String> DialogFeaturesMap; typedef in struct:blink::WindowFeatures
86 static bool boolFeature(const DialogFeaturesMap&, const char* key, bool defaultValue = false);
87 static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float defaultValue);

Completed in 1240 milliseconds