Searched defs:origins_to_return (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client.cc35 std::set<GURL>* origins_to_return) {
38 origins_to_return->insert(all_origins.begin(), all_origins.end());
49 std::set<GURL>* origins_to_return) {
56 origins_to_return->insert(*iter);
118 std::set<GURL>* origins_to_return = new std::set<GURL>(); local
123 base::Unretained(origins_to_return)),
124 base::Bind(&DidGetOrigins, callback, base::Owned(origins_to_return)));
146 std::set<GURL>* origins_to_return = new std::set<GURL>(); local
152 base::Unretained(origins_to_return)),
153 base::Bind(&DidGetOrigins, callback, base::Owned(origins_to_return)));
34 GetAllOriginsOnIndexedDBThread(IndexedDBContextImpl* context, std::set<GURL>* origins_to_return) argument
47 GetOriginsForHostOnIndexedDBThread(IndexedDBContextImpl* context, const std::string& host, std::set<GURL>* origins_to_return) argument
[all...]
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager.cc88 std::set<GURL>* origins_to_return = new std::set<GURL>(); local
93 origins_to_return->insert(current->origin);
101 base::Owned(origins_to_return),

Completed in 1554 milliseconds