NotifyOriginInUse   91 webkit/browser/appcache/appcache_host.cc     service()->quota_manager_proxy()->NotifyOriginInUse(origin_in_use_);
NotifyOriginInUse   29 webkit/browser/quota/mock_quota_manager_proxy.h   virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {}
NotifyOriginInUse  166 webkit/browser/quota/quota_manager.h   void NotifyOriginInUse(const GURL& origin);
NotifyOriginInUse   88 webkit/browser/quota/quota_manager_proxy.cc         base::Bind(&QuotaManagerProxy::NotifyOriginInUse, this, origin));
NotifyOriginInUse   93 webkit/browser/quota/quota_manager_proxy.cc     manager_->NotifyOriginInUse(origin);
NotifyOriginInUse   45 webkit/browser/quota/quota_manager_proxy.h   virtual void NotifyOriginInUse(const GURL& origin);
NotifyOriginInUse  275 webkit/browser/quota/quota_manager_unittest.cc     quota_manager_->NotifyOriginInUse(origin);
NotifyOriginInUse  934 webkit/browser/quota/quota_manager_unittest.cc   quota_manager()->NotifyOriginInUse(kFooOrigin);  // count of 1
NotifyOriginInUse  936 webkit/browser/quota/quota_manager_unittest.cc   quota_manager()->NotifyOriginInUse(kFooOrigin);  // count of 2
NotifyOriginInUse  942 webkit/browser/quota/quota_manager_unittest.cc   quota_manager()->NotifyOriginInUse(kBarOrigin);
NotifyOriginInUse 1771 webkit/browser/quota/quota_manager_unittest.cc   NotifyOriginInUse(GURL("http://a.com/"));
NotifyOriginInUse 1778 webkit/browser/quota/quota_manager_unittest.cc   NotifyOriginInUse(GURL("https://a.com/"));