Searched refs:PostCallback (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/local_discovery/wifi/ |
D | credential_getter_win.cc | 50 PostCallback(false, ""); in OnProcessCrashed() 54 PostCallback(false, ""); in OnProcessLaunchFailed() 59 PostCallback(success, key_data); in OnGotCredentials() 62 void CredentialGetterWin::PostCallback(bool success, in PostCallback() function in local_discovery::wifi::CredentialGetterWin
|
D | credential_getter_win.h | 39 void PostCallback(bool success, const std::string& key_data);
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
D | test_load_library_callbacks.cpp | 16 bool PostCallback(crazy_callback_t* callback, void* poster_opaque) { in PostCallback() function 57 crazy_context_set_callback_poster(context, &PostCallback, &callback); in main() 64 if (poster != &PostCallback || poster_opaque != &callback) { in main()
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_rdebug.h | 211 bool PostCallback(rdebug_callback_handler_t handler, link_map_t* entry); 215 if (!PostCallback(handler, entry)) in RunOrDelay()
|
D | crazy_linker_rdebug.cpp | 302 bool RDebug::PostCallback(rdebug_callback_handler_t handler, in PostCallback() function in crazy::RDebug
|
/external/chromium_org/components/copresence/rpc/ |
D | rpc_handler.h | 75 const PostCleanupCallback&)> PostCallback; typedef 125 PostCallback server_post_callback_;
|
/external/chromium_org/content/browser/loader/ |
D | resource_loader_unittest.cc | 531 base::Bind(&ResourceLoaderRedirectToFileTest::PostCallback, in WrapResourceHandler() 538 void PostCallback( in PostCallback() function in content::ResourceLoaderRedirectToFileTest
|
/external/chromium_org/gpu/command_buffer/service/ |
D | in_process_command_buffer.cc | 824 void PostCallback(const scoped_refptr<base::MessageLoopProxy>& loop, in PostCallback() function 848 base::Bind(&PostCallback, base::MessageLoopProxy::current(), in WrapCallback()
|
/external/chromium_org/net/websockets/ |
D | websocket_channel_test.cc | 583 PostCallback(); in WriteFrames() 592 PostCallback(); in ReadFrames() 597 void PostCallback() { in PostCallback() function in net::__anon759f42f30111::EchoeyFakeWebSocketStream
|