HasEntryId        161 components/dom_distiller/core/dom_distiller_service.cc     if ((*it)->HasEntryId(entry_id)) {
HasEntryId         93 components/dom_distiller/core/task_tracker.h   bool HasEntryId(const std::string& entry_id) const;
HasEntryId         77 components/dom_distiller/core/task_tracker_unittest.cc   EXPECT_TRUE(task_tracker.HasEntryId(entry_id_));
HasEntryId         78 components/dom_distiller/core/task_tracker_unittest.cc   EXPECT_FALSE(task_tracker.HasEntryId("other_id"));