HomeSort by relevance Sort by last modified time
    Searched full:cssproperty (Results 1 - 25 of 50) sorted by null

1 2

  /external/owasp/sanitizer/src/main/org/owasp/html/
StylingPolicy.java 68 CssSchema.Property cssProperty = CssSchema.DISALLOWED;
97 cssProperty = cssSchema.forKey(propertyName);
109 cssProperties.add(cssProperty);
111 String key = cssProperty.fnKeys.get(token);
112 cssProperty = key != null
115 if (cssProperty != CssSchema.DISALLOWED) {
128 cssProperty.bits
145 if ((cssProperty.bits & test) != 0
147 || cssProperty.literals.contains(token)) {
154 if (cssProperty.literals.contains(token))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 27 #include "core/css/CSSProperty.h"
82 CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue())); }
157 static PassRefPtr<ImmutableStylePropertySet> create(const CSSProperty* properties, unsigned count, CSSParserMode);
175 ImmutableStylePropertySet(const CSSProperty*, unsigned count, CSSParserMode);
199 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count);
203 void addParsedProperties(const WillBeHeapVector<CSSProperty, 256>&);
204 void addParsedProperty(const CSSProperty&);
213 void appendPrefixingVariantProperty(const CSSProperty&);
214 void setPrefixingVariantProperty(const CSSProperty&)
    [all...]
StylePropertySet.cpp 48 PassRefPtr<ImmutableStylePropertySet> ImmutableStylePropertySet::create(const CSSProperty* properties, unsigned count, CSSParserMode cssParserMode)
72 MutableStylePropertySet::MutableStylePropertySet(const CSSProperty* properties, unsigned length)
80 ImmutableStylePropertySet::ImmutableStylePropertySet(const CSSProperty* properties, unsigned length, CSSParserMode cssParserMode)
275 setProperty(CSSProperty(propertyID, prpValue, important));
283 m_propertyVector.append(CSSProperty(shorthand.properties()[i], value, important));
286 void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot)
289 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id());
299 unsigned getIndexInShorthandVectorForPrefixingVariant(const CSSProperty& property, CSSPropertyID prefixingVariant)
310 void MutableStylePropertySet::appendPrefixingVariantProperty(const CSSProperty& property
    [all...]
CSSProperty.h 55 class CSSProperty {
58 CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
65 CSSProperty(StylePropertyMetadata metadata, CSSValue* value)
194 WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(WebCore::CSSProperty);
CSSProperty.cpp 22 #include "core/css/CSSProperty.h"
35 COMPILE_ASSERT(sizeof(CSSProperty) == sizeof(SameSizeAsCSSProperty), CSSProperty_should_stay_small);
48 void CSSProperty::wrapValueInCommaSeparatedList()
179 CSSPropertyID CSSProperty::resolveDirectionAwareProperty(CSSPropertyID propertyID, TextDirection direction, WritingMode writingMode)
259 bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
687 bool CSSProperty::isAffectedByAllProperty(CSSPropertyID propertyID)
CSSStyleDeclaration.h 31 class CSSProperty;
PropertySetCSSStyleDeclaration.h 35 class CSSProperty;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PRESUBMIT.py 23 bucketFinder = input_api.re.compile(r'.*CSSProperty.*return\s*([0-9]+).*')
44 'Largest found CSSProperty bucket Id (%d) does not match '
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StyleBuilder.cpp.tmpl 35 CSSPropertyID resolvedProperty = CSSProperty::resolveDirectionAwareProperty(property, state.style()->direction(), state.style()->writingMode());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSStyleModel.js 758 this._livePropertyMap = {}; // LIVE properties (source-based or style-based) : { name -> CSSProperty }
759 this._allProperties = []; // ALL properties: [ CSSProperty ]
760 this.__disabledProperties = {}; // DISABLED properties: { index -> CSSProperty }
765 var property = WebInspector.CSSProperty.parsePayload(this, i, payload.cssProperties[i]);
819 newPayload.cssProperties = /** @type {!Array.<!CSSAgent.CSSProperty>} */ (payload);
868 * @return {?WebInspector.CSSProperty}
897 * @return {!Array.<!WebInspector.CSSProperty>}
922 * @return {?WebInspector.CSSProperty}
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 212 function getStyle(element, cssProperty){
215 return elem.currentStyle[cssProperty]; //IE
218 return style.getPropertyValue(cssProperty);
  /external/chromium_org/tools/metrics/histograms/
update_use_counter_css.py 40 ENUM_REGEX = re.compile(r"""CSSProperty(.*): # capture the enum name
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 35 #include "core/css/CSSProperty.h"
70 WillBeHeapVector<CSSProperty, 256>&, CSSRuleSourceData::Type);
380 WillBeHeapVector<CSSProperty, 256>& m_parsedProperties;
BisonCSSParser.h 33 #include "core/css/CSSProperty.h"
188 WillBeHeapVector<CSSProperty, 256> m_parsedProperties;
BisonCSSParser-in.cpp 251 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
258 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
356 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_builder.py 91 property['property_id'] = 'CSSProperty' + cc
make_style_shorthands.py 40 return 'CSSProperty' + property_name
make_css_property_names.py 202 print "ERROR : There is more than 1024 CSS Properties, you need to update CSSProperty.h/StylePropertyMetadata m_propertyID accordingly."
213 return "CSSProperty" + re.sub(r'(^[^-])|-(.)', lambda match: (match.group(1) or match.group(2)).upper(), property_name)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTablePartElement.cpp 59 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, imageValue.release()));
HTMLFontElement.cpp 194 style->setProperty(CSSProperty(CSSPropertyFontFamily, fontFaceValue.release()));
HTMLBodyElement.cpp 71 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, imageValue.release()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 519 int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
520 int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
622 int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
623 int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CSSSelectorWatch.cpp 146 const CSSProperty callbackProperty(CSSPropertyInternalCallback, CSSPrimitiveValue::createIdentifier(CSSValueInternalPresence));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 664 RefPtr<Array<TypeBuilder::CSS::CSSProperty> > propertiesObject = Array<TypeBuilder::CSS::CSSProperty>::create();
678 RefPtr<TypeBuilder::CSS::CSSProperty> property = TypeBuilder::CSS::CSSProperty::create()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 295 m_fontFaceRule->mutableProperties().addParsedProperty(CSSProperty(CSSPropertySrc, list));

Completed in 683 milliseconds

1 2