Searched refs:m_usingGeolocation (Results 1 – 2 of 2) sorted by relevance
1069 void setUsingGeolocation(bool f) { m_usingGeolocation = f; } in setUsingGeolocation()1070 bool usingGeolocation() const { return m_usingGeolocation; }; in usingGeolocation()1154 bool m_usingGeolocation; variable
336 , m_usingGeolocation(false) in Document()