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

/external/chromium_org/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain_unittest.cc440 const char* key6 = "a.b.aaaam"; local
459 EXPECT_EQ(5U, GetRegistryLengthFromHost(key6, EXCLUDE_UNKNOWN_REGISTRIES));
477 const char* key6 = "a.b.maaaa"; local
496 EXPECT_EQ(5U, GetRegistryLengthFromHost(key6, EXCLUDE_UNKNOWN_REGISTRIES));
/external/chromium_org/ui/base/ime/chromeos/
H A Dcharacter_composer_unittest.cc114 // key 4, key5, key6].
121 uint key6,
125 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, key6,
115 ExpectCharacterComposed(CharacterComposer* character_composer, uint key1, uint key2, uint key3, uint key4, uint key5, uint key6, int flags, const base::string16& expected_character) argument

Completed in 144 milliseconds