Searched refs:minimumSize (Results 1 – 5 of 5) sorted by relevance
49 NSSize minimumSize; property58 @dynamic tabHeaderView, headerRect, minimumSize;
443 WebRtc_Word32 VerifyAndAllocate(const WebRtc_UWord32 minimumSize);562 VideoFrame::VerifyAndAllocate(const WebRtc_UWord32 minimumSize) in VerifyAndAllocate() argument564 if (minimumSize < 1) in VerifyAndAllocate()568 if(minimumSize > _bufferSize) in VerifyAndAllocate()571 WebRtc_UWord8* newBufferBuffer = new WebRtc_UWord8[minimumSize]; in VerifyAndAllocate()579 _bufferSize = minimumSize; in VerifyAndAllocate()
1788 unsigned minimumSize = alternative->m_minimumSize; in emitDisjunction() local1791 if (isParentheticalAssertion && parenthesesInputCountAlreadyChecked > minimumSize) in emitDisjunction()1794 countToCheck = minimumSize - parenthesesInputCountAlreadyChecked; in emitDisjunction()
1662 IntSize minimumSize = element->minimumSizeForResizing().shrunkTo(currentSize); in scrollTo() local1663 element->setMinimumSizeForResizing(minimumSize); in scrollTo()1667 …IntSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - curre… in scrollTo()
12094 in the TypeParentheticalAssertion term (minimumSize).