HomeSort by relevance Sort by last modified time
    Searched refs:PostCallback (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/wifi/
credential_getter_win.cc 50 PostCallback(false, "");
54 PostCallback(false, "");
59 PostCallback(success, key_data);
62 void CredentialGetterWin::PostCallback(bool success,
credential_getter_win.h 39 void PostCallback(bool success, const std::string& key_data);
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_load_library_callbacks.cpp 16 bool PostCallback(crazy_callback_t* callback, void* poster_opaque) {
57 crazy_context_set_callback_poster(context, &PostCallback, &callback);
64 if (poster != &PostCallback || poster_opaque != &callback) {
  /ndk/sources/android/crazy_linker/tests/
test_load_library_callbacks.cpp 16 bool PostCallback(crazy_callback_t* callback, void* poster_opaque) {
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/
crazy_linker_rdebug.h 211 bool PostCallback(rdebug_callback_handler_t handler, link_map_t* entry);
215 if (!PostCallback(handler, entry))
crazy_linker_rdebug.cpp 302 bool RDebug::PostCallback(rdebug_callback_handler_t handler,
  /ndk/sources/android/crazy_linker/src/
crazy_linker_rdebug.h 211 bool PostCallback(rdebug_callback_handler_t handler, link_map_t* entry);
215 if (!PostCallback(handler, entry))
crazy_linker_rdebug.cpp 302 bool RDebug::PostCallback(rdebug_callback_handler_t handler,
  /external/chromium_org/components/copresence/rpc/
rpc_handler.h 75 const PostCleanupCallback&)> PostCallback;
125 PostCallback server_post_callback_;
  /external/chromium_org/content/browser/loader/
resource_loader_unittest.cc 531 base::Bind(&ResourceLoaderRedirectToFileTest::PostCallback,
538 void PostCallback(
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 824 void PostCallback(const scoped_refptr<base::MessageLoopProxy>& loop,
848 base::Bind(&PostCallback, base::MessageLoopProxy::current(),
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 583 PostCallback();
592 PostCallback();
597 void PostCallback() {
    [all...]

Completed in 278 milliseconds