OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSSSegmentedFontFace
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/css/
CSSSegmentedFontFace.h
43
class
CSSSegmentedFontFace
: public RefCounted<
CSSSegmentedFontFace
> {
45
static PassRefPtr<
CSSSegmentedFontFace
> create(CSSFontSelector* selector) { return adoptRef(new
CSSSegmentedFontFace
(selector)); }
46
~
CSSSegmentedFontFace
();
57
CSSSegmentedFontFace
(CSSFontSelector*);
CSSSegmentedFontFace.cpp
27
#include "
CSSSegmentedFontFace
.h"
37
CSSSegmentedFontFace
::
CSSSegmentedFontFace
(CSSFontSelector* fontSelector)
42
CSSSegmentedFontFace
::~
CSSSegmentedFontFace
()
50
void
CSSSegmentedFontFace
::pruneTable()
63
bool
CSSSegmentedFontFace
::isValid() const
74
void
CSSSegmentedFontFace
::fontLoaded(CSSFontFace*)
79
void
CSSSegmentedFontFace
::appendFontFace(PassRefPtr<CSSFontFace> fontFace)
86
FontData*
CSSSegmentedFontFace
::getFontData(const FontDescription& fontDescription
[
all
...]
Completed in 40 milliseconds