Searched refs:utf8_key (Results 1 – 5 of 5) sorted by relevance
97 bool DictionaryVar::SetWithStringKey(const std::string& utf8_key, in SetWithStringKey() argument99 if (!IsStringUTF8(utf8_key)) in SetWithStringKey()102 key_value_map_[utf8_key] = value; in SetWithStringKey()106 void DictionaryVar::DeleteWithStringKey(const std::string& utf8_key) { in DeleteWithStringKey() argument107 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);
31 const char* utf8_key = reinterpret_cast<const char*>(utf8Void);34 return strcmp(utf8_key, res_map->name);69 const char* utf8_key = [string UTF8String];70 if (utf8_key) {71 const void* valVoid = bsearch(utf8_key,91 DLOG_IF(WARNING, [string hasPrefix:@"^ID"]) << "Key '" << utf8_key
30 const char* utf8_key = reinterpret_cast<const char*>(utf8Void);33 return strcmp(utf8_key, res_map->name);68 const char* utf8_key = [string UTF8String];69 if (utf8_key) {70 const void* valVoid = bsearch(utf8_key,90 DLOG_IF(WARNING, [string hasPrefix:@"^ID"]) << "Key '" << utf8_key
298 std::string utf8_key = UTF16ToUTF8( in IN_PROC_BROWSER_TEST_F() local300 if (utf8_key == manifest_keys::kPermissions) in IN_PROC_BROWSER_TEST_F()302 else if (utf8_key == kFakeKey) in IN_PROC_BROWSER_TEST_F()