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 38 class WebGeolocationError {
45 WebGeolocationError(Error code, const WebString& message) { assign(code, message); }
46 WebGeolocationError(const WebGeolocationError& other) { assign(other); }
47 ~WebGeolocationError() { reset(); }
50 BLINK_EXPORT void assign(const WebGeolocationError&);
54 WebGeolocationError(WebCore::GeolocationError*);
55 WebGeolocationError& operator=(WebCore::GeolocationError*);
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationError.cpp 27 #include "public/web/WebGeolocationError.h"
36 void WebGeolocationError::assign(Error code, const WebString& message)
41 void WebGeolocationError::assign(const WebGeolocationError& other)
46 void WebGeolocationError::reset()
51 WebGeolocationError::WebGeolocationError(GeolocationError* error)
56 WebGeolocationError& WebGeolocationError::operator=(GeolocationError* error)
62 WebGeolocationError::operator GeolocationError*() cons
    [all...]

Completed in 44 milliseconds