HomeSort by relevance Sort by last modified time
    Searched defs:have_result (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper_unittest.cc 23 bool have_result() const { return have_result_; } function in class:__anon7585::TestCompletionCallback
59 ASSERT_TRUE(callback.have_result());
91 ASSERT_TRUE(callback.have_result());
  /external/libcxx/src/support/win32/
support.cpp 74 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 ) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 74 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 ) {
  /external/chromium_org/net/base/
test_completion_callback.h 33 bool have_result() const { return have_result_; } function in class:net::internal::TestCompletionCallbackBaseInternal

Completed in 200 milliseconds