GetEntryByUrl 35 components/dom_distiller/core/dom_distiller_model.h bool GetEntryByUrl(const GURL& url, ArticleEntry* entry) const; GetEntryByUrl 59 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryByUrl(GURL(page1->url()), &found_entry)); GetEntryByUrl 63 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryByUrl(GURL(page2->url()), &found_entry)); GetEntryByUrl 67 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryByUrl(GURL(page3->url()), &found_entry)); GetEntryByUrl 71 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_FALSE(model.GetEntryByUrl(GURL("http://example.com/foo"), NULL)); GetEntryByUrl 99 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryByUrl(GURL(page1->url()), NULL)); GetEntryByUrl 100 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryByUrl(GURL(page2->url()), NULL)); GetEntryByUrl 101 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryByUrl(GURL(page3->url()), NULL)); GetEntryByUrl 53 components/dom_distiller/core/dom_distiller_service.cc const bool is_already_added = store_->GetEntryByUrl(url, &entry); GetEntryByUrl 142 components/dom_distiller/core/dom_distiller_service.cc if (store_->GetEntryByUrl(url, &entry)) { GetEntryByUrl 246 components/dom_distiller/core/dom_distiller_service_unittest.cc EXPECT_TRUE(store_->GetEntryByUrl(url, &entry)); GetEntryByUrl 406 components/dom_distiller/core/dom_distiller_service_unittest.cc EXPECT_TRUE(store_->GetEntryByUrl(pages_url[0], &entry)); GetEntryByUrl 419 components/dom_distiller/core/dom_distiller_service_unittest.cc EXPECT_TRUE(store_->GetEntryByUrl(pages_url[page_num], &entry)); GetEntryByUrl 64 components/dom_distiller/core/dom_distiller_store.cc return model_.GetEntryByUrl(url, entry); GetEntryByUrl 51 components/dom_distiller/core/dom_distiller_store.h virtual bool GetEntryByUrl(const GURL& url, ArticleEntry* entry) = 0; GetEntryByUrl 100 components/dom_distiller/core/dom_distiller_store.h virtual bool GetEntryByUrl(const GURL& url, ArticleEntry* entry) OVERRIDE;