HomeSort by relevance Sort by last modified time
    Searched defs:shouldBlockUntilCompletion (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
AsyncFileSystemCallbacks.h 78 virtual bool shouldBlockUntilCompletion() const
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks.cpp 152 bool WebFileSystemCallbacks::shouldBlockUntilCompletion() const
155 return m_private->callbacks()->shouldBlockUntilCompletion();

Completed in 610 milliseconds