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 524 FontDescription defaultFontDescription;
525 defaultFontDescription.setFamily(fontFamily);
526 defaultFontDescription.setSpecifiedSize(defaultFontSize);
527 defaultFontDescription.setComputedSize(defaultFontSize);
529 style->setFontDescription(defaultFontDescription);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 43 milliseconds