OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callback_called
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.cc
158
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
) {
[
all
...]
/external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc
110
bool
callback_called
() { return callback_called_; }
function in class:disk_cache::SimpleIndexFileTest
227
ASSERT_TRUE(
callback_called
());
260
ASSERT_TRUE(
callback_called
());
Completed in 421 milliseconds