OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cssFontFace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFaceCache.cpp
32
#include "core/css/
CSSFontFace
.h"
50
void CSSSegmentedFontFaceCache::add(CSSFontSelector* cssFontSelector, const StyleRuleFontFace* fontFaceRule, PassRefPtr<
CSSFontFace
> prpCssFontFace)
52
RefPtr<
CSSFontFace
>
cssFontFace
= prpCssFontFace;
54
if (!m_styleRuleToFontFace.add(fontFaceRule,
cssFontFace
).isNewEntry)
57
FontFace* fontFace =
cssFontFace
->fontFace();
67
segmentedFontFace->appendFontFace(
cssFontFace
);
77
RefPtr<
CSSFontFace
>
cssFontFace
= styleRuleToFontFaceIter->value;
79
FamilyToTraitsMap::iterator fontFacesIter = m_fontFaces.find(
cssFontFace
->fontFace()->family())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp
45
#include "core/css/
CSSFontFace
.h"
127
RefPtr<
CSSFontFace
>
cssFontFace
=
CSSFontFace
::createFromStyleRule(document, fontFaceRule);
128
if (
cssFontFace
)
129
cssFontSelector->addFontFaceRule(fontFaceRule,
cssFontFace
);
[
all
...]
Completed in 69 milliseconds