Searched refs:LOG_GLE (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc44 LOG_GLE(LS_ERROR) << "GetModuleHandleEx failed";
57 LOG_GLE(LS_ERROR) << "RegisterClassEx failed";
H A Dlogging.h29 // LOG_GLE(M)(sev [, mod]) attempt to add a string description of the
314 #define LOG_GLE(sev) \ macro
321 LOG_GLE(sev)
H A Dthread.cc302 LOG_GLE(LS_ERROR) << "When unwrapping thread, failed to close handle.";
583 LOG_GLE(LS_ERROR) << "Unable to get handle to thread.";
H A Dwin32filesystem.cc253 LOG_GLE(LS_ERROR) << "Failed to move file";
431 LOG_GLE(LS_ERROR) << "::GetCurrentDirectory() failed";
H A Dwin32socketserver.cc721 LOG_GLE(LS_ERROR) << "Failed to create message window.";
772 LOG_GLE(LS_ERROR) << "GetMessage failed.";
H A Dwin32regkey.cc1089 LOG_GLE(LS_ERROR) << "AdjustTokenPrivileges failed";
1092 LOG_GLE(LS_ERROR) << "LookupPrivilegeValue failed";
1096 LOG_GLE(LS_ERROR) << "OpenProcessToken(GetCurrentProcess) failed";
H A Dsysteminfo.cc369 LOG_GLE(LS_WARNING) << "GlobalMemoryStatusEx failed.";
H A Dnetwork_unittest.cc24 #include "webrtc/base/logging.h" // For LOG_GLE
129 if (success) LOG_GLE(LS_ERROR) << "Socket bind failed.";
H A Dproxydetect.cc805 LOG_GLE(INFO) << "InternetGetProxyInfo";
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h210 #define LOG_GLE(sev) LOG_GLE_EX(sev, GetLastError()) macro
213 #define LOG_ERR(sev) LOG_GLE(sev)

Completed in 181 milliseconds