Home
last modified time | relevance | path

Searched refs:setUsingGeolocation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.cpp229 m_frame->document()->setUsingGeolocation(true); in Geolocation()
264 m_frame->document()->setUsingGeolocation(false); in disconnectFrame()
/external/webkit/Source/WebCore/dom/
DDocument.h1027 void setUsingGeolocation(bool f) { m_usingGeolocation = f; } in setUsingGeolocation() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1633613 (WebCore::Geolocation::disconnectFrame): Remove call to setUsingGeolocation as the document
75079 (WebCore::Document::setUsingGeolocation):
75530 (WebCore::Document::setUsingGeolocation):
DChangeLog-2010-01-2978038 Document::setUsingGeolocation(false) to mirror the true call