HomeSort by relevance Sort by last modified time
    Searched defs:IsBookmarked (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/favicon/
chrome_favicon_client.cc 24 bool ChromeFaviconClient::IsBookmarked(const GURL& url) {
26 return bookmark_model && bookmark_model->IsBookmarked(url);
  /external/chromium_org/components/history/core/browser/
history_client.cc 12 bool HistoryClient::IsBookmarked(const GURL& url) {
  /external/chromium_org/chrome/browser/history/
chrome_history_client.cc 22 bool ChromeHistoryClient::IsBookmarked(const GURL& url) {
23 return bookmark_model_->IsBookmarked(url);
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.cc 33 bool HistoryClientFakeBookmarks::IsBookmarked(const GURL& url) {
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.cc 528 bool BookmarkModel::IsBookmarked(const GURL& url) {

Completed in 1158 milliseconds