OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSSSegmentedFontFaceCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFaceCache.h
42
class
CSSSegmentedFontFaceCache
{
44
CSSSegmentedFontFaceCache
();
CSSSegmentedFontFaceCache.cpp
29
#include "
CSSSegmentedFontFaceCache
.h"
45
CSSSegmentedFontFaceCache
::
CSSSegmentedFontFaceCache
()
50
void
CSSSegmentedFontFaceCache
::add(CSSFontSelector* cssFontSelector, const StyleRuleFontFace* fontFaceRule, PassRefPtr<CSSFontFace> prpCssFontFace)
72
void
CSSSegmentedFontFaceCache
::remove(const StyleRuleFontFace* fontFaceRule)
180
CSSSegmentedFontFace*
CSSSegmentedFontFaceCache
::get(const FontDescription& fontDescription, const AtomicString& family)
Completed in 29 milliseconds