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

/external/libchrome/base/
H A Dcallback_internal.h68 bool is_null() const { return bind_state_.get() == NULL; }
83 // Allow initializing of |bind_state_| via the constructor to avoid default
94 scoped_refptr<BindStateBase> bind_state_; member in class:base::internal::CallbackBase
/external/libweave/third_party/chromium/base/
H A Dcallback_internal.h67 bool is_null() const { return bind_state_.get() == NULL; }
82 // Allow initializing of |bind_state_| via the constructor to avoid default
93 scoped_refptr<BindStateBase> bind_state_; member in class:base::internal::CallbackBase

Completed in 122 milliseconds