Searched defs:in_word (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_language.cc36 const char16* in_word,
70 text_iterator_.SetText(in_word, in_word_len);
35 SpellCheckWord( const char16* in_word, int in_word_len, int tag, int* misspelling_start, int* misspelling_len, std::vector<string16>* optional_suggestions) argument
H A Dspellcheck.cc177 const char16* in_word,
191 return spellcheck_.SpellCheckWord(in_word, in_word_len,
176 SpellCheckWord( const char16* in_word, int in_word_len, int tag, int* misspelling_start, int* misspelling_len, std::vector<string16>* optional_suggestions) argument
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder_unittest.cc58 void Validate(const string& in_word, const string& gold_word) { argument
60 UrlToFilenameEncoder::EncodeSegment("", in_word, '/', &escaped_word);
65 EXPECT_EQ(in_word, url);
68 void ValidateAllSegmentsSmall(const string& in_word) { argument
70 UrlToFilenameEncoder::EncodeSegment("", in_word, '/', &escaped_word);
74 EXPECT_EQ(in_word, url);
/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder_unittest.cc58 void Validate(const string& in_word, const string& gold_word) { argument
61 std::string(), in_word, '/', &escaped_word); local
66 EXPECT_EQ(in_word, url);
69 void ValidateAllSegmentsSmall(const string& in_word) { argument
72 std::string(), in_word, '/', &escaped_word); local
76 EXPECT_EQ(in_word, url);

Completed in 169 milliseconds