• Home
  • Raw
  • Download

Lines Matching refs:Bind

29 using base::Bind;
68 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
70 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
95 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
97 Bind(&HookTableTest::StartAction2, Unretained(this)); in TEST_F()
99 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
114 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
116 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
130 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
132 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
154 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
156 Bind(&HookTableTest::StartAction2, Unretained(this)); in TEST_F()
158 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
174 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
176 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
194 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
196 Bind(&HookTableTest::StartAction2, Unretained(this)); in TEST_F()
198 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
215 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
217 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()
225 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
254 Closure start_callback = Bind(&SomeClass::StartAction, ref_counted_object); in TEST_F()
263 Closure start_callback = Bind(&HookTableTest::StartAction, Unretained(this)); in TEST_F()
265 Bind(&HookTableTest::StartAction2, Unretained(this)); in TEST_F()
267 Bind(&HookTableTest::DoneAction, Unretained(this)); in TEST_F()