Searched refs:word_start (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_language.cc | 59 int word_start; in SpellCheckWord() local 70 while (text_iterator_.GetNextWord(&word, &word_start, &word_length)) { in SpellCheckWord() 81 *misspelling_start = word_start; in SpellCheckWord() 111 int word_start; in IsValidContraction() local 115 while (contraction_iterator_.GetNextWord(&word, &word_start, &word_length)) { in IsValidContraction()
|
D | spellcheck_worditerator.cc | 363 int* word_start, in GetNextWord() argument 368 *word_start = 0; in GetNextWord() 385 *word_start = start; in GetNextWord()
|
D | spellcheck_worditerator.h | 144 int* word_start,
|
/external/lldb/source/Core/ |
D | InputReader.cpp | 150 const char *word_start = NULL; in HandleRawBytes() local 165 send_word = word_start != NULL; in HandleRawBytes() 175 else if (word_start == NULL) in HandleRawBytes() 178 word_start = p; in HandleRawBytes() 183 const size_t word_len = p - word_start; in HandleRawBytes() 187 word_start, in HandleRawBytes() 191 return word_start - bytes + bytes_handled; in HandleRawBytes()
|
/external/chromium_org/ui/app_list/search/ |
D | tokenized_string.cc | 36 const size_t word_start = break_iter.prev(); in Tokenize() local 40 mappings_.push_back(gfx::Range(word_start + term_iter.prev(), in Tokenize() 41 word_start + term_iter.pos())); in Tokenize()
|
/external/chromium_org/third_party/skia/src/views/ |
D | SkTextBox.cpp | 24 const char* word_start = text; in linebreak() local 36 word_start = prevText; in linebreak() 51 if (word_start == start) { in linebreak() 56 text = word_start; in linebreak()
|
/external/skia/src/views/ |
D | SkTextBox.cpp | 24 const char* word_start = text; in linebreak() local 36 word_start = prevText; in linebreak() 51 if (word_start == start) { in linebreak() 56 text = word_start; in linebreak()
|
/external/chromium_org/chrome/browser/history/ |
D | in_memory_url_index_types.cc | 132 size_t word_start = iter.prev() + initial_whitespace; in String16VectorFromString16() local 133 if (word_start < kMaxSignificantChars) in String16VectorFromString16() 134 word_starts->push_back(word_start); in String16VectorFromString16()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_ax_object_proxy.cc | 403 int& word_start, in GetBoundariesForOneWord() argument 423 word_start = start; in GetBoundariesForOneWord() 431 word_start = start + starts[j]; in GetBoundariesForOneWord() 438 word_start = start + starts[word_count - 1]; in GetBoundariesForOneWord() 1019 int word_start, word_end; in WordStart() local 1021 word_start, word_end); in WordStart() 1022 return word_start; in WordStart() 1030 int word_start, word_end; in WordEnd() local 1032 word_start, word_end); in WordEnd()
|