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

  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationError.cpp 27 #include "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(PassRefPtr<GeolocationError> error)
56 WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<GeolocationError> error)
62 WebGeolocationError::operator PassRefPtr<GeolocationError>() cons
    [all...]
WebGeolocationController.cpp 29 #include "WebGeolocationError.h"
47 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError)
AssertMatchingEnums.cpp 43 #include "WebGeolocationError.h"
    [all...]
webkit.target.darwin-arm.mk 186 third_party/WebKit/Source/web/WebGeolocationError.cpp \
webkit.target.darwin-mips.mk 186 third_party/WebKit/Source/web/WebGeolocationError.cpp \
webkit.target.darwin-x86.mk 186 third_party/WebKit/Source/web/WebGeolocationError.cpp \
webkit.target.linux-arm.mk 186 third_party/WebKit/Source/web/WebGeolocationError.cpp \
webkit.target.linux-mips.mk 186 third_party/WebKit/Source/web/WebGeolocationError.cpp \
webkit.target.linux-x86.mk 186 third_party/WebKit/Source/web/WebGeolocationError.cpp \
  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationError.h 42 class WebGeolocationError {
49 WebGeolocationError(Error code, const WebString& message) { assign(code, message); }
50 WebGeolocationError(const WebGeolocationError& other) { assign(other); }
51 ~WebGeolocationError() { reset(); }
54 BLINK_EXPORT void assign(const WebGeolocationError&);
58 WebGeolocationError(WTF::PassRefPtr<WebCore::GeolocationError>);
59 WebGeolocationError& operator=(WTF::PassRefPtr<WebCore::GeolocationError>);
WebGeolocationController.h 37 class WebGeolocationError;
44 BLINK_EXPORT void errorOccurred(const WebGeolocationError&);
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 14 #include "third_party/WebKit/public/web/WebGeolocationError.h"
17 using blink::WebGeolocationError;
139 WebGeolocationError::Error code;
142 code = WebGeolocationError::ErrorPermissionDenied;
145 code = WebGeolocationError::ErrorPositionUnavailable;
152 WebGeolocationError(

Completed in 141 milliseconds