OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecrementDirtyCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/browser/fileapi/quota/
quota_reservation_buffer.cc
84
base::Bind(&QuotaReservationBuffer::
DecrementDirtyCount
,
91
bool QuotaReservationBuffer::
DecrementDirtyCount
(
98
reservation_manager->
DecrementDirtyCount
(origin, type);
quota_reservation_manager.cc
54
void QuotaReservationManager::
DecrementDirtyCount
(const GURL& origin,
57
backend_->
DecrementDirtyCount
(origin, type);
quota_backend_impl.cc
90
void QuotaBackendImpl::
DecrementDirtyCount
(const GURL& origin,
Completed in 31 milliseconds