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 512 FontDescription defaultFontDescription;
513 defaultFontDescription.setFamily(fontFamily);
514 defaultFontDescription.setSpecifiedSize(defaultFontSize);
515 defaultFontDescription.setComputedSize(defaultFontSize);
517 style->setFontDescription(defaultFontDescription);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 801 milliseconds