HomeSort by relevance Sort by last modified time
    Searched defs:KeyValueMap (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/shared_impl/
dictionary_var.h 22 typedef std::map<std::string, ScopedPPVar> KeyValueMap;
48 const KeyValueMap& key_value_map() const {
56 KeyValueMap key_value_map_;
  /external/chromium_org/chrome/browser/chromeos/system_logs/
debug_daemon_log_source.h 30 typedef std::map<std::string, std::string> KeyValueMap;
38 const KeyValueMap& logs);
40 const KeyValueMap& logs);
44 void ReadUserLogFiles(const KeyValueMap& user_log_files);
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
MIMEHeader.cpp 44 typedef HashMap<String, String> KeyValueMap;
46 static KeyValueMap retrieveKeyValuePairs(WebCore::SharedBufferChunkReader* buffer)
48 KeyValueMap keyValuePairs;
85 KeyValueMap keyValuePairs = retrieveKeyValuePairs(buffer);
86 KeyValueMap::iterator mimeParametersIterator = keyValuePairs.find("content-type");
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
KeyValueMap.java 27 public class KeyValueMap extends HashMap<String, Object> {
45 public static KeyValueMap fromKeyValues(Object... keyValues) {
46 KeyValueMap result = new KeyValueMap();
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/postmessage_redir/
pm_redir_test.cc 48 typedef std::map<std::string, std::string> KeyValueMap;
50 static void ParseMapEntry(KeyValueMap* map,
68 static KeyValueMap ParseMap(std::string const& str_map) {
69 KeyValueMap nrvo;
105 KeyValueMap* kvm(reinterpret_cast<KeyValueMap*>(state));
144 KeyValueMap test_arg(ParseMap(msg));
162 reinterpret_cast<void *>(new KeyValueMap(test_arg)));

Completed in 1524 milliseconds