Searched refs:utf8_key (Results 1 – 4 of 4) sorted by relevance
91 bool DictionaryVar::SetWithStringKey(const std::string& utf8_key, in SetWithStringKey() argument93 if (!base::IsStringUTF8(utf8_key)) in SetWithStringKey()96 key_value_map_[utf8_key] = value; in SetWithStringKey()100 void DictionaryVar::DeleteWithStringKey(const std::string& utf8_key) { in DeleteWithStringKey() argument101 key_value_map_.erase(utf8_key); in DeleteWithStringKey()
45 bool SetWithStringKey(const std::string& utf8_key, const PP_Var& value);46 void DeleteWithStringKey(const std::string& utf8_key);
32 const char* utf8_key = reinterpret_cast<const char*>(utf8Void);35 return strcmp(utf8_key, res_map->name);70 const char* utf8_key = [string UTF8String];71 if (utf8_key) {72 const void* valVoid = bsearch(utf8_key,92 DLOG_IF(WARNING, [string hasPrefix:@"^ID"]) << "Key '" << utf8_key
311 std::string utf8_key = base::UTF16ToUTF8( in IN_PROC_BROWSER_TEST_F() local313 if (utf8_key == manifest_keys::kPermissions) in IN_PROC_BROWSER_TEST_F()315 else if (utf8_key == kFakeKey) in IN_PROC_BROWSER_TEST_F()