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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_shared_data.cc 46 void ViESharedData::SetLastError(const int error) const {
  /external/chromium_org/third_party/webrtc/voice_engine/
shared_data.cc 104 void SharedData::SetLastError(int32_t error) const {
105 _engineStatistics.SetLastError(error);
108 void SharedData::SetLastError(int32_t error,
110 _engineStatistics.SetLastError(error, level);
113 void SharedData::SetLastError(int32_t error, TraceLevel level,
115 _engineStatistics.SetLastError(error, level, msg);
statistics.cc 57 int32_t Statistics::SetLastError(int32_t error) const
64 int32_t Statistics::SetLastError(int32_t error,
75 int32_t Statistics::SetLastError(
  /external/chromium_org/components/nacl/renderer/
nexe_load_manager.cc 101 SetLastError("");
240 SetLastError(error_string);
260 SetLastError(error_string);
339 void NexeLoadManager::SetLastError(const std::string& error) {
462 SetLastError(message);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 234 void SetLastError(int err)
262 SetLastError(err_code);
284 SetLastError(FPDF_ERR_UNKNOWN);
327 SetLastError(FPDF_ERR_UNKNOWN);
351 SetLastError(FPDF_ERR_UNKNOWN);

Completed in 266 milliseconds