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

  /external/webkit/Source/WebCore/platform/mock/
GeolocationServiceMock.cpp 41 RefPtr<PositionError>* GeolocationServiceMock::s_lastError;
70 *s_lastError = 0;
78 *s_lastError = error;
120 else if (*s_lastError)
129 s_lastError = new RefPtr<PositionError>;
139 delete s_lastError;
GeolocationServiceMock.h 61 virtual PositionError* lastError() const { return s_lastError->get(); }
76 static RefPtr<PositionError>* s_lastError;

Completed in 66 milliseconds