Home
last modified time | relevance | path

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

/external/chromium_org/webkit/common/blob/
Dscoped_file.cc45 scope_out_callbacks_.push_back(std::make_pair(callback, callback_runner)); in AddScopeOutCallback()
51 scope_out_callbacks_.clear(); in Release()
60 for (ScopeOutCallbackList::iterator iter = scope_out_callbacks_.begin(); in Reset()
61 iter != scope_out_callbacks_.end(); ++iter) { in Reset()
80 scope_out_callbacks_.swap(other.scope_out_callbacks_); in MoveFrom()
Dscoped_file.h89 ScopeOutCallbackList scope_out_callbacks_; variable