HomeSort by relevance Sort by last modified time
    Searched refs:contract (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
101 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
FloatRect.h 22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
96 void contract(const FloatSize& size) { m_size -= size; } function in class:WebCore::FloatRect
97 void contract(float dw, float dh) { m_size.expand(-dw, -dh); } function in class:WebCore::FloatRect
IntRect.h 21 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
92 void contract(const IntSize& size) { m_size -= size; } function in class:WebCore::IntRect
93 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } function in class:WebCore::IntRect
  /external/openssl/crypto/lhash/
lhash.c 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
69 * 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/openssl/openssl/crypto/lhash/
lhash.c 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
69 * the 'table' was 'contract()ed', making some entries
83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
219 static void contract(_LHASH *lh);
353 /* Do not contract the array if the table is being iterated on. */
357 contract(lh);
416 * contract() call will double/halve the size of the array,
421 contract(lh);
491 static void contract(_LHASH *lh) function
  /device/asus/grouper/keymaster/
NOTICE 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 direction or management of such entity, whether by contract or
197 whether in tort (including negligence), contract, or otherwise,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 direction or management of such entity, whether by contract or
197 whether in tort (including negligence), contract, or otherwise,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 direction or management of such entity, whether by contract or
197 whether in tort (including negligence), contract, or otherwise,
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 170 /* Contract support - Experimental and undocumented */
171 #define %contract %feature("contract")
172 #define %nocontract %feature("contract","0")
173 #define %clearcontract %feature("contract","")
211 or a contract (better)
213 %contract move(int x) {
  /external/chromium_org/remoting/webapp/
oauth2.js 141 // is part of the contract satisfied by callWithToken().
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
RenderBoxModelObject.cpp 300 containerContentRect.contract(minMargin);
375 clipRect.contract(LayoutSize(enclosingClippingBox->paddingLeft() + enclosingClippingBox->paddingRight(),
    [all...]

Completed in 641 milliseconds