Searched refs:last_error_ (Results 1 - 25 of 33) sorted by path

12

/external/chromium_org/base/
H A Dlogging.cc516 LogMessage::SaveLastError::SaveLastError() : last_error_(::GetLastError()) {
520 ::SetLastError(last_error_);
H A Dlogging.h724 unsigned long get_error() const { return last_error_; }
727 unsigned long last_error_; member in class:logging::LogMessage::SaveLastError
730 SaveLastError last_error_; member in class:logging::LogMessage
/external/chromium_org/chrome/browser/sync/glue/
H A Ddevice_info_data_type_controller_unittest.cc48 last_error_ = syncer::SyncError();
65 last_error_ = error;
73 if (last_error_.IsSet()) {
76 << last_error_.ToString();
98 syncer::SyncError last_error_; member in class:browser_sync::__anon4760::DeviceInfoDataTypeControllerTest
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsession_data_type_controller_unittest.cc110 last_error_ = syncer::SyncError();
129 last_error_ = error;
138 if (last_error_.IsSet()) {
141 last_error_.ToString();
166 syncer::SyncError last_error_; member in class:browser_sync::__anon4791::SessionDataTypeControllerTest
/external/chromium_org/chromeos/network/
H A Dnetwork_state.cc92 last_error_ = error_;
H A Dnetwork_state.h59 const std::string& last_error() const { return last_error_; }
60 void clear_last_error() { last_error_.clear(); }
154 std::string last_error_; member in class:chromeos::NetworkState
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h207 Error last_error_; member in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/content/renderer/media/
H A Dwebrtc_identity_service_unittest.cc48 : service_(new WebRTCIdentityServiceForTest()), last_error_(0) {}
56 void OnRequestFailed(int error) { last_error_ = error; }
61 last_error_ = 0;
78 int last_error_; member in class:content::__anon7771::WebRTCIdentityServiceTest
104 EXPECT_EQ(FAKE_ERROR, last_error_);
207 EXPECT_EQ(FAKE_ERROR, last_error_);
225 EXPECT_NE(FAKE_ERROR, last_error_);
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request_unittest.cc36 GoogleServiceAuthError last_error_; member in class:__anon8359::TestingOAuth2TokenServiceConsumer
43 last_error_(GoogleServiceAuthError::AuthErrorNone()) {
60 last_error_ = error;
218 consumer_.last_error_.state());
H A Doauth2_token_service_test_util.cc25 last_error_(GoogleServiceAuthError::AuthErrorNone()),
43 last_error_ = error;
H A Doauth2_token_service_test_util.h30 GoogleServiceAuthError last_error_; member in class:TestingOAuth2TokenServiceConsumer
H A Dubertoken_fetcher_unittest.cc24 last_error_(GoogleServiceAuthError::AuthErrorNone()),
36 last_error_ = error;
42 GoogleServiceAuthError last_error_; member in class:__anon8362::MockUbertokenConsumer
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream.cc28 last_error_(net::OK),
113 last_error_ = net::ERR_IO_PENDING;
146 return last_error_;
150 if (last_error_ < net::ERR_IO_PENDING)
153 if (last_error_ == net::ERR_IO_PENDING)
156 DCHECK_EQ(last_error_, net::OK);
183 last_error_ = net::OK;
199 last_error_ = net::OK;
207 last_error_ = error;
219 last_error_(ne
[all...]
H A Dsocket_stream.h33 // in |last_error_|, and GetState() will be set to CLOSED.
122 // Note: last_error_ == net::ERR_IO_PENDING implies GetState() == READING.
123 net::Error last_error_; member in class:gcm::SocketInputStream
195 // Note: last_error_ == net::ERR_IO_PENDING implies GetState() == FLUSHING.
196 net::Error last_error_; member in class:gcm::SocketOutputStream
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler_impl_unittest.cc122 int last_error() const { return last_error_; }
145 int last_error_; member in class:gcm::__anon8374::GCMConnectionHandlerImplTest
157 : last_error_(0) {
227 last_error_ = error;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc521 last_error_ = msg;
H A Dgles2_implementation.h476 return last_error_;
668 std::string last_error_; member in class:gpu::gles2::GLES2Implementation
/external/chromium_org/gpu/command_buffer/service/
H A Derror_state.cc62 std::string last_error_; member in class:gpu::gles2::ErrorStateImpl
120 last_error_ = msg;
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dvalidation_errors.cc59 : last_error_(VALIDATION_ERROR_NONE) {
H A Dvalidation_errors.h61 ValidationError last_error() const { return last_error_; }
62 void set_last_error(ValidationError error) { last_error_ = error; }
65 ValidationError last_error_; member in class:mojo::internal::ValidationErrorObserverForTesting
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.cc216 last_error_(OK),
236 last_error_ = error;
342 last_error_ = OK;
1238 return last_error_;
H A Dftp_network_transaction.h227 int last_error_; member in class:net::FtpNetworkTransaction
/external/chromium_org/net/proxy/
H A Dproxy_service.cc566 last_error_(init_net_error),
571 last_error_, TimeDelta::FromSeconds(-1), &next_poll_delay_);
665 last_error_, next_poll_delay_, &next_poll_delay_);
670 if (result != last_error_) {
705 int last_error_; member in class:net::ProxyService::ProxyScriptDeciderPoller
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame.cc76 last_error_(BalsaFrameEnums::NO_ERROR),
99 last_error_ = BalsaFrameEnums::NO_ERROR;
434 BalsaFrameEnums::ErrorCode previous_error = last_error_;
440 &last_error_)) {
445 if (previous_error != last_error_) {
576 last_error_ = BalsaFrameEnums::HEADER_MISSING_COLON;
617 last_error_ = BalsaFrameEnums::HEADER_MISSING_COLON;
702 last_error_ = BalsaFrameEnums::UNKNOWN_TRANSFER_ENCODING;
830 last_error_ = BalsaFrameEnums::MULTIPLE_CONTENT_LENGTH_KEYS;
849 last_error_
[all...]
H A Dbalsa_frame.h121 BalsaFrameEnums::ErrorCode ErrorCode() const { return last_error_; }
252 BalsaFrameEnums::ErrorCode last_error_; member in class:net::BalsaFrame

Completed in 5479 milliseconds

12