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

/external/gtest/test/
H A Dgtest_nc.cc208 void DoSomething() {} function in class:Helper
213 h.DoSomething(); // To avoid the "unused variable" warning.
/external/protobuf/gtest/test/
H A Dgtest_nc.cc208 void DoSomething() {} function in class:Helper
213 h.DoSomething(); // To avoid the "unused variable" warning.
/external/chromium/net/base/
H A Dtest_completion_callback_unittest.cc33 bool DoSomething(CompletionCallback* callback);
57 // Only used on the origin thread (where DoSomething was called).
102 bool ExampleEmployer::DoSomething(CompletionCallback* callback) { function in class:ExampleEmployer
121 bool queued = boss.DoSomething(&callback);

Completed in 55 milliseconds