Home
last modified time | relevance | path

Searched refs:last_length (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.cc312 size_t last_length = last_request_.length(); in SatisfyRequestFromCache() local
321 if (text_length >= last_length && in SatisfyRequestFromCache()
322 !request.compare(0, last_length, last_request_)) { in SatisfyRequestFromCache()
323 if (text_length == last_length || !HasWordCharacters(text, last_length)) { in SatisfyRequestFromCache()
338 if (text_length < last_length && in SatisfyRequestFromCache()
/external/chromium_org/chromeos/process_proxy/
Dprocess_output_watcher.cc165 size_t last_length = UTF8SizeFromLeadingByte(read_buffer_[last_lead_byte]); in OutputSizeWithoutIncompleteUTF8() local
171 if (!last_length || last_length + last_lead_byte <= read_buffer_size_) in OutputSizeWithoutIncompleteUTF8()