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

  /external/libchrome/base/
bind_helpers.h 529 // set is_cancellable = true and implement an IsCancelled() that returns if the
533 static constexpr bool is_cancellable = false; member in struct:base::CallbackCancellationTraits
544 static constexpr bool is_cancellable = true; member in struct:base::CallbackCancellationTraits
561 static constexpr bool is_cancellable = true; member in struct:base::CallbackCancellationTraits
bind_internal.h 435 std::tuple<BoundArgs...>>::is_cancellable>;

Completed in 381 milliseconds