Searched defs:lastError (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/mac/
H A DGeolocationServiceMac.h58 virtual PositionError* lastError() const { return m_lastError.get(); } function in class:WebCore::GeolocationServiceMac
/external/webkit/WebCore/platform/android/
H A DGeolocationServiceAndroid.h54 virtual PositionError* lastError() const { return m_lastError.get(); } function in class:WebCore::GeolocationServiceAndroid
/external/webkit/WebCore/platform/mock/
H A DGeolocationServiceMock.h61 virtual PositionError* lastError() const { return s_lastError->get(); } function in class:WebCore::GeolocationServiceMock
/external/webkit/WebCore/platform/
H A DGeolocationService.h62 virtual PositionError* lastError() const { return 0; } function in class:WebCore::GeolocationService
/external/chromium/net/third_party/nss/ssl/
H A Dsslmutex.c483 DWORD lastError; local
523 lastError = GetLastError(); /* for debugging */
524 nss_MD_win32_map_default_error(lastError);
/external/webkit/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp154 PositionError* GeolocationServiceGtk::lastError() const function in class:WebCore::GeolocationServiceGtk
/external/chromium/third_party/icu/source/i18n/
H A Dwinnmfmt.cpp305 DWORD lastError = GetLastError(); local
307 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/chromium/third_party/icu/source/test/intltest/
H A Dwinnmtst.cpp190 DWORD lastError = GetLastError(); local
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
204 DWORD lastError = GetLastError(); local
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/icu4c/i18n/
H A Dwinnmfmt.cpp305 DWORD lastError = GetLastError(); local
307 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/icu4c/test/intltest/
H A Dwinnmtst.cpp190 DWORD lastError = GetLastError(); local
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
204 DWORD lastError = GetLastError(); local
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/webkit/WebCore/platform/sql/
H A DSQLiteDatabase.cpp245 int SQLiteDatabase::lastError() function in class:WebCore::SQLiteDatabase
/external/libxml2/include/libxml/
H A Dxpath.h343 xmlError lastError; /* the last error */ member in struct:_xmlXPathContext
H A Dparser.h299 xmlError lastError; member in struct:_xmlParserCtxt
/external/icu4c/common/
H A Dputil.c2104 DWORD lastError = GetLastError(); local
2105 if(lastError == ERROR_PROC_NOT_FOUND) {

Completed in 169 milliseconds