/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebPopupMenuWin.cpp | 64 d.setWeight(d.bolderWeight()); in setUpPlatformData() 127 d.setWeight(d.bolderWeight()); in setUpPlatformData()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontCustomPlatformDataQt.cpp | 43 font.setWeight(QFont::Bold); in fontPlatformData()
|
D | FontPlatformDataQt.cpp | 71 font.setWeight(toQFontWeight(description.weight())); in FontPlatformData()
|
/external/llvm/lib/Analysis/ |
D | PathNumbering.cpp | 194 void BallLarusEdge::setWeight(unsigned weight) { in setWeight() function in BallLarusEdge 309 (*succ)->setWeight(0); in calculatePathNumbers() 459 (*succ)->setWeight(sumPaths); in calculatePathNumbersFrom()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFontDescription.cpp | 66 desc.setWeight(static_cast<FontWeight>(weight)); in operator WebCore::FontDescription()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/ |
D | ActivateFontsQt.cpp | 94 f.setWeight(QFont::Normal); in activateFonts()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontCustomPlatformData.cpp | 54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
|
D | FontCacheWinCE.cpp | 307 fontDescription.setWeight(FontWeightNormal);
|
/external/llvm/include/llvm/Analysis/ |
D | PathNumbering.h | 156 void setWeight(unsigned weight);
|
/external/webkit/Source/WebKit/win/ |
D | WebKitGraphics.cpp | 62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontDescription.h | 113 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | main.cpp | 149 f.setWeight(QFont::Normal); in main()
|
/external/webkit/Source/WebCore/platform/win/ |
D | DragImageWin.cpp | 114 description.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
|
D | PopupMenuWin.cpp | 324 d.setWeight(d.bolderWeight()); in calculatePositionAndSize() 641 d.setWeight(d.bolderWeight()); in paint()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderEmbeddedObject.cpp | 191 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
|
D | RenderListBox.cpp | 114 d.setWeight(d.bolderWeight()); in updateFromElement() 399 d.setWeight(d.bolderWeight()); in paintItemForeground()
|
D | RenderThemeChromiumSkia.cpp | 183 fontDescription.setWeight(FontWeightNormal); in systemFont()
|
D | RenderThemeChromiumWin.cpp | 348 cachedDesc->setWeight(FontWeightNormal); in systemFont()
|
D | RenderThemeWin.cpp | 289 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
|
D | RenderThemeSafari.cpp | 243 cachedDesc->setWeight(FontWeightNormal); in systemFont()
|
D | RenderThemeMac.mm | 277 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 3702 fontDescription.setWeight(m_parentStyle->fontDescription().weight()); in applyProperty() 3704 fontDescription.setWeight(FontWeightNormal); in applyProperty() 3711 fontDescription.setWeight(fontDescription.bolderWeight()); in applyProperty() 3714 fontDescription.setWeight(fontDescription.lighterWeight()); in applyProperty() 3718 fontDescription.setWeight(FontWeightBold); in applyProperty() 3722 fontDescription.setWeight(FontWeightNormal); in applyProperty() 3725 fontDescription.setWeight(FontWeight900); in applyProperty() 3728 fontDescription.setWeight(FontWeight800); in applyProperty() 3731 fontDescription.setWeight(FontWeight600); in applyProperty() 3734 fontDescription.setWeight(FontWeight500); in applyProperty() [all …]
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk.cpp | 452 fontDescription.setWeight(FontWeightNormal); in systemFont()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 1007 d.setWeight(FontWeightBold); in getRowFont()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | RenderThemeEfl.cpp | 1047 fontDescription.setWeight(FontWeightNormal); in systemFont()
|