HomeSort by relevance Sort by last modified time
    Searched defs:DoSomething (Results 1 - 4 of 4) sorted by null

  /external/gtest/test/
gtest_nc.cc 208 void DoSomething() {}
213 h.DoSomething(); // To avoid the "unused variable" warning.
  /external/protobuf/gtest/test/
gtest_nc.cc 208 void DoSomething() {}
213 h.DoSomething(); // To avoid the "unused variable" warning.
  /external/chromium/net/base/
test_completion_callback_unittest.cc 33 bool DoSomething(CompletionCallback* callback);
57 // Only used on the origin thread (where DoSomething was called).
102 bool ExampleEmployer::DoSomething(CompletionCallback* callback) {
121 bool queued = boss.DoSomething(&callback);
  /external/chromium_org/net/base/
test_completion_callback_unittest.cc 31 bool DoSomething(const net::CompletionCallback& callback);
56 // Only used on the origin thread (where DoSomething was called).
96 bool ExampleEmployer::DoSomething(const net::CompletionCallback& callback) {
117 bool queued = boss.DoSomething(callback.callback());

Completed in 271 milliseconds