OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webgeolocationerror
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
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
...]
WebGeolocationClientMock.cpp
41
#include "
WebGeolocationError
.h"
63
WebGeolocationError
::Error code;
66
code =
WebGeolocationError
::ErrorPermissionDenied;
69
code =
WebGeolocationError
::ErrorPositionUnavailable;
76
WebGeolocationError
webError(code, message);
WebGeolocationController.cpp
32
#include "
WebGeolocationError
.h"
47
void WebGeolocationController::errorOccurred(const
WebGeolocationError
& webError)
AssertMatchingEnums.cpp
71
#include "
WebGeolocationError
.h"
416
COMPILE_ASSERT_MATCHING_ENUM(
WebGeolocationError
::ErrorPermissionDenied, GeolocationError::PermissionDenied);
417
COMPILE_ASSERT_MATCHING_ENUM(
WebGeolocationError
::ErrorPositionUnavailable, GeolocationError::PositionUnavailable);
/external/webkit/Source/WebKit/chromium/public/
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
WEBKIT_API void assign(const
WebGeolocationError
&);
58
WebGeolocationError
(WTF::PassRefPtr<WebCore::GeolocationError>);
59
WebGeolocationError
& operator=(WTF::PassRefPtr<WebCore::GeolocationError>);
WebGeolocationController.h
37
class
WebGeolocationError
;
44
WEBKIT_API void errorOccurred(const
WebGeolocationError
&);
/external/webkit/Source/WebKit/chromium/
WebKit.gyp
177
'public/
WebGeolocationError
.h',
468
'src/
WebGeolocationError
.cpp',
[
all
...]
ChangeLog-2011-02-16
[
all
...]
Completed in 141 milliseconds