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/
FontLoader.cpp 331 FontDescription defaultFontDescription;
332 defaultFontDescription.setFamily(fontFamily);
333 defaultFontDescription.setSpecifiedSize(defaultFontSize);
334 defaultFontDescription.setComputedSize(defaultFontSize);
336 style->setFontDescription(defaultFontDescription);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 960 milliseconds