Home
last modified time | relevance | path

Searched refs:inflight_operations_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Drecursive_operation_delegate.cc21 inflight_operations_(0), in RecursiveOperationDelegate()
38 DCHECK_EQ(0, inflight_operations_); in StartRecursiveOperation()
41 ++inflight_operations_; in StartRecursiveOperation()
60 DCHECK_EQ(1, inflight_operations_); in DidTryProcessFile()
62 --inflight_operations_; in DidTryProcessFile()
77 DCHECK_EQ(0, inflight_operations_); in ProcessNextDirectory()
81 ++inflight_operations_; in ProcessNextDirectory()
93 DCHECK_EQ(1, inflight_operations_); in DidProcessDirectory()
95 --inflight_operations_; in DidProcessDirectory()
116 DCHECK_EQ(0, inflight_operations_); in DidReadDirectory()
[all …]
Drecursive_operation_delegate.h144 int inflight_operations_; variable