Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcallback_list_unittest.cc88 void AddFourParam(int a, int b, int c, int d) { value_ = a + b + c + d; } in AddFourParam() function in base::__anonf72450230111::Summer
143 subscription4 = c4.Add(Bind(&Summer::AddFourParam, Unretained(&s))); in TEST()