OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
() { }
165
throttlingController
()->finishReader(this,
throttlingController
()->removeReader(this));
245
throttlingController
()->pushReader(this);
289
ThrottlingController
::FinishReaderType finalStep =
throttlingController
()->removeReader(this);
296
throttlingController
()->finishReader(this, finalStep);
343
ThrottlingController
::FinishReaderType finalStep = throttlingController()->removeReader(this)
[
all
...]
FileReader.h
104
class
ThrottlingController
;
113
static ThreadSpecific<
ThrottlingController
>&
throttlingController
();
Completed in 3970 milliseconds