HomeSort by relevance Sort by last modified time
    Searched refs:isImportant (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParserObserver.h 61 virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParserError) = 0;
BisonCSSParser-in.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 46 String StylePropertySerializer::getPropertyText(CSSPropertyID propertyID, const String& value, bool isImportant, bool isNotFirstDecl) const
54 if (isImportant)
241 result.append(getPropertyText(propertyID, value, property.isImportant(), numDecls++));
455 if (top.isImportant() != right.isImportant() || right.isImportant() != bottom.isImportant() || bottom.isImportant() != left.isImportant())
    [all...]
StylePropertySerializer.h 50 String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
StylePropertySet.cpp 230 return propertyAt(foundPropertyIndex).isImportant();
317 m_propertyVector.append(CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit));
325 *toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit);
358 if (!propertyIsImportant(property.id()) || property.isImportant())
459 // Not quite sure if the isImportant test is needed but it matches the existing behavior.
460 if (!property.isImportant() && containsId(set, length, property.id()))
607 if (isImportant())
CSSProperty.h 75 bool isImportant() const { return m_metadata.m_important; }
StylePropertySet.h 66 bool isImportant() const { return propertyMetadata().m_important; }
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 251 void applyProperties(StyleResolverState&, const StylePropertySet* properties, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
StyleResolver.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 338 public boolean isImportant() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 113 return buildElement.isImportant();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 266 void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParserError errorType)
291 CSSPropertySourceData(name, value, isImportant, false, isParsed, SourceRange(start, end)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 504 milliseconds