Home
last modified time | relevance | path

Searched defs:lastError (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/mac/
DGeolocationServiceMac.h58 virtual PositionError* lastError() const { return m_lastError.get(); } in lastError() function
/external/webkit/WebCore/platform/mock/
DGeolocationServiceMock.h56 virtual PositionError* lastError() const { return s_lastError->get(); } in lastError() function
/external/webkit/WebCore/platform/android/
DGeolocationServiceAndroid.h53 virtual PositionError* lastError() const { return m_lastError.get(); } in lastError() function
/external/webkit/WebCore/platform/
DGeolocationService.h57 virtual PositionError* lastError() const { return 0; } in lastError() function
/external/icu4c/test/intltest/
Dwinnmtst.cpp190 DWORD lastError = GetLastError(); in getWindowsFormat() local
204 DWORD lastError = GetLastError(); in getWindowsFormat() local
/external/opencore/oscl/oscl/osclio/src/
Doscl_file_find.h175 error_type lastError; variable
/external/webkit/WebCore/platform/gtk/
DGeolocationServiceGtk.cpp152 PositionError* GeolocationServiceGtk::lastError() const in lastError() function in WebCore::GeolocationServiceGtk
/external/webkit/WebCore/platform/sql/
DSQLiteDatabase.cpp245 int SQLiteDatabase::lastError() in lastError() function in WebCore::SQLiteDatabase
/external/icu4c/i18n/
Dwinnmfmt.cpp305 DWORD lastError = GetLastError(); in format() local
/external/libxml2/include/libxml/
Dxpath.h343 xmlError lastError; /* the last error */ member
Dparser.h298 xmlError lastError; member