Searched defs:ThrottlingController (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.cpp73 class FileReader::ThrottlingController { class in class:WebCore::FileReader
75 ThrottlingController() : m_maxRunningReaders(kMaxOutstandingRequestsPerThread) { } function in class:WebCore::FileReader::ThrottlingController
76 ~ThrottlingController() { }
359 ThreadSpecific<FileReader::ThrottlingController>& FileReader::throttlingController()
361 AtomicallyInitializedStatic(ThreadSpecific<FileReader::ThrottlingController>*, controller = new ThreadSpecific<FileReader::ThrottlingController>);

Completed in 218 milliseconds