OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QuotaBackendImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl.cc
20
QuotaBackendImpl
::
QuotaBackendImpl
(
32
QuotaBackendImpl
::~
QuotaBackendImpl
() {
35
void
QuotaBackendImpl
::ReserveQuota(const GURL& origin,
48
base::Bind(&
QuotaBackendImpl
::DidGetUsageAndQuotaForReserveQuota,
53
void
QuotaBackendImpl
::ReleaseReservedQuota(const GURL& origin,
64
void
QuotaBackendImpl
::CommitQuotaUsage(const GURL& origin,
79
void
QuotaBackendImpl
::IncrementDirtyCount(const GURL& origin,
90
void
QuotaBackendImpl
::DecrementDirtyCount(const GURL& origin
[
all
...]
quota_backend_impl.h
29
class WEBKIT_STORAGE_BROWSER_EXPORT
QuotaBackendImpl
35
QuotaBackendImpl
(base::SequencedTaskRunner* file_task_runner,
39
virtual ~
QuotaBackendImpl
();
96
base::WeakPtrFactory<
QuotaBackendImpl
> weak_ptr_factory_;
98
DISALLOW_COPY_AND_ASSIGN(
QuotaBackendImpl
);
Completed in 1763 milliseconds