Home
last modified time | relevance | path

Searched refs:CSSFontFace (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceTest.cpp14 TEST(CSSFontFace, UnicodeRangeSetEmpty) in TEST() argument
16 Vector<CSSFontFace::UnicodeRange> ranges; in TEST()
17 CSSFontFace::UnicodeRangeSet set(ranges); in TEST()
25 TEST(CSSFontFace, UnicodeRangeSetSingleCharacter) in TEST() argument
27 Vector<CSSFontFace::UnicodeRange> ranges; in TEST()
28 ranges.append(CSSFontFace::UnicodeRange('b', 'b')); in TEST()
29 CSSFontFace::UnicodeRangeSet set(ranges); in TEST()
42 TEST(CSSFontFace, UnicodeRangeSetTwoRanges) in TEST() argument
44 Vector<CSSFontFace::UnicodeRange> ranges; in TEST()
45 ranges.append(CSSFontFace::UnicodeRange('6', '7')); in TEST()
[all …]
DCSSFontFace.cpp40 void CSSFontFace::addSource(PassOwnPtrWillBeRawPtr<CSSFontFaceSource> source) in addSource()
46 void CSSFontFace::setSegmentedFontFace(CSSSegmentedFontFace* segmentedFontFace) in setSegmentedFontFace()
52 void CSSFontFace::didBeginLoad() in didBeginLoad()
58 void CSSFontFace::fontLoaded(RemoteFontFaceSource* source) in fontLoaded()
81 void CSSFontFace::fontLoadWaitLimitExceeded(RemoteFontFaceSource* source) in fontLoadWaitLimitExceeded()
89 PassRefPtr<SimpleFontData> CSSFontFace::getFontData(const FontDescription& fontDescription) in getFontData()
113 bool CSSFontFace::maybeScheduleFontLoad(const FontDescription& fontDescription, UChar32 character) in maybeScheduleFontLoad()
123 void CSSFontFace::load() in load()
133 void CSSFontFace::load(const FontDescription& fontDescription) in load()
160 void CSSFontFace::setLoadStatus(FontFace::LoadStatus newStatus) in setLoadStatus()
[all …]
DCSSFontFaceSource.h35 class CSSFontFace; variable
49 void setFontFace(CSSFontFace* face) { m_face = face; } in setFontFace()
67 RawPtrWillBeMember<CSSFontFace> m_face; // Our owning font face.
DCSSSegmentedFontFace.h40 class CSSFontFace; variable
58 void fontLoaded(CSSFontFace*);
59 void fontLoadWaitLimitExceeded(CSSFontFace*);
DCSSFontFace.h43 class CSSFontFace FINAL : public NoBaseWillBeGarbageCollectedFinalized<CSSFontFace> {
48 CSSFontFace(FontFace* fontFace, Vector<UnicodeRange>& ranges) in CSSFontFace() function
DFontFace.h48 class CSSFontFace; variable
96 CSSFontFace* cssFontFace() { return m_cssFontFace.get(); } in cssFontFace()
141 OwnPtrWillBeMember<CSSFontFace> m_cssFontFace;
DCSSSegmentedFontFace.cpp75 void CSSSegmentedFontFace::fontLoaded(CSSFontFace*) in fontLoaded() argument
80 void CSSSegmentedFontFace::fontLoadWaitLimitExceeded(CSSFontFace*) in fontLoadWaitLimitExceeded() argument
115 …ntData* newFontData, PassRefPtr<SimpleFontData> prpFaceFontData, const CSSFontFace::UnicodeRangeSe… in appendFontData()
DFontFace.cpp486 static PassOwnPtrWillBeRawPtr<CSSFontFace> createCSSFontFace(FontFace* fontFace, CSSValue* unicodeR… in createCSSFontFace()
488 Vector<CSSFontFace::UnicodeRange> ranges; in createCSSFontFace()
493 ranges.append(CSSFontFace::UnicodeRange(range->from(), range->to())); in createCSSFontFace()
497 return adoptPtrWillBeNoop(new CSSFontFace(fontFace, ranges)); in createCSSFontFace()
DFontFaceSet.h48 class CSSFontFace; variable
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.darwin-x86.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.darwin-arm.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.linux-mips.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.darwin-arm64.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.linux-arm64.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.linux-x86_64.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.darwin-mips.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.linux-arm.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.linux-x86.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.darwin-mips64.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk128 third_party/WebKit/Source/core/css/CSSFontFace.cpp \
Dcore.gypi748 'css/CSSFontFace.cpp',
749 'css/CSSFontFace.h',