Searched refs:HasError (Results 26 - 50 of 62) sorted by relevance

123

/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_api.cc76 if (result->HasError())
87 if (result->HasError())
204 if (result->HasError()) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.h62 bool HasError() const;
H A Ddebug_info_collector.cc28 DCHECK(!it->HasError());
H A Dfile_cache.cc96 if (it->HasError())
408 if (it->HasError())
H A Dsync_client.cc84 DCHECK(!it->HasError());
121 DCHECK(!it->HasError());
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash.cc153 if (!error_controller_->HasError()) {
H A Dsync_error_notifier_ash_unittest.cc156 EXPECT_EQ(is_error, error_controller_->HasError());
H A Dsync_global_error_unittest.cc94 EXPECT_EQ(is_error, error->HasError());
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash.cc166 if (!error_controller_->HasError()) {
H A Dsignin_ui_util.cc56 if (signin_error && signin_error->HasError())
/external/chromium_org/net/spdy/
H A Dbuffered_spdy_framer.cc266 bool BufferedSpdyFramer::HasError() { function in class:net::BufferedSpdyFramer
267 return spdy_framer_.HasError();
H A Dbuffered_spdy_framer.h181 bool HasError();
H A Dspdy_framer.h419 bool HasError() const { return state_ == SPDY_ERROR; } function in class:net::SpdyFramer
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp943 bool HasError = false; local
972 return !HasError;
974 HasError = true;
976 return !HasError;
1316 bool HasError = !parseBracedList(/*ContinueOnSemicolons=*/true); local
1317 if (HasError) {
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_button.cc164 has_auth_error_ = error && error->HasError();
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc440 bool HasError() { function in class:content::__anon7252::StubClientObserver
719 ASSERT_FALSE(client_observer()->HasError());
721 ASSERT_FALSE(client_observer()->HasError());
723 ASSERT_FALSE(client_observer()->HasError());
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.h202 bool HasError();
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc535 DCHECK(error_controller->HasError());
907 signin_error_controller()->HasError()) {
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_storage_backend.cc152 if (maybe_settings->HasError()) {
H A Dsettings_sync_unittest.cc83 if (actual->HasError()) {
1365 EXPECT_TRUE(storage1->Set(DEFAULTS, "large_value", large_value)->HasError());
1411 ASSERT_FALSE(data->HasError());
1452 ->HasError());
1464 ->HasError());
/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h309 bool HasError = false; local
317 HasError = true;
324 if (!HasError) {
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h535 bool HasError;
602 return HasError;
605 HasError = false;
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc162 CHECK(!log.HasError());
177 CHECK(log.HasError());
324 CHECK(!log.HasError());
356 CHECK(log.HasError());
423 CHECK(log.HasError());
1266 bool preparse_error = log.HasError();
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc158 error_controller->HasError() &&
/external/chromium_org/net/quic/
H A Dquic_headers_stream_test.cc149 EXPECT_FALSE(framer_.HasError()) << framer_.error_code();

Completed in 2474 milliseconds

123