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

  /external/protobuf/gtest/test/
gtest_nc.cc 208 void DoSomething() {}
213 h.DoSomething(); // To avoid the "unused variable" warning.
  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.cc 21 DoSomething(PP_OK);
34 void DoSomething(int32_t result) {
38 &Instance::DoSomething);
  /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 52 milliseconds