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

  /external/webkit/WebKit/win/
WebHistory.cpp 304 int itemCountLimit;
305 hr = historyItemLimit(&itemCountLimit);
349 if (numberOfItemsLoaded == itemCountLimit)
    [all...]
  /external/webkit/WebKit/mac/History/
WebHistory.mm 538 int itemCountLimit = [self historyItemLimit];
562 if (*numberOfItemsLoaded == itemCountLimit)

Completed in 629 milliseconds