OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlacklistStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/suggestions/
blacklist_store.h
23
class
BlacklistStore
{
25
explicit
BlacklistStore
(PrefService* profile_prefs);
26
virtual ~
BlacklistStore
();
42
// Register
BlacklistStore
related prefs in the Profile prefs.
47
BlacklistStore
() {}
66
DISALLOW_COPY_AND_ASSIGN(
BlacklistStore
);
blacklist_store.cc
39
BlacklistStore
::
BlacklistStore
(PrefService* profile_prefs)
43
// Log the blacklist's size. A single
BlacklistStore
is created for the
51
BlacklistStore
::~
BlacklistStore
() {}
53
bool
BlacklistStore
::BlacklistUrl(const GURL& url) {
71
bool
BlacklistStore
::GetFirstUrlFromBlacklist(GURL* url) {
80
bool
BlacklistStore
::RemoveUrl(const GURL& url) {
96
void
BlacklistStore
::FilterSuggestions(SuggestionsProfile* profile) {
129
void
BlacklistStore
::RegisterProfilePrefs
[
all
...]
Completed in 321 milliseconds