Module chrome_remote_interface_model::storage[][src]

Structs

CacheStorageContentUpdatedEvent

A cache's contents have been modified.

CacheStorageListUpdatedEvent

A cache has been added/deleted.

ClearCookiesCommand

Clears cookies.

ClearCookiesReturn

Clears cookies.

ClearDataForOriginCommand

Clears storage for origin.

ClearDataForOriginReturn

Clears storage for origin.

GetCookiesCommand

Returns all browser cookies.

GetCookiesReturn

Returns all browser cookies.

GetUsageAndQuotaCommand

Returns usage and quota in bytes.

GetUsageAndQuotaReturn

Returns usage and quota in bytes.

GetUsageAndQuotaReturnBuilder
IndexedDbContentUpdatedEvent

The origin's IndexedDB object store has been modified.

IndexedDbListUpdatedEvent

The origin's IndexedDB database list has been modified.

OverrideQuotaForOriginCommand

Override quota for the specified origin

OverrideQuotaForOriginReturn

Override quota for the specified origin

SetCookiesCommand

Sets given cookies.

SetCookiesReturn

Sets given cookies.

TrackCacheStorageForOriginCommand

Registers origin to be notified when an update occurs to its cache storage list.

TrackCacheStorageForOriginReturn

Registers origin to be notified when an update occurs to its cache storage list.

TrackIndexedDbForOriginCommand

Registers origin to be notified when an update occurs to its IndexedDB.

TrackIndexedDbForOriginReturn

Registers origin to be notified when an update occurs to its IndexedDB.

UntrackCacheStorageForOriginCommand

Unregisters origin from receiving notifications for cache storage.

UntrackCacheStorageForOriginReturn

Unregisters origin from receiving notifications for cache storage.

UntrackIndexedDbForOriginCommand

Unregisters origin from receiving notifications for IndexedDB.

UntrackIndexedDbForOriginReturn

Unregisters origin from receiving notifications for IndexedDB.

UsageForType

Usage for a storage type.

Enums

StorageType