Home | History | Annotate | Download | only in browser

Lines Matching defs:URLBlacklist

59 scoped_ptr<URLBlacklist> BuildBlacklist(
62 URLBlacklist::SegmentURLCallback segment_url) {
63 scoped_ptr<URLBlacklist> blacklist(new URLBlacklist(segment_url));
128 struct URLBlacklist::FilterComponents {
149 URLBlacklist::URLBlacklist(SegmentURLCallback segment_url)
152 URLBlacklist::~URLBlacklist() {}
154 void URLBlacklist::AddFilters(bool allow,
194 void URLBlacklist::Block(const base::ListValue* filters) {
198 void URLBlacklist::Allow(const base::ListValue* filters) {
202 bool URLBlacklist::IsURLBlocked(const GURL& url) const {
229 size_t URLBlacklist::Size() const {
234 bool URLBlacklist::FilterToComponents(SegmentURLCallback segment_url,
326 scoped_refptr<URLMatcherConditionSet> URLBlacklist::CreateConditionSet(
368 bool URLBlacklist::FilterTakesPrecedence(const FilterComponents& lhs,
402 URLBlacklist::SegmentURLCallback segment_url,
410 blacklist_(new URLBlacklist(segment_url)),
469 // The URLBlacklist is built on a worker thread. Once it's ready, it is passed
482 void URLBlacklistManager::SetBlacklist(scoped_ptr<URLBlacklist> blacklist) {