OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cssvalue
(Results
76 - 100
of
167
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
517
static PassRefPtr<
CSSValue
> valueForNinePieceImageRepeat(const NinePieceImage& image)
530
static PassRefPtr<
CSSValue
> valueForNinePieceImage(const NinePieceImage& image, const RenderStyle& style)
536
RefPtr<
CSSValue
> imageValue;
538
imageValue = image.image()->
cssValue
();
544
RefPtr<
CSSValue
> borderSlices = valueForNinePieceImageQuad(image.borderSlices(), style);
547
RefPtr<
CSSValue
> outset = valueForNinePieceImageQuad(image.outset(), style);
550
RefPtr<
CSSValue
> repeat = valueForNinePieceImageRepeat(image);
572
static PassRefPtr<
CSSValue
> valueForReflection(const StyleReflection* reflection, const RenderStyle& style)
618
static PassRefPtr<
CSSValue
> valueForPositionOffset(RenderStyle& style, CSSPropertyID propertyID, const RenderObject* renderer, RenderView* renderView)
678
static PassRefPtr<
CSSValue
> valueForBorderRadiusCorner(LengthSize radius, const RenderStyle& style
[
all
...]
CSSImageSetValue.cpp
60
CSSValue
* imageValue = item(i);
65
CSSValue
* scaleFactorValue = item(i);
143
const
CSSValue
* imageValue = item(i);
149
const
CSSValue
* scaleFactorValue = item(i);
CSSValue.idl
24
] interface
CSSValue
{
MediaList.cpp
282
CSSValue
*
cssValue
= expression->value();
283
if (
cssValue
&&
cssValue
->isPrimitiveValue()) {
284
CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(
cssValue
);
StylePropertySet.cpp
47
return sizeof(ImmutableStylePropertySet) - sizeof(void*) + sizeof(
CSSValue
*) * count + sizeof(StylePropertyMetadata) * count;
82
CSSValue
** valueArray = const_cast<
CSSValue
**>(this->valueArray());
92
CSSValue
** valueArray = const_cast<
CSSValue
**>(this->valueArray());
111
RefPtr<
CSSValue
> value = getPropertyCSSValue(propertyID);
118
PassRefPtr<
CSSValue
> StylePropertySet::getPropertyCSSValue(CSSPropertyID propertyID) const
243
void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, PassRefPtr<
CSSValue
> prpValue, bool important)
253
RefPtr<
CSSValue
> value = prpValue;
290
const
CSSValue
* cssValue = m_propertyVector.at(index).value()
[
all
...]
FontFace.cpp
92
static PassRefPtr<
CSSValue
> parseCSSValue(const String& s, CSSPropertyID propertyID)
103
RefPtr<
CSSValue
> src = parseCSSValue(source, CSSPropertySrc);
154
RefPtr<
CSSValue
> family = properties->getPropertyCSSValue(CSSPropertyFontFamily);
157
RefPtr<
CSSValue
> src = properties->getPropertyCSSValue(CSSPropertySrc);
174
FontFace::FontFace(PassRefPtr<
CSSValue
> src)
247
RefPtr<
CSSValue
> value = parseCSSValue(s, propertyID);
257
bool FontFace::setPropertyValue(PassRefPtr<
CSSValue
> value, CSSPropertyID propertyID)
450
if (RefPtr<
CSSValue
> fontVariant = m_variant) {
CSSBorderImageSliceValue.cpp
34
:
CSSValue
(BorderImageSliceClass)
CSSBorderImageSliceValue.h
37
class CSSBorderImageSliceValue : public
CSSValue
{
CSSFontFeatureValue.cpp
34
:
CSSValue
(FontFeatureClass)
CSSSVGDocumentValue.cpp
38
:
CSSValue
(CSSSVGDocumentClass)
CSSStyleDeclaration.idl
28
CSSValue
getPropertyCSSValue([Default=Undefined] optional DOMString propertyName);
WebKitCSSFilterValue.idl
47
[ImplementedAs=item] getter
CSSValue
(unsigned long index);
CSSCrossfadeValue.cpp
37
static bool subimageIsPending(
CSSValue
* value)
50
static bool subimageKnownToBeOpaque(
CSSValue
* value, const RenderObject* renderer)
63
static ImageResource* cachedImageForCSSValue(
CSSValue
* value, ResourceFetcher* fetcher)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
109
void StyleBuilderFunctions::applyValueCSSPropertyClip(StyleResolverState& state,
CSSValue
* value)
141
void StyleBuilderFunctions::applyValueCSSPropertyCursor(StyleResolverState& state,
CSSValue
* value)
149
CSSValue
* item = list->itemWithoutBoundsCheck(i);
168
void StyleBuilderFunctions::applyValueCSSPropertyDirection(StyleResolverState& state,
CSSValue
* value)
191
void StyleBuilderFunctions::applyValueCSSPropertyDisplay(StyleResolverState& state,
CSSValue
* value)
214
void StyleBuilderFunctions::applyValueCSSPropertyFontFamily(StyleResolverState& state,
CSSValue
* value)
229
void StyleBuilderFunctions::applyValueCSSPropertyFontSize(StyleResolverState& state,
CSSValue
* value)
244
void StyleBuilderFunctions::applyValueCSSPropertyFontWeight(StyleResolverState& state,
CSSValue
* value)
264
void StyleBuilderFunctions::applyValueCSSPropertyLineHeight(StyleResolverState& state,
CSSValue
* value)
297
void StyleBuilderFunctions::applyValueCSSPropertyListStyleImage(StyleResolverState& state,
CSSValue
* value
[
all
...]
StyleResolverState.h
95
void setLineHeightValue(
CSSValue
* value) { m_lineHeightValue = value; }
96
CSSValue
* lineHeightValue() { return m_lineHeightValue; }
108
PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId,
CSSValue
* value)
160
CSSValue
* m_lineHeightValue;
/external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp
344
RefPtr<
CSSValue
>
cssValue
= styleDeclaration->propertyAt(i).value();
345
retrieveResourcesForCSSValue(
cssValue
.get(), document);
349
void PageSerializer::retrieveResourcesForCSSValue(
CSSValue
*
cssValue
, Document* document)
351
if (
cssValue
->isImageValue()) {
352
CSSImageValue* imageValue = toCSSImageValue(
cssValue
);
359
} else if (
cssValue
->isFontFaceSrcValue()) {
360
CSSFontFaceSrcValue* fontFaceSrcValue = toCSSFontFaceSrcValue(
cssValue
);
366
} else if (
cssValue
->isValueList())
[
all
...]
PageSerializer.h
45
class
CSSValue
;
85
void retrieveResourcesForCSSValue(
CSSValue
*, Document*);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGColor.idl
22
interface SVGColor :
CSSValue
{
SVGElement.idl
36
CSSValue
getPresentationAttribute([Default=Undefined] optional DOMString name);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp
40
#include "core/css/
CSSValue
.h"
213
RefPtr<
CSSValue
>
cssValue
= imp->getPropertyCSSValueInternal(static_cast<CSSPropertyID>(propInfo->propID));
214
if (
cssValue
) {
215
v8SetReturnValueStringOrNull(info,
cssValue
->cssText(), info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableImage.cpp
44
RefPtr<
CSSValue
> fromValue = this->toCSSValue();
55
RefPtr<
CSSValue
> toValue = image->toCSSValue();
AnimatableLength.cpp
40
PassRefPtr<AnimatableLength> AnimatableLength::create(
CSSValue
* value)
62
bool AnimatableLength::canCreateFrom(const
CSSValue
* value)
77
PassRefPtr<
CSSValue
> AnimatableLength::toCSSValue(NumberRange range) const
84
// Avoid creating a
CSSValue
in the common cases
AnimatableLength.h
65
static bool canCreateFrom(const
CSSValue
*);
66
static PassRefPtr<AnimatableLength> create(
CSSValue
*);
75
PassRefPtr<
CSSValue
> toCSSValue(NumberRange = AllValues) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImageSet.cpp
50
PassRefPtr<
CSSValue
> StyleFetchedImageSet::
cssValue
() const
StyleFetchedImageSet.h
50
virtual PassRefPtr<
CSSValue
>
cssValue
() const;
Completed in 233 milliseconds
1
2
3
4
5
6
7