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

  /external/libchrome/base/
bind_unittest.cc 221 int FunctionWithScopedRefptrFirstParam(const scoped_refptr<HasRef>& o, int n) {
691 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1);
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 222 int FunctionWithScopedRefptrFirstParam(const scoped_refptr<HasRef>& o, int n) {
692 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1);

Completed in 50 milliseconds