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

  /external/webkit/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 50 fontDesc.setComputedSize(size);
SimpleFontDataWince.cpp 71 fontDesc.setComputedSize(lroundf(0.70f * fontDesc.computedSize()));
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 86 desc.setComputedSize(0.70f*fontDescription.computedSize());
  /external/webkit/WebCore/platform/graphics/
FontDescription.h 97 void setComputedSize(float s) { m_computedSize = s; }
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 163 fontDescription.setComputedSize(12.0);
  /external/webkit/WebKit/win/
WebKitGraphics.cpp 64 f.setComputedSize(description.size);
FullscreenVideoController.cpp 439 desc.setComputedSize(textSize);
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 210 desc.setComputedSize((float)size);
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 413 fontDescription.setComputedSize(m_buttonFontPixelSize);
416 fontDescription.setComputedSize(style->fontSize());
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 592 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 457 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 392 fontDescription.setComputedSize(fontSize);
    [all...]
RenderThemeChromiumMac.mm 726 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
    [all...]
RenderThemeMac.mm 655 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 974 milliseconds