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

  /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...]
WebGeolocationController.cpp 32 #include "public/web/WebGeolocationError.h"
42 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError)
AssertMatchingEnums.cpp 114 #include "public/web/WebGeolocationError.h"
    [all...]
blink_web.target.darwin-arm.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.darwin-arm64.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.darwin-mips.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.darwin-mips64.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.darwin-x86.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.darwin-x86_64.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.linux-arm.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.linux-arm64.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.linux-mips.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.linux-mips64.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.linux-x86.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
blink_web.target.linux-x86_64.mk 124 third_party/WebKit/Source/web/WebGeolocationError.cpp \
  /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*);
WebGeolocationController.h 36 class WebGeolocationError;
41 BLINK_EXPORT void errorOccurred(const WebGeolocationError&);
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 14 #include "third_party/WebKit/public/web/WebGeolocationError.h"
18 using blink::WebGeolocationError;
136 WebGeolocationError::Error code;
139 code = WebGeolocationError::ErrorPermissionDenied;
142 code = WebGeolocationError::ErrorPositionUnavailable;
149 WebGeolocationError(

Completed in 138 milliseconds