Searched refs:GetOriginSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h82 std::set<GURL>* set = GetOriginSet();
116 std::set<GURL>* GetOriginSet();
118 return GetOriginSet()->insert(origin_url).second;
121 GetOriginSet()->erase(origin_url);
H A Dindexed_db_context_impl.cc119 GetOriginSet();
128 std::set<GURL>* origins_set = GetOriginSet();
515 std::set<GURL>* IndexedDBContextImpl::GetOriginSet() { function in class:content::IndexedDBContextImpl

Completed in 285 milliseconds