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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h96 std::set<GURL>* set = GetOriginSet();
132 std::set<GURL>* GetOriginSet();
134 return GetOriginSet()->insert(origin_url).second;
137 GetOriginSet()->erase(origin_url);
H A Dindexed_db_context_impl.cc125 GetOriginSet();
134 std::set<GURL>* origins_set = GetOriginSet();
556 std::set<GURL>* IndexedDBContextImpl::GetOriginSet() { function in class:content::IndexedDBContextImpl

Completed in 143 milliseconds