Home | History | Annotate | Download | only in notifications

Lines Matching refs:GURL

14 #include "googleurl/src/gurl.h"
35 int HasPermission(const GURL& origin);
38 void CacheAllowedOrigin(const GURL& origin);
39 void CacheDeniedOrigin(const GURL& origin);
43 void SetCacheAllowedOrigins(const std::vector<GURL>& allowed);
44 void SetCacheDeniedOrigins(const std::vector<GURL>& denied);
48 std::vector<GURL>* origin_vector);
61 bool IsOriginAllowed(const GURL& origin);
62 bool IsOriginDenied(const GURL& origin);
68 std::set<GURL> allowed_origins_;
69 std::set<GURL> denied_origins_;