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

/external/webkit/Source/WebKit2/Shared/
H A DWebPreferencesStore.cpp109 MappedType defaultValueForKey(const String&);
112 String defaultValueForKey(const String& key) function in namespace:WebKit
125 bool defaultValueForKey(const String& key) function in namespace:WebKit
138 uint32_t defaultValueForKey(const String& key) function in namespace:WebKit
151 double defaultValueForKey(const String& key) function in namespace:WebKit
170 return defaultValueForKey<typename MapType::MappedType>(key);

Completed in 97 milliseconds