HomeSort by relevance Sort by last modified time
    Searched full:set_error_code (Results 1 - 17 of 17) sorted by null

  /external/chromium/base/
file_util_proxy.cc 97 void set_error_code(base::PlatformFileError error_code) { function in class:__anon1354::MessageLoopRelay
142 set_error_code(base::PLATFORM_FILE_ERROR_NOT_FOUND);
148 set_error_code(error_code);
198 set_error_code(error_code);
246 set_error_code(base::PLATFORM_FILE_ERROR_FAILED);
270 set_error_code(base::PLATFORM_FILE_ERROR_NOT_FOUND);
287 set_error_code(error_code);
315 set_error_code(base::PLATFORM_FILE_ERROR_NOT_FOUND);
320 set_error_code(base::PLATFORM_FILE_ERROR_NOT_EMPTY);
323 set_error_code(base::PLATFORM_FILE_ERROR_FAILED)
    [all...]
  /external/chromium_org/chrome/browser/value_store/
testing_value_store.h 20 void set_error_code(ErrorCode error_code) { error_code_ = error_code; } function in class:TestingValueStore
  /external/chromium_org/sync/engine/
syncer_proto_util_unittest.cc 226 response.set_error_code(sync_pb::SyncEnums::CLEAR_PENDING);
236 response.set_error_code(sync_pb::SyncEnums::NOT_MY_BIRTHDAY);
240 response.set_error_code(sync_pb::SyncEnums::DISABLED_BY_ADMIN);
272 response.set_error_code(sync_pb::SyncEnums::ACCESS_DENIED);
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util_unittest.cc 166 response.set_error_code(ClientToServerResponse::CLEAR_PENDING);
200 response.set_error_code(ClientToServerResponse::ACCESS_DENIED);
process_commit_response_command_unittest.cc 160 response->set_error_code(sync_pb::ClientToServerResponse::SUCCESS);
  /external/chromium_org/net/third_party/nss/patches/
tls12chromium.patch 52 #define SET_ERROR_CODE /* reminder */
aesgcm.patch 75 #define SET_ERROR_CODE /* reminder */
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 724 testing_factory->GetExisting("bad")->set_error_code(ValueStore::CORRUPTION);
738 testing_factory->GetExisting("bad")->set_error_code(ValueStore::OK);
821 testing_factory->GetExisting("bad")->set_error_code(ValueStore::CORRUPTION);
831 testing_factory->GetExisting("bad")->set_error_code(ValueStore::OK);
    [all...]
  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 125 response.set_error_code(SyncEnums::SUCCESS);
130 response.set_error_code(SyncEnums::NOT_MY_BIRTHDAY);
153 response.set_error_code(SyncEnums::THROTTLED);
158 response.set_error_code(SyncEnums::AUTH_INVALID);
  /external/chromium_org/net/third_party/nss/ssl/
sslsnce.c 84 #define SET_ERROR_CODE /* reminder */
    [all...]
sslcon.c 86 #define SET_ERROR_CODE /* reminder */
    [all...]
sslsecur.c 21 #define SET_ERROR_CODE /* reminder */
    [all...]
sslsock.c 29 #define SET_ERROR_CODE /* reminder */
    [all...]
sslimpl.h 78 #define SET_ERROR_CODE /* reminder */
    [all...]
ssl3con.c     [all...]
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator_unittest.cc 237 policy_.policy().set_error_code(42);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 401 location->set_error_code(
419 location->set_error_code(em::DeviceLocation::ERROR_CODE_NONE);

Completed in 790 milliseconds