OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeolocationError
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationError.cpp
29
#include "modules/geolocation/
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
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationError.h
36
class
GeolocationError
: public RefCounted<
GeolocationError
> {
43
static PassRefPtr<
GeolocationError
> create(ErrorCode code, const String& message) { return adoptRef(new
GeolocationError
(code, message)); }
49
GeolocationError
(ErrorCode code, const String& message)
Completed in 69 milliseconds