HomeSort by relevance Sort by last modified time
    Searched full:visitedcount (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebKit/win/
WebHistoryItem.cpp 127 int visitedCount = 0;
128 if (!CFNumberGetValue(visitCountRef, kCFNumberIntType, &visitedCount))
132 if (visitedCount < 0) {
133 LOG_ERROR("visit count for history item \"%s\" is negative (%d), will be reset to 1", String(urlStringRef).utf8().data(), visitedCount);
134 visitedCount = 1;
190 m_historyItem->setVisitCount(visitedCount);

Completed in 23 milliseconds