Home
last modified time | relevance | path

Searched defs:callback_called (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/protocol/
Dssl_hmac_channel_authenticator.cc171 bool callback_called = false; in OnConnected() local
178 bool* callback_called) { in WriteAuthenticationBytes()
200 int result, bool* callback_called) { in HandleAuthBytesWritten()
277 void SslHmacChannelAuthenticator::CheckDone(bool* callback_called) { in CheckDone()
/external/chromium_org/net/disk_cache/simple/
Dsimple_index_file_unittest.cc111 bool callback_called() { return callback_called_; } in callback_called() function in disk_cache::SimpleIndexFileTest
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dkernel_proxy_test.cc660 bool* callback_called = static_cast<bool*>(user_data); in mount_callback() local
665 bool callback_called = false; in TEST_F() local
/external/chromium_org/base/message_loop/
Dmessage_loop_unittest.cc541 win::ScopedHandle callback_called(CreateEvent(NULL, TRUE, FALSE, NULL)); in RunTest_IOHandler() local