Home
last modified time | relevance | path

Searched refs:AddThreeParam (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/
Dcallback_list_unittest.cc87 void AddThreeParam(int a, int b, int c) { value_ = a + b + c; } in AddThreeParam() function in base::__anon4d1c9fc00111::Summer
136 subscription3 = c3.Add(Bind(&Summer::AddThreeParam, Unretained(&s))); in TEST()
/external/libchrome/base/
Dcallback_list_unittest.cc87 void AddThreeParam(int a, int b, int c) { value_ = a + b + c; } in AddThreeParam() function in base::__anonff0d39ba0111::Summer
136 subscription3 = c3.Add(Bind(&Summer::AddThreeParam, Unretained(&s))); in TEST()