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

  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationError.h 37 class WebGeolocationError {
44 WebGeolocationError(Error code, const WebString& message) { assign(code, message); }
45 WebGeolocationError(const WebGeolocationError& other) { assign(other); }
46 ~WebGeolocationError() { reset(); }
49 BLINK_EXPORT void assign(const WebGeolocationError&);
53 WebGeolocationError(GeolocationError*);
54 WebGeolocationError& operator=(GeolocationError*);
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationError.cpp 27 #include "public/web/WebGeolocationError.h"
34 void WebGeolocationError::assign(Error code, const WebString& message)
39 void WebGeolocationError::assign(const WebGeolocationError& other)
44 void WebGeolocationError::reset()
49 WebGeolocationError::WebGeolocationError(GeolocationError* error)
54 WebGeolocationError& WebGeolocationError::operator=(GeolocationError* error)
60 WebGeolocationError::operator GeolocationError*() cons
    [all...]

Completed in 37 milliseconds