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

  /external/libchrome/base/
bind_helpers.h 15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
18 // Unretained() allows Bind() to bind a non-refcounted class, and to disable
39 // EXAMPLE OF Unretained():
49 // Bind(&Foo::func, Unretained(&foo));
52 // Without the Unretained() wrapper on |&foo|, the above call would fail
466 static ForwardType Unwrap(UnretainedWrapper<T> unretained) {
467 return unretained.get();
667 static inline internal::UnretainedWrapper<T> Unretained(T* o) {
  /external/libweave/third_party/chromium/base/
bind_helpers.h 15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
18 // Unretained() allows Bind() to bind a non-refcounted class, and to disable
39 // EXAMPLE OF Unretained():
49 // Bind(&Foo::func, Unretained(&foo));
52 // Without the Unretained() wrapper on |&foo|, the above call would fail
405 static ForwardType Unwrap(UnretainedWrapper<T> unretained) {
406 return unretained.get();
606 static inline internal::UnretainedWrapper<T> Unretained(T* o) {

Completed in 44 milliseconds