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

/external/chromium_org/content/browser/indexed_db/
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 82 milliseconds