Searched defs:shouldExpand (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DHashTable.h437 bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; } function in class:WTF::HashTable
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp4917 void WebPageProxy::setAutoSizingShouldExpandToViewHeight(bool shouldExpand) argument
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp4359 void WebPage::setAutoSizingShouldExpandToViewHeight(bool shouldExpand) argument

Completed in 209 milliseconds