Home
last modified time | relevance | path

Searched defs:shouldClearCache (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebGeolocation.mm50 {
/external/webkit/WebCore/page/
DGeolocation.h73 void setShouldClearCache(bool shouldClearCache) { m_shouldClearCache = shouldClearCache; } in setShouldClearCache()
74 bool shouldClearCache() const { return m_shouldClearCache; } in shouldClearCache() function