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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystem.h159 virtual bool waitForAdditionalResult(int callbacksId) { BLINK_ASSERT_NOT_REACHED(); return false; } function in class:blink::WebFileSystem
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDirectoryReaderSync.cpp111 m_fileSystem->waitForAdditionalResult(m_callbacksId);
H A DDOMFileSystemBase.h118 bool waitForAdditionalResult(int callbacksId);
H A DDOMFileSystemBase.cpp402 bool DOMFileSystemBase::waitForAdditionalResult(int callbacksId) function in class:blink::DOMFileSystemBase
406 return fileSystem()->waitForAdditionalResult(callbacksId);
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.h106 virtual bool waitForAdditionalResult(int callbacksId);
H A Dwebfilesystem_impl.cc660 bool WebFileSystemImpl::waitForAdditionalResult(int callbacksId) { function in class:content::WebFileSystemImpl

Completed in 147 milliseconds