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

  /external/chromium_org/base/
task_runner_util.h 31 // |reply| must be non-null in PostTaskAndReplyWithResult() below after
47 // PostTaskAndReplyWithResult as in this example:
49 // PostTaskAndReplyWithResult(
55 bool PostTaskAndReplyWithResult(
  /external/chromium_org/content/public/browser/
browser_thread.h 126 static bool PostTaskAndReplyWithResult(
133 return base::PostTaskAndReplyWithResult(
171 // If you need to PostTaskAndReplyWithResult, use
172 // base::PostTaskAndReplyWithResult() with GetBlockingPool() as the task

Completed in 258 milliseconds