HomeSort by relevance Sort by last modified time
    Searched refs:GetAllOrigins (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/public/browser/
indexed_db_context.h 31 virtual std::vector<GURL> GetAllOrigins() = 0;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.h 33 void GetAllOrigins(const base::ListValue* args);
indexed_db_quota_client.cc 37 std::vector<GURL> all_origins = context->GetAllOrigins();
51 std::vector<GURL> all_origins = context->GetAllOrigins();
indexed_db_context_impl.h 58 virtual std::vector<GURL> GetAllOrigins() OVERRIDE;
indexed_db_internals_ui.cc 33 "getAllOrigins",
34 base::Bind(&IndexedDBInternalsUI::GetAllOrigins, base::Unretained(this)));
73 void IndexedDBInternalsUI::GetAllOrigins(const base::ListValue* args) {
indexed_db_context_impl.cc 125 std::vector<GURL> IndexedDBContextImpl::GetAllOrigins() {
139 std::vector<GURL> origins = GetAllOrigins();
163 std::vector<GURL> origins = GetAllOrigins();
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_metadata_store.h 143 void GetAllOrigins(std::vector<GURL>* origins);
drive_metadata_store.cc 749 void DriveMetadataStore::GetAllOrigins(std::vector<GURL>* origins) {
drive_file_sync_service.cc 606 metadata_store_->GetAllOrigins(&origins);
    [all...]

Completed in 239 milliseconds