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

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 378 FontDescription defaultFontDescription;
379 defaultFontDescription.setFamily(fontFamily);
380 defaultFontDescription.setSpecifiedSize(defaultFontSize);
381 defaultFontDescription.setComputedSize(defaultFontSize);
383 style->setFontDescription(defaultFontDescription);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 572 milliseconds