Searched refs:m_usingGeolocation (Results 1 – 2 of 2) sorted by relevance
1027 void setUsingGeolocation(bool f) { m_usingGeolocation = f; } in setUsingGeolocation()1028 bool usingGeolocation() const { return m_usingGeolocation; }; in usingGeolocation()1363 bool m_usingGeolocation; variable
422 , m_usingGeolocation(false) in Document()