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

  /external/chromium_org/ppapi/cpp/
completion_callback.h 261 /// BlockUntilComplete() is used in place of an actual completion callback
267 inline CompletionCallback BlockUntilComplete() {
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.cc 123 // Wake up the blocked thread. See BlockUntilComplete for where the thread
205 int32_t TrackedCallback::BlockUntilComplete() {
210 // BlockUntilComplete should never be called for in-process plugins, where

Completed in 73 milliseconds