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

/external/chromium/base/
H A Dbind_unittest.cc187 int UnwrapNoRefParentRef(Parent& p) { function in namespace:base::__anon1481
609 // Callback<int(Parent&)> ref_arg_cb = Bind(&UnwrapNoRefParentRef);
611 // Callback<int(void)> ref_cb = Bind(&UnwrapNoRefParentRef, p);

Completed in 19 milliseconds