OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveUrl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/suggestions/
blacklist_store.h
37
virtual bool
RemoveUrl
(const GURL& url);
blacklist_store_unittest.cc
100
EXPECT_TRUE(blacklist_store.
RemoveUrl
(GURL(kTestUrlC)));
113
EXPECT_TRUE(blacklist_store.
RemoveUrl
(GURL(kTestUrlA)));
blacklist_store.cc
80
bool BlacklistStore::
RemoveUrl
(const GURL& url) {
suggestions_service_unittest.cc
137
MOCK_METHOD1(
RemoveUrl
, bool(const GURL&));
459
EXPECT_CALL(*mock_blacklist_store_,
RemoveUrl
(Eq(blacklist_url)))
505
EXPECT_CALL(*mock_blacklist_store_,
RemoveUrl
(Eq(blacklist_url)))
suggestions_service.cc
331
blacklist_store_->
RemoveUrl
(blacklisted_url);
Completed in 216 milliseconds