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

  /external/chromium/net/base/
test_completion_callback.h 31 bool have_result() const { return have_result_; } function in class:TestCompletionCallback
  /external/chromium/chrome/browser/
browsing_data_appcache_helper_unittest.cc 19 bool have_result() const { return have_result_; } function in class:__anon4348::TestCompletionCallback
49 ASSERT_TRUE(callback.have_result());
81 ASSERT_TRUE(callback.have_result());
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper_unittest.cc 21 bool have_result() const { return have_result_; } function in class:__anon6675::TestCompletionCallback
53 ASSERT_TRUE(callback.have_result());
85 ASSERT_TRUE(callback.have_result());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 81 bool have_result = false; local
99 have_result = true;
103 if ( have_result && result == terminated_sequence )
108 if ( have_result && result != terminated_sequence && result != incomplete_sequence )
130 bool have_result = false; local
154 have_result = true;
163 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 347 milliseconds