Home
last modified time | relevance | path

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

/external/chromium/net/tools/dump_cache/
Durl_to_filename_encoder_unittest.cc58 void Validate(const string& in_word, const string& gold_word) { in Validate() argument
60 UrlToFilenameEncoder::EncodeSegment("", in_word, '/', &escaped_word); in Validate()
65 EXPECT_EQ(in_word, url); in Validate()
68 void ValidateAllSegmentsSmall(const string& in_word) { in ValidateAllSegmentsSmall() argument
70 UrlToFilenameEncoder::EncodeSegment("", in_word, '/', &escaped_word); in ValidateAllSegmentsSmall()
74 EXPECT_EQ(in_word, url); in ValidateAllSegmentsSmall()
/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.cc36 const char16* in_word, in SpellCheckWord() argument
70 text_iterator_.SetText(in_word, in_word_len); in SpellCheckWord()
Dspellcheck_language.h37 bool SpellCheckWord(const char16* in_word,
Dspellcheck.h69 bool SpellCheckWord(const char16* in_word,
Dspellcheck.cc178 const char16* in_word, in SpellCheckWord() argument
192 return spellcheck_.SpellCheckWord(in_word, in_word_len, in SpellCheckWord()