OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:title_word_starts_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h
169
// Clears both url_word_starts_ and
title_word_starts_
.
173
WordStarts
title_word_starts_
;
member in struct:history::RowWordStarts
in_memory_url_index_types.cc
160
title_word_starts_
.clear();
scored_history_match_unittest.cc
79
String16SetFromString16(url_row.title(), &word_starts->
title_word_starts_
);
108
String16SetFromString16(title, &word_starts.
title_word_starts_
);
in_memory_url_index_unittest.cc
413
EXPECT_EQ(expected_word_starts.
title_word_starts_
.size(),
414
actual_word_starts.
title_word_starts_
.size());
415
EXPECT_TRUE(std::equal(expected_word_starts.
title_word_starts_
.begin(),
416
expected_word_starts.
title_word_starts_
.end(),
417
actual_word_starts.
title_word_starts_
.begin()));
[
all
...]
url_index_private_data.cc
753
word_starts ? &word_starts->
title_word_starts_
: NULL);
[
all
...]
scored_history_match.cc
395
next_word_starts = word_starts.
title_word_starts_
.begin();
396
end_word_starts = word_starts.
title_word_starts_
.end();
400
word_starts.
title_word_starts_
, 0, std::string::npos);
Completed in 439 milliseconds