HomeSort by relevance Sort by last modified time
    Searched refs:uniqueHistoryItemID (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.cpp 64 static uint64_t uniqueHistoryItemID = 1;
71 uniqueHistoryItemID += 2;
72 return uniqueHistoryItemID;
77 if (itemID <= uniqueHistoryItemID)
81 uniqueHistoryItemID = itemID;
83 uniqueHistoryItemID = itemID + 1;
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebBackForwardListCF.cpp 41 static uint64_t uniqueHistoryItemID = 0;
42 uniqueHistoryItemID += 2;
43 return uniqueHistoryItemID;

Completed in 2225 milliseconds