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

  /external/webkit/Source/WebCore/history/
BackForwardListImpl.cpp 43 static const unsigned DefaultCapacity = 100;
49 , m_capacity(DefaultCapacity)
  /external/webkit/Source/WebKit2/UIProcess/
WebBackForwardList.cpp 33 static const unsigned DefaultCapacity = 100;
38 , m_capacity(DefaultCapacity)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.cpp 43 static const unsigned DefaultCapacity = 100;

Completed in 170 milliseconds