Home
last modified time | relevance | path

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

/external/chromium_org/webkit/common/blob/
Dscoped_file.h39 typedef std::vector<ScopeOutCallbackPair> ScopeOutCallbackList; typedef
89 ScopeOutCallbackList scope_out_callbacks_;
Dscoped_file.cc60 for (ScopeOutCallbackList::iterator iter = scope_out_callbacks_.begin(); in Reset()