HomeSort by relevance Sort by last modified time
    Searched refs:SetResultCode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 232 SetResultCode(INVALID_ID);
238 SetResultCode(ICON_ERROR);
248 SetResultCode(INVALID_ICON_URL);
266 SetResultCode(ALREADY_INSTALLED);
319 void WebstorePrivateBeginInstallWithManifest3Function::SetResultCode(
374 SetResultCode(UNKNOWN_ERROR);
377 SetResultCode(ICON_ERROR);
380 SetResultCode(MANIFEST_ERROR);
412 SetResultCode(ERROR_NONE);
428 SetResultCode(USER_CANCELLED)
    [all...]
webstore_private_api.h 138 void SetResultCode(ResultCode code);
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.cc 62 void SetResultCode(int result_code) { *result_code_ = result_code; }
223 data->SetResultCode(ERR_TIMED_OUT);
238 data->SetResultCode(cur_request_->status().error());
301 data->SetResultCode(ERR_FAILED);

Completed in 146 milliseconds