HomeSort by relevance Sort by last modified time
    Searched full:throttlingcontroller (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 73 class FileReader::ThrottlingController {
75 ThrottlingController() : m_maxRunningReaders(kMaxOutstandingRequestsPerThread) { }
76 ~ThrottlingController() { }
157 throttlingController()->removeReader(this);
228 throttlingController()->pushReader(this);
275 throttlingController()->removeReader(this);
325 throttlingController()->removeReader(this);
343 throttlingController()->removeReader(this);
359 ThreadSpecific<FileReader::ThrottlingController>& FileReader::throttlingController()
    [all...]
FileReader.h 100 class ThrottlingController;
109 static ThreadSpecific<ThrottlingController>& throttlingController();

Completed in 92 milliseconds