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

/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_daemon_log_source.h33 typedef std::map<std::string, std::string> KeyValueMap; typedef in class:system_logs::DebugDaemonLogSource
41 const KeyValueMap& logs);
43 const KeyValueMap& logs);
48 const KeyValueMap& user_log_files,
/external/chromium_org/ppapi/shared_impl/
H A Ddictionary_var.h22 typedef std::map<std::string, ScopedPPVar> KeyValueMap; typedef in class:ppapi::DictionaryVar
48 const KeyValueMap& key_value_map() const { return key_value_map_; }
54 KeyValueMap key_value_map_;
/external/chromium_org/tools/gn/
H A Dscope.h42 typedef base::hash_map<base::StringPiece, Value> KeyValueMap; typedef in class:Scope
200 void GetCurrentScopeValues(KeyValueMap* output) const;
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp96 typedef HashMap<String, String> KeyValueMap; typedef in namespace:blink
98 static KeyValueMap retrieveKeyValuePairs(blink::SharedBufferChunkReader* buffer)
100 KeyValueMap keyValuePairs;
137 KeyValueMap keyValuePairs = retrieveKeyValuePairs(buffer);
138 KeyValueMap::iterator mimeParametersIterator = keyValuePairs.find("content-type");
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 378 milliseconds