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

/external/libchrome/base/
H A Dcallback_internal.h106 bool is_null() const { return !bind_state_; }
122 // Allow initializing of |bind_state_| via the constructor to avoid default
127 return bind_state_->polymorphic_invoke_;
135 scoped_refptr<BindStateBase> bind_state_; member in class:base::internal::CallbackBase

Completed in 101 milliseconds