OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFontDescription
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebFont.h
40
struct
WebFontDescription
;
51
BLINK_EXPORT static WebFont* create(const
WebFontDescription
&);
53
virtual
WebFontDescription
fontDescription() const = 0;
WebFontDescription.h
42
struct
WebFontDescription
{
74
WebFontDescription
()
98
WebFontDescription
(const WebCore::FontDescription&, short fontLetterSpacing, short fontWordSpacing);
/external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp
32
#include "
WebFontDescription
.h"
40
WebFontDescription
::
WebFontDescription
(const FontDescription& desc,
54
WebFontDescription
::operator WebCore::FontDescription() const
WebFontImpl.cpp
35
#include "
WebFontDescription
.h"
49
WebFont* WebFont::create(const
WebFontDescription
& desc)
60
WebFontDescription
WebFontImpl::fontDescription() const
62
return
WebFontDescription
(m_font.fontDescription(), m_font.letterSpacing(), m_font.wordSpacing());
WebFontImpl.h
45
virtual
WebFontDescription
fontDescription() const;
AssertMatchingEnums.cpp
41
#include "
WebFontDescription
.h"
372
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::GenericFamilyNone, FontDescription::NoFamily);
373
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::GenericFamilyStandard, FontDescription::StandardFamily);
374
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::GenericFamilySerif, FontDescription::SerifFamily);
375
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::GenericFamilySansSerif, FontDescription::SansSerifFamily);
376
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::GenericFamilyMonospace, FontDescription::MonospaceFamily);
377
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::GenericFamilyCursive, FontDescription::CursiveFamily);
378
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::GenericFamilyFantasy, FontDescription::FantasyFamily);
380
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::SmoothingAuto, AutoSmoothing);
381
COMPILE_ASSERT_MATCHING_ENUM(
WebFontDescription
::SmoothingNone, NoSmoothing)
[
all
...]
webkit.target.darwin-arm.mk
179
third_party/WebKit/Source/web/
WebFontDescription
.cpp \
webkit.target.darwin-mips.mk
179
third_party/WebKit/Source/web/
WebFontDescription
.cpp \
webkit.target.darwin-x86.mk
179
third_party/WebKit/Source/web/
WebFontDescription
.cpp \
webkit.target.linux-arm.mk
179
third_party/WebKit/Source/web/
WebFontDescription
.cpp \
webkit.target.linux-mips.mk
179
third_party/WebKit/Source/web/
WebFontDescription
.cpp \
webkit.target.linux-x86.mk
179
third_party/WebKit/Source/web/
WebFontDescription
.cpp \
/external/chromium_org/content/child/
browser_font_resource_trusted.cc
22
#include "third_party/WebKit/public/web/
WebFontDescription
.h"
33
using blink::
WebFontDescription
;
137
//
WebFontDescription
version. These values are checked in
141
static_cast<
WebFontDescription
::GenericFamily>(f + 1)
144
WebFontDescription
PPFontDescToWebFontDesc(
148
COMPILE_ASSERT(static_cast<int>(
WebFontDescription
::Weight100) ==
151
COMPILE_ASSERT(static_cast<int>(
WebFontDescription
::Weight900) ==
154
COMPILE_ASSERT(
WebFontDescription
::GenericFamilyStandard ==
157
COMPILE_ASSERT(
WebFontDescription
::GenericFamilySerif ==
160
COMPILE_ASSERT(
WebFontDescription
::GenericFamilySansSerif =
[
all
...]
Completed in 61 milliseconds