Searched refs:TitleMatch (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.h13 struct TitleMatch;
60 // Converts a BookmarkModel::TitleMatch to a QueryResult and adds it to
62 void AddBookmarkTitleMatchToResults(const bookmark_utils::TitleMatch& match);
H A Dhistory_contents_provider.cc273 std::vector<bookmark_utils::TitleMatch> matches;
283 const bookmark_utils::TitleMatch& match) {
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.h22 struct TitleMatch;
52 std::vector<bookmark_utils::TitleMatch>* results);
90 std::vector<bookmark_utils::TitleMatch>* results);
H A Dbookmark_utils.h134 struct TitleMatch { struct in namespace:bookmark_utils
135 TitleMatch();
136 ~TitleMatch();
H A Dbookmark_index_unittest.cc53 std::vector<bookmark_utils::TitleMatch> matches;
88 std::vector<bookmark_utils::TitleMatch> matches;
91 const bookmark_utils::TitleMatch& match = matches[0];
203 std::vector<bookmark_utils::TitleMatch> matches;
215 std::vector<bookmark_utils::TitleMatch> matches;
282 std::vector<bookmark_utils::TitleMatch> matches;
H A Dbookmark_index.cc79 std::vector<bookmark_utils::TitleMatch>* results) {
144 std::vector<bookmark_utils::TitleMatch>* results) {
145 bookmark_utils::TitleMatch title_match;
H A Dbookmark_model.h37 struct TitleMatch;
306 std::vector<bookmark_utils::TitleMatch>* matches);
H A Dbookmark_utils.cc505 TitleMatch::TitleMatch() function in class:bookmark_utils::TitleMatch
509 TitleMatch::~TitleMatch() {}
H A Dbookmark_model.cc494 std::vector<bookmark_utils::TitleMatch>* matches) {

Completed in 93 milliseconds