Home
last modified time | relevance | path

Searched refs:m_usingGeolocation (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.h1069 void setUsingGeolocation(bool f) { m_usingGeolocation = f; } in setUsingGeolocation()
1070 bool usingGeolocation() const { return m_usingGeolocation; }; in usingGeolocation()
1154 bool m_usingGeolocation; variable
DDocument.cpp336 , m_usingGeolocation(false) in Document()