Searched refs:IsBookmarkedByUser (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_utils.h148 bool IsBookmarkedByUser(BookmarkModel* model, const GURL& url);
H A Dbookmark_utils.cc405 if (IsBookmarkedByUser(model, url))
450 bool IsBookmarkedByUser(BookmarkModel* model, const GURL& url) { function in namespace:bookmarks
H A Dbookmark_model_unittest.cc1119 // and that IsBookmarkedByUser is true only if at least one of the matching
1137 bookmarks::IsBookmarkedByUser(model_.get(), GURL("http://google.com")));
1139 bookmarks::IsBookmarkedByUser(model_.get(), GURL("http://youtube.com")));
1141 bookmarks::IsBookmarkedByUser(model_.get(), GURL("http://reddit.com")));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc192 bool was_bookmarked_by_user = bookmarks::IsBookmarkedByUser(model, url);
194 bool is_bookmarked_by_user = bookmarks::IsBookmarkedByUser(model, url);

Completed in 871 milliseconds