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

  /external/webkit/Source/WebCore/page/
PositionOptions.h 40 bool hasTimeout() const { return m_hasTimeout; }
43 ASSERT(hasTimeout());
Geolocation.cpp 123 return m_options->hasTimeout() && m_options->timeout() == 0;
133 if (m_options->hasTimeout())
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 98 if (options->hasTimeout())

Completed in 111 milliseconds