Searched refs:RemoveById (Results 1 – 14 of 14) sorted by relevance
158 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()165 collection->RemoveById("2"); in IN_PROC_BROWSER_TEST_F()194 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()206 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()212 collection->RemoveById("2"); in IN_PROC_BROWSER_TEST_F()219 collection->RemoveById("3"); in IN_PROC_BROWSER_TEST_F()253 collection->RemoveById(delegate->id()); in IN_PROC_BROWSER_TEST_F()280 collection->RemoveById("2"); in IN_PROC_BROWSER_TEST_F()284 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()348 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()[all …]
86 collection_->RemoveById(delegate_->id()); in Hide()
64 virtual bool RemoveById(const std::string& id);
106 bool BalloonCollectionImpl::RemoveById(const std::string& id) { in RemoveById() function in chromeos::BalloonCollectionImpl
61 virtual bool RemoveById(const std::string& id) = 0;
45 virtual bool RemoveById(const std::string& id);
116 return balloon_collection_->RemoveById(id); in CancelById()
71 bool BalloonCollectionImpl::RemoveById(const std::string& id) { in RemoveById() function in BalloonCollectionImpl
62 virtual bool RemoveById(const std::string& id) = 0;
50 virtual bool RemoveById(const std::string& id) OVERRIDE;
134 return balloon_collection_->RemoveById(id); in CancelById()
99 bool BalloonCollectionImpl::RemoveById(const std::string& id) { in RemoveById() function in BalloonCollectionImpl
33 virtual bool RemoveById(const std::string& id) { return false; }
37 virtual bool RemoveById(const std::string& id) OVERRIDE { return false; }