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

  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationError.cpp 29 #include "modules/geolocation/GeolocationError.h"
36 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message);
49 WebGeolocationError::WebGeolocationError(GeolocationError* error)
54 WebGeolocationError& WebGeolocationError::operator=(GeolocationError* error)
60 WebGeolocationError::operator GeolocationError*() const
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationError.h 33 class GeolocationError : public GarbageCollectedFinalized<GeolocationError> {
40 static GeolocationError* create(ErrorCode code, const String& message)
42 return new GeolocationError(code, message);
50 GeolocationError(ErrorCode code, const String& message)

Completed in 119 milliseconds