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

  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationError.cpp 29 #include "GeolocationError.h"
38 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message);
51 WebGeolocationError::WebGeolocationError(PassRefPtr<GeolocationError> error)
56 WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<GeolocationError> error)
62 WebGeolocationError::operator PassRefPtr<GeolocationError>() const
  /external/webkit/Source/WebCore/page/
GeolocationError.h 38 class GeolocationError : public RefCounted<GeolocationError> {
45 static PassRefPtr<GeolocationError> create(ErrorCode code, const String& message) { return adoptRef(new GeolocationError(code, message)); }
51 GeolocationError(ErrorCode code, const String& message)

Completed in 57 milliseconds