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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DLayoutRect.h101 void contract(const LayoutSize& size) { m_size -= size; } function in class:WebCore::LayoutRect
102 void contract(const LayoutBoxExtent& box) function in class:WebCore::LayoutRect
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); } function in class:WebCore::LayoutRect
H A DFloatRect.h98 void contract(const FloatSize& size) { m_size -= size; } function in class:WebCore::FloatRect
99 void contract(float dw, float dh) { m_size.expand(-dw, -dh); } function in class:WebCore::FloatRect
H A DIntRect.h93 void contract(const IntSize& size) { m_size -= size; } function in class:WebCore::IntRect
94 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } function in class:WebCore::IntRect
/external/chromium_org/third_party/openssl/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/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/openssh/openbsd-compat/
H A Dport-solaris.c37 #include <sys/contract/process.h>
47 /* Lookup the latest process contract */
57 "contract: %s", __func__, strerror(errno));
61 error("%s: Error reading process contract "
66 error("%s: Error getting process contract id: %s",
86 debug2("%s: setting up process contract template on fd %d",
91 error("%s: Error setting process contract parameter set "
96 error("%s: Error setting process contract template "
101 error("%s: Error setting process contract template "
106 error("%s: Error setting process contract templat
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp650 topRelevantRect.contract(LayoutSize(0, relevantRect.height() / 2));
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php855 contract, strict liability, or tort (including negligence or otherwise)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1605 clipRect.contract(layer()->verticalScrollbarWidth(relevancy), layer()->horizontalScrollbarHeight(relevancy));
1620 clipRect.contract(c, 0);
1627 clipRect.contract(width() - valueForLength(style()->clipRight(), width(), renderView), 0);
1632 clipRect.contract(0, c);
1636 clipRect.contract(0, height() - valueForLength(style()->clipBottom(), height(), renderView));
4561 rect.contract(verticalScrollbarWidth(), horizontalScrollbarHeight());
H A DRenderBoxModelObject.cpp345 containerContentRect.contract(minMargin);
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php2904 liability, whether in contract, strict liability, or tort (including
/external/openssh/
H A Dconfigure17518 echo " Solaris process contract support: $SPC_MSG"

Completed in 261 milliseconds