HomeSort by relevance Sort by last modified time
    Searched defs:shouldTrackVisitedLinks (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebHistoryClient.h 48 bool shouldTrackVisitedLinks() const { return m_client.populateVisitedLinks; }
  /external/webkit/Source/WebKit2/Shared/
WebProcessCreationParameters.h 66 bool shouldTrackVisitedLinks;
  /external/webkit/Source/WebCore/page/
PageGroup.cpp 60 static bool shouldTrackVisitedLinks = false;
283 if (shouldTrackVisitedLinks)
289 ASSERT(shouldTrackVisitedLinks);
300 if (!shouldTrackVisitedLinks)
308 if (!shouldTrackVisitedLinks)
331 if (shouldTrackVisitedLinks == shouldTrack)
333 shouldTrackVisitedLinks = shouldTrack;
334 if (!shouldTrackVisitedLinks)

Completed in 349 milliseconds