HomeSort by relevance Sort by last modified time
    Searched full:m_lasterror (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.h 58 virtual PositionError* lastError() const { return m_lastError.get(); }
70 RefPtr<PositionError> m_lastError;
GeolocationServiceMac.mm 134 m_lastError = error;
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 75 if (m_lastPosition || m_lastError) {
113 m_lastError = 0;
142 m_lastError = 0;
151 m_lastError = error;
158 ASSERT(m_lastPosition || m_lastError);
161 else if (m_lastError)
GeolocationServiceAndroid.h 54 virtual PositionError* lastError() const { return m_lastError.get(); }
73 RefPtr<PositionError> m_lastError;
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 81 m_lastError = 0;
156 return m_lastError.get();
183 m_lastError = 0;
212 m_lastError = PositionError::create(errorCode, String::fromUTF8(message));
GeolocationServiceGtk.h 57 RefPtr<PositionError> m_lastError;
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.h 119 int m_lastError;
SQLiteDatabase.cpp 64 m_lastError = SQLiteFileSystem::openDatabase(filename, &m_db);
65 if (m_lastError != SQLITE_OK) {

Completed in 9479 milliseconds