OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:title_matches
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/history/
scored_history_match.h
64
const TermMatches&
title_matches
() const { return title_matches_; }
function in class:history::ScoredHistoryMatch
/external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc
233
const Snippet::MatchPositions&
title_matches
= result.title_match_positions();
local
236
if (!
title_matches
.empty()) {
238
for (Snippet::MatchPositions::const_iterator i =
title_matches
.begin();
239
i !=
title_matches
.end(); ++i) {
/external/chromium/chrome/browser/history/
in_memory_url_index.h
72
TermMatches
title_matches
; // Term matches within the page title.
member in struct:history::ScoredHistoryMatch
/external/chromium_org/sync/internal_api/
write_node.cc
76
bool
title_matches
= (current_legal_title == new_legal_title);
local
82
if (
title_matches
&& !encrypted_without_overwriting_name) {
Completed in 239 milliseconds