Searched defs:uniqueHistoryItemID (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/cf/
H A DWebBackForwardListCF.cpp41 static uint64_t uniqueHistoryItemID = 0; local
42 uniqueHistoryItemID += 2;
43 return uniqueHistoryItemID;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.cpp64 static uint64_t uniqueHistoryItemID = 1; member in namespace:WebKit
71 uniqueHistoryItemID += 2;
72 return uniqueHistoryItemID;
77 if (itemID <= uniqueHistoryItemID)
81 uniqueHistoryItemID = itemID;
83 uniqueHistoryItemID = itemID + 1;

Completed in 79 milliseconds