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

  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewPrivate.h 132 - (BOOL)_beginPrintModeWithPageWidth:(float)pageWidth height:(float)pageHeight shrinkToFit:(BOOL)shrinkToFit;
139 - (BOOL)_beginScreenPaginationModeWithPageSize:(CGSize)pageSize shrinkToFit:(BOOL)shrinkToFit;
WebHTMLView.mm     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuilder.h 82 shrinkToFit();
106 void shrinkToFit();
StringBuilder.cpp 161 void StringBuilder::shrinkToFit()
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 119 public void shrinkToFit() {
120 super.shrinkToFit();
126 * Rebuilds the label-to-index mapping after a shrinkToFit().
FixedSizeList.java 132 public void shrinkToFit() {
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 145 public void shrinkToFit() {
146 super.shrinkToFit();
152 * Rebuilds the label-to-index mapping after a {@code shrinkToFit()}.
FixedSizeList.java 132 public void shrinkToFit() {
  /external/webkit/Source/WebCore/html/
DOMTokenList.cpp 104 output.shrinkToFit();
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp     [all...]
CodeBlock.h 463 void shrinkToFit();
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 115 newBlocks.shrinkToFit();
  /external/webkit/Source/JavaScriptCore/runtime/
JSStringBuilder.h 76 buffer.shrinkToFit();
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentCoders.h 101 tmp.shrinkToFit();
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 336 void shrinkToFit();
513 m_authorStyle->shrinkToFit();
515 m_features.siblingRules->shrinkToFit();
    [all...]
CSSMutableStyleDeclaration.cpp 71 m_properties.shrinkToFit();
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 991 m_responseBuilder.shrinkToFit();
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Vector.h 574 void shrinkToFit() { shrinkCapacity(size()); }
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 156 m_codeBlock->shrinkToFit();
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 456 vector.shrinkToFit();
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 2459 milliseconds