Searched refs:GetAllOrigins (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client.cc37 std::vector<GURL> all_origins = context->GetAllOrigins();
51 std::vector<GURL> all_origins = context->GetAllOrigins();
H A Dindexed_db_internals_ui.h33 void GetAllOrigins(const base::ListValue* args);
H A Dindexed_db_context_impl.h85 std::vector<GURL> GetAllOrigins();
H A Dindexed_db_internals_ui.cc34 base::Bind(&IndexedDBInternalsUI::GetAllOrigins, base::Unretained(this)));
73 void IndexedDBInternalsUI::GetAllOrigins(const base::ListValue* args) { function in class:content::IndexedDBInternalsUI
H A Dindexed_db_context_impl.cc131 std::vector<GURL> IndexedDBContextImpl::GetAllOrigins() { function in class:content::IndexedDBContextImpl
145 std::vector<GURL> origins = GetAllOrigins();
169 std::vector<GURL> origins = GetAllOrigins();

Completed in 767 milliseconds