Searched refs:PostCallback (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dcredential_getter_win.cc50 PostCallback(false, "");
54 PostCallback(false, "");
59 PostCallback(success, key_data);
62 void CredentialGetterWin::PostCallback(bool success, function in class:local_discovery::wifi::CredentialGetterWin
H A Dcredential_getter_win.h39 void PostCallback(bool success, const std::string& key_data);
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_load_library_callbacks.cpp16 bool PostCallback(crazy_callback_t* callback, void* poster_opaque) { function in namespace:__anon11505
57 crazy_context_set_callback_poster(context, &PostCallback, &callback);
64 if (poster != &PostCallback || poster_opaque != &callback) {
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h211 bool PostCallback(rdebug_callback_handler_t handler, link_map_t* entry);
215 if (!PostCallback(handler, entry))
H A Dcrazy_linker_rdebug.cpp302 bool RDebug::PostCallback(rdebug_callback_handler_t handler, function in class:crazy::RDebug
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler.h75 const PostCleanupCallback&)> PostCallback; typedef in class:copresence::RpcHandler
125 PostCallback server_post_callback_;
/external/chromium_org/content/browser/loader/
H A Dresource_loader_unittest.cc531 base::Bind(&ResourceLoaderRedirectToFileTest::PostCallback,
538 void PostCallback( function in class:content::ResourceLoaderRedirectToFileTest
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc824 void PostCallback(const scoped_refptr<base::MessageLoopProxy>& loop, function in namespace:gpu::__anon8427
848 base::Bind(&PostCallback, base::MessageLoopProxy::current(),
/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc583 PostCallback();
592 PostCallback();
597 void PostCallback() { function in class:net::__anon9820::EchoeyFakeWebSocketStream

Completed in 2851 milliseconds