Home
last modified time | relevance | path

Searched refs:in_word (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/tools/dump_cache/
Durl_to_filename_encoder_unittest.cc58 void Validate(const string& in_word, const string& gold_word) { in Validate() argument
61 std::string(), in_word, '/', &escaped_word); in Validate()
66 EXPECT_EQ(in_word, url); in Validate()
69 void ValidateAllSegmentsSmall(const string& in_word) { in ValidateAllSegmentsSmall() argument
72 std::string(), in_word, '/', &escaped_word); in ValidateAllSegmentsSmall()
76 EXPECT_EQ(in_word, url); in ValidateAllSegmentsSmall()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_language.cc34 const base::char16* in_word, in SpellCheckWord() argument
68 text_iterator_.SetText(in_word, in_word_len); in SpellCheckWord()
Dspellcheck_language.h37 bool SpellCheckWord(const base::char16* in_word,
Dspellcheck.h69 bool SpellCheckWord(const base::char16* in_word,
Dspellcheck.cc178 const base::char16* in_word, in SpellCheckWord() argument
192 return spellcheck_.SpellCheckWord(in_word, in_word_len, in SpellCheckWord()