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

/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_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc21 DoSomething(PP_OK);
34 void DoSomething(int32_t result) { function in class:Instance
38 &Instance::DoSomething);
/external/chromium_org/net/base/
H A Dtest_completion_callback_unittest.cc31 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) { function in class:ExampleEmployer
117 bool queued = boss.DoSomething(callback.callback());

Completed in 123 milliseconds