Searched defs:have_result (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper_unittest.cc23 bool have_result() const { return have_result_; } function in class:__anon2960::TestCompletionCallback
59 ASSERT_TRUE(callback.have_result());
91 ASSERT_TRUE(callback.have_result());
/external/chromium_org/net/base/
H A Dtest_completion_callback.h33 bool have_result() const { return have_result_; } function in class:net::internal::TestCompletionCallbackBaseInternal
/external/libcxx/src/support/win32/
H A Dsupport.cpp74 bool have_result = false; local
92 have_result = true;
96 if ( have_result && result == terminated_sequence )
101 if ( have_result && result != terminated_sequence && result != incomplete_sequence )
126 bool have_result = false; local
151 have_result = true;
160 if ( have_result && result != no_error ) {

Completed in 797 milliseconds