OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSSFontFaceSrcValue
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.cpp
27
#include "core/css/
CSSFontFaceSrcValue
.h"
43
bool
CSSFontFaceSrcValue
::isSVGFontFaceSrc() const
49
bool
CSSFontFaceSrcValue
::isSupportedFormat() const
67
String
CSSFontFaceSrcValue
::customCSSText() const
84
void
CSSFontFaceSrcValue
::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const StyleSheetContents* styleSheet) const
90
bool
CSSFontFaceSrcValue
::hasFailedOrCanceledSubresources() const
97
FontResource*
CSSFontFaceSrcValue
::fetch(Document* document)
106
bool
CSSFontFaceSrcValue
::equals(const
CSSFontFaceSrcValue
& other) const
CSSFontFaceSrcValue.h
40
class
CSSFontFaceSrcValue
: public CSSValue {
42
static PassRefPtr<
CSSFontFaceSrcValue
> create(const String& resource)
44
return adoptRef(new
CSSFontFaceSrcValue
(resource, false));
46
static PassRefPtr<
CSSFontFaceSrcValue
> createLocal(const String& resource)
48
return adoptRef(new
CSSFontFaceSrcValue
(resource, true));
74
bool equals(const
CSSFontFaceSrcValue
&) const;
77
CSSFontFaceSrcValue
(const String& resource, bool local)
98
DEFINE_CSS_VALUE_TYPE_CASTS(
CSSFontFaceSrcValue
, isFontFaceSrcValue());
CSSValue.cpp
38
#include "core/css/
CSSFontFaceSrcValue
.h"
169
return compareCSSValues<
CSSFontFaceSrcValue
>(*this, other);
FontFace.cpp
42
#include "core/css/
CSSFontFaceSrcValue
.h"
499
CSSFontFaceSrcValue
* item = toCSSFontFaceSrcValue(srcList->itemWithoutBoundsCheck(i));
CSSParser-in.cpp
40
#include "core/css/
CSSFontFaceSrcValue
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceNameElement.cpp
25
#include "core/css/
CSSFontFaceSrcValue
.h"
40
PassRefPtr<
CSSFontFaceSrcValue
> SVGFontFaceNameElement::srcValue() const
42
return
CSSFontFaceSrcValue
::createLocal(fastGetAttribute(SVGNames::nameAttr));
SVGFontFaceNameElement.h
29
class
CSSFontFaceSrcValue
;
35
PassRefPtr<
CSSFontFaceSrcValue
> srcValue() const;
SVGFontFaceUriElement.h
31
class
CSSFontFaceSrcValue
;
39
PassRefPtr<
CSSFontFaceSrcValue
> srcValue() const;
SVGFontFaceUriElement.cpp
27
#include "core/css/
CSSFontFaceSrcValue
.h"
54
PassRefPtr<
CSSFontFaceSrcValue
> SVGFontFaceUriElement::srcValue() const
56
RefPtr<
CSSFontFaceSrcValue
> src =
CSSFontFaceSrcValue
::create(getAttribute(XLinkNames::hrefAttr));
SVGFontFaceSrcElement.cpp
26
#include "core/css/
CSSFontFaceSrcValue
.h"
51
RefPtr<
CSSFontFaceSrcValue
> srcValue;
SVGFontFaceElement.cpp
30
#include "core/css/
CSSFontFaceSrcValue
.h"
292
list->append(
CSSFontFaceSrcValue
::createLocal(fontFamily()));
306
// Traverse parsed CSS values and associate
CSSFontFaceSrcValue
elements with ourselves.
312
if (
CSSFontFaceSrcValue
* item = toCSSFontFaceSrcValue(srcList->itemWithoutBoundsCheck(i)))
/external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp
36
#include "core/css/
CSSFontFaceSrcValue
.h"
360
CSSFontFaceSrcValue
* fontFaceSrcValue = toCSSFontFaceSrcValue(cssValue);
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
108
third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
108
third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
108
third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
108
third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
108
third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
108
third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue
.cpp \
[
all
...]
Completed in 229 milliseconds