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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 70 static const size_t kMaxOutstandingRequestsPerThread = 100;
75 ThrottlingController() : m_maxRunningReaders(kMaxOutstandingRequestsPerThread) { }

Completed in 2617 milliseconds