Searched refs:callback_called (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dssl_hmac_channel_authenticator.cc158 bool callback_called = false; local
159 WriteAuthenticationBytes(&callback_called);
160 if (!callback_called)
165 bool* callback_called) {
174 if (!HandleAuthBytesWritten(result, callback_called))
187 int result, bool* callback_called) {
190 if (callback_called)
191 *callback_called = false;
201 CheckDone(callback_called);
264 void SslHmacChannelAuthenticator::CheckDone(bool* callback_called) { argument
164 WriteAuthenticationBytes( bool* callback_called) argument
186 HandleAuthBytesWritten( int result, bool* callback_called) argument
[all...]
H A Dssl_hmac_channel_authenticator.h71 void WriteAuthenticationBytes(bool* callback_called);
73 bool HandleAuthBytesWritten(int result, bool* callback_called);
80 void CheckDone(bool* callback_called);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc110 bool callback_called() { return callback_called_; } function in class:disk_cache::SimpleIndexFileTest
227 ASSERT_TRUE(callback_called());
260 ASSERT_TRUE(callback_called());
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc678 win::ScopedHandle callback_called(CreateEvent(NULL, TRUE, FALSE, NULL));
679 ASSERT_TRUE(callback_called.IsValid());
694 TestIOHandler handler(kPipeName, callback_called, false);
704 DWORD result = WaitForSingleObject(callback_called, 1000);
/external/chromium/base/
H A Dmessage_loop_unittest.cc1286 base::win::ScopedHandle callback_called(CreateEvent(NULL, TRUE, FALSE, NULL));
1287 ASSERT_TRUE(callback_called.IsValid());
1302 TestIOHandler handler(kPipeName, callback_called, false);
1311 DWORD result = WaitForSingleObject(callback_called, 1000);

Completed in 192 milliseconds