Home
last modified time | relevance | path

Searched refs:shouldTrackVisitedLinks (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/page/
DPageGroup.cpp59 static bool shouldTrackVisitedLinks = false; variable
233 ASSERT(shouldTrackVisitedLinks); in addVisitedLink()
243 if (!shouldTrackVisitedLinks) in addVisitedLink()
251 if (!shouldTrackVisitedLinks) in addVisitedLink()
272 if (shouldTrackVisitedLinks == shouldTrack) in setShouldTrackVisitedLinks()
274 shouldTrackVisitedLinks = shouldTrack; in setShouldTrackVisitedLinks()
275 if (!shouldTrackVisitedLinks) in setShouldTrackVisitedLinks()
/external/webkit/WebCore/
DChangeLog3986 static shouldTrackVisitedLinks is not initialized
DChangeLog-2008-08-1043644 if shouldTrackVisitedLinks is false.