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

  /external/chromium_org/third_party/WebKit/public/web/
WebFont.h 47 class WebFont {
49 virtual ~WebFont() { }
51 BLINK_EXPORT static WebFont* create(const WebFontDescription&);
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.h 34 #include "WebFont.h"
41 class WebFontImpl : public WebFont {
WebFontImpl.cpp 49 WebFont* WebFont::create(const WebFontDescription& desc)
  /external/chromium_org/content/child/
browser_font_resource_trusted.h 23 class WebFont;
75 scoped_ptr<blink::WebFont> font_;
browser_font_resource_trusted.cc 21 #include "third_party/WebKit/public/web/WebFont.h"
32 using blink::WebFont;
256 font_(WebFont::create(PPFontDescToWebFontDesc(desc, prefs))) {

Completed in 194 milliseconds