OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:title_match
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_index.cc
145
bookmark_utils::TitleMatch
title_match
;
local
152
&(
title_match
.match_positions))) {
153
title_match
.node = node;
154
results->push_back(
title_match
);
/external/chromium_org/chrome/browser/bookmarks/
bookmark_index.cc
153
BookmarkTitleMatch
title_match
;
local
160
&(
title_match
.match_positions))) {
161
title_match
.node = node;
162
results->push_back(
title_match
);
Completed in 2717 milliseconds