Searched refs:contract (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/polymer/components/paper-tabs/
H A Dpaper-tabs.css47 #selectionBar.contract {
/external/chromium_org/third_party/polymer/components-chromium/paper-tabs/
H A Dpaper-tabs.css47 #selectionBar.contract {
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutRect.h101 void contract(const LayoutSize& size) { m_size -= size; } function in class:blink::LayoutRect
102 void contract(const LayoutBoxExtent& box) function in class:blink::LayoutRect
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); } function in class:blink::LayoutRect
H A DFloatRect.h95 void contract(const FloatSize& size) { m_size -= size; } function in class:blink::FloatRect
96 void contract(float dw, float dh) { m_size.expand(-dw, -dh); } function in class:blink::FloatRect
H A DIntRect.h92 void contract(const IntSize& size) { m_size -= size; } function in class:blink::IntRect
93 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } function in class:blink::IntRect
/external/openssl/crypto/lhash/
H A Dlhash.c69 * the 'table' was 'contract()ed', making some entries
83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
111 static void contract(_LHASH *lh);
243 contract(lh);
366 static void contract(_LHASH *lh) function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1432 clipRect.contract(layer()->scrollableArea()->verticalScrollbarWidth(relevancy), layer()->scrollableArea()->horizontalScrollbarHeight(relevancy));
1445 clipRect.contract(c, 0);
1449 clipRect.contract(width() - valueForLength(style()->clipRight(), width()), 0);
1454 clipRect.contract(0, c);
1458 clipRect.contract(0, height() - valueForLength(style()->clipBottom(), height()));
4340 rect.contract(0, scrollBarHeight);
4342 rect.contract(scrollBarWidth, scrollBarHeight);

Completed in 3423 milliseconds