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

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

Completed in 92 milliseconds