OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNoCachedResultForTerm
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.h
189
static const size_t
kNoCachedResultForTerm
;
270
// matching number of characters. Returns
kNoCachedResultForTerm
if there
in_memory_url_index.cc
50
const size_t InMemoryURLIndex::
kNoCachedResultForTerm
= -1;
582
if (index !=
kNoCachedResultForTerm
&& index == uni_chars.size() - 1)
591
if (index !=
kNoCachedResultForTerm
) {
[
all
...]
Completed in 24 milliseconds