Searched refs:removeReader (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.cpp126 static FinishReaderType removeReader(ExecutionContext* context, FileReader* reader) function in class:blink::FINAL
132 return controller->removeReader(reader);
175 FinishReaderType removeReader(FileReader* reader) function in class:blink::FINAL
250 ThrottlingController::finishReader(executionContext(), this, ThrottlingController::removeReader(executionContext(), this));
368 ThrottlingController::FinishReaderType finalStep = ThrottlingController::removeReader(executionContext(), this);
422 ThrottlingController::FinishReaderType finalStep = ThrottlingController::removeReader(executionContext(), this);
444 ThrottlingController::FinishReaderType finalStep = ThrottlingController::removeReader(executionContext(), this);

Completed in 132 milliseconds