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

  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.h 50 RefPtr<PositionError> m_lastError;
GeolocationServiceEfl.cpp 76 return m_lastError.get();
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp 65 m_lastError = 0;
71 m_lastError = error;
128 m_lastError = 0;
176 else if (m_lastError.get())
177 m_controller->errorOccurred(m_lastError.get());
GeolocationClientMock.h 82 RefPtr<GeolocationError> m_lastError;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationClientImpl.cpp 102 if (m_lastPosition || m_lastError) {
129 m_lastError = 0;
169 m_lastError = 0;
178 m_lastError = error;
179 m_webViewCore->mainFrame()->page()->geolocationController()->errorOccurred(m_lastError.get());
216 ASSERT(m_lastPosition || m_lastError);
220 m_webViewCore->mainFrame()->page()->geolocationController()->errorOccurred(m_lastError.get());
GeolocationClientImpl.h 76 RefPtr<WebCore::GeolocationError> m_lastError;
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 82 m_lastError = 0;
159 return m_lastError.get();
164 m_lastError = 0;
211 m_lastError = PositionError::create(errorCode, String::fromUTF8(message));
GeolocationServiceGtk.h 58 RefPtr<PositionError> m_lastError;

Completed in 473 milliseconds