OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleGeolocationRequest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_request.h
35
class
SimpleGeolocationRequest
: private net::URLFetcherDelegate {
47
SimpleGeolocationRequest
(net::URLRequestContextGetter* url_context_getter,
51
virtual ~
SimpleGeolocationRequest
();
106
base::OneShotTimer<
SimpleGeolocationRequest
> request_scheduled_;
109
base::OneShotTimer<
SimpleGeolocationRequest
> timeout_timer_;
120
DISALLOW_COPY_AND_ASSIGN(
SimpleGeolocationRequest
);
simple_geolocation_request.cc
147
VLOG(1) << "
SimpleGeolocationRequest
::GetGeolocationFromResponse() : "
165
VLOG(1) << "
SimpleGeolocationRequest
::ParseServerResponse() : "
271
SimpleGeolocationRequest
::
SimpleGeolocationRequest
(
285
SimpleGeolocationRequest
::~
SimpleGeolocationRequest
() {
295
void
SimpleGeolocationRequest
::StartRequest() {
313
void
SimpleGeolocationRequest
::MakeRequest(const ResponseCallback& callback) {
317
FROM_HERE, timeout_, this, &
SimpleGeolocationRequest
::OnTimeout);
322
void
SimpleGeolocationRequest
::Retry(bool server_error)
[
all
...]
Completed in 109 milliseconds