Home
last modified time | relevance | path

Searched refs:m_lastError (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/gtk/
DGeolocationServiceGtk.cpp79 m_lastError = 0; in startUpdating()
154 return m_lastError.get(); in lastError()
181 m_lastError = 0; in updatePosition()
210 m_lastError = PositionError::create(errorCode, String::fromUTF8(message)); in setError()
DGeolocationServiceGtk.h55 RefPtr<PositionError> m_lastError; variable
/external/webkit/WebCore/platform/android/
DGeolocationServiceAndroid.cpp297 if (m_lastPosition || m_lastError) { in startUpdating()
329 m_lastError = 0; in stopUpdating()
361 m_lastError = 0; in newPositionAvailable()
370 m_lastError = error; in newErrorAvailable()
376 ASSERT(m_lastPosition || m_lastError); in timerFired()
DGeolocationServiceAndroid.h53 virtual PositionError* lastError() const { return m_lastError.get(); } in lastError()
70 RefPtr<PositionError> m_lastError; variable
/external/webkit/WebCore/platform/mac/
DGeolocationServiceMac.h58 virtual PositionError* lastError() const { return m_lastError.get(); } in lastError()
68 RefPtr<PositionError> m_lastError; variable
DGeolocationServiceMac.mm132 m_lastError = error;
/external/webkit/WebCore/platform/sql/
DSQLiteDatabase.cpp64 m_lastError = SQLiteFileSystem::openDatabase(filename, &m_db); in open()
65 if (m_lastError != SQLITE_OK) { in open()
DSQLiteDatabase.h118 int m_lastError; variable