Home
last modified time | relevance | path

Searched refs:DefaultCapacity (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/history/
DBackForwardListImpl.cpp43 static const unsigned DefaultCapacity = 100; variable
49 , m_capacity(DefaultCapacity) in BackForwardListImpl()
/external/webkit/Source/WebKit2/UIProcess/
DWebBackForwardList.cpp33 static const unsigned DefaultCapacity = 100; variable
38 , m_capacity(DefaultCapacity) in WebBackForwardList()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebBackForwardListProxy.cpp43 static const unsigned DefaultCapacity = 100; variable
/external/webkit/Source/WebCore/
DChangeLog-2007-10-147948 …WebCore::BackForwardList::BackForwardList): Fix misspelling of DefaultCapacitiy to DefaultCapacity.