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

/external/chromium_org/base/
H A Dbind_helpers.h15 // 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
497 static inline internal::UnretainedWrapper<T> Unretained(T* o) { function in namespace:base

Completed in 122 milliseconds