OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geolocationerror
(Results
1 - 22
of
22
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebGeolocationError.cpp
29
#include "
GeolocationError
.h"
38
m_private =
GeolocationError
::create(static_cast<
GeolocationError
::ErrorCode>(code), message);
51
WebGeolocationError::WebGeolocationError(PassRefPtr<
GeolocationError
> error)
56
WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<
GeolocationError
> error)
62
WebGeolocationError::operator PassRefPtr<
GeolocationError
>() const
WebGeolocationController.cpp
30
#include "
GeolocationError
.h"
49
m_private->errorOccurred(PassRefPtr<
GeolocationError
>(webError).get());
WebGeolocationClientMock.cpp
37
#include "
GeolocationError
.h"
AssertMatchingEnums.cpp
46
#include "
GeolocationError
.h"
416
COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPermissionDenied,
GeolocationError
::PermissionDenied);
417
COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPositionUnavailable,
GeolocationError
::PositionUnavailable);
/external/webkit/Source/WebCore/page/
GeolocationError.h
38
class
GeolocationError
: public RefCounted<
GeolocationError
> {
45
static PassRefPtr<
GeolocationError
> create(ErrorCode code, const String& message) { return adoptRef(new
GeolocationError
(code, message)); }
51
GeolocationError
(ErrorCode code, const String& message)
GeolocationController.h
39
class
GeolocationError
;
56
void errorOccurred(
GeolocationError
*);
Geolocation.h
48
class
GeolocationError
;
77
void setError(
GeolocationError
*);
GeolocationController.cpp
104
void GeolocationController::errorOccurred(
GeolocationError
* error)
Geolocation.cpp
44
#include "
GeolocationError
.h"
70
static PassRefPtr<PositionError> createPositionError(
GeolocationError
* error)
74
case
GeolocationError
::PermissionDenied:
77
case
GeolocationError
::PositionUnavailable:
673
void Geolocation::setError(
GeolocationError
* error)
/external/webkit/Source/WebKit/chromium/public/
WebGeolocationError.h
36
namespace WebCore { class
GeolocationError
; }
58
WebGeolocationError(WTF::PassRefPtr<WebCore::
GeolocationError
>);
59
WebGeolocationError& operator=(WTF::PassRefPtr<WebCore::
GeolocationError
>);
60
operator WTF::PassRefPtr<WebCore::
GeolocationError
>() const;
64
WebPrivatePtr<WebCore::
GeolocationError
> m_private;
/external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.h
48
class
GeolocationError
;
59
void setError(PassRefPtr<
GeolocationError
>);
82
RefPtr<
GeolocationError
> m_lastError;
GeolocationClientMock.cpp
37
#include "
GeolocationError
.h"
69
void GeolocationClientMock::setError(PassRefPtr<
GeolocationError
> error)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp
31
#include "
GeolocationError
.h"
103
RefPtr<WebCore::
GeolocationError
> error =
GeolocationError
::create(
GeolocationError
::PositionUnavailable, failedToStartServiceErrorMessage);
DumpRenderTreeSupportQt.cpp
52
#include "
GeolocationError
.h"
811
GeolocationError
::ErrorCode code =
GeolocationError
::PositionUnavailable;
814
code =
GeolocationError
::PermissionDenied;
817
code =
GeolocationError
::PositionUnavailable;
822
mockClient->setError(
GeolocationError
::create(code, message));
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp
36
#include <WebCore/
GeolocationError
.h>
100
RefPtr<
GeolocationError
> error =
GeolocationError
::create(
GeolocationError
::PositionUnavailable, /* Localized error string */ String(""));
/external/webkit/Source/WebKit/win/
WebView.cpp
138
#include <WebCore/
GeolocationError
.h>
[
all
...]
/external/webkit/Source/WebKit/mac/WebView/
WebView.mm
189
#import <WebCore/
GeolocationError
.h>
[
all
...]
/external/webkit/Source/WebCore/
GNUmakefile.list.am
[
all
...]
GNUmakefile.am
[
all
...]
WebCore.gypi
[
all
...]
/external/webkit/Source/WebKit/chromium/
ChangeLog-2011-02-16
[
all
...]
/external/webkit/Source/WebCore/WebCore.vcproj/
WebCore.vcproj
[
all
...]
Completed in 532 milliseconds