Searched defs:shouldBlockUntilCompletion (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DAsyncFileSystemCallbacks.h78 virtual bool shouldBlockUntilCompletion() const function in class:blink::AsyncFileSystemCallbacks
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFileSystemCallbacks.cpp150 bool WebFileSystemCallbacks::shouldBlockUntilCompletion() const function in class:blink::WebFileSystemCallbacks
153 return m_private->callbacks()->shouldBlockUntilCompletion();

Completed in 305 milliseconds