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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 35 StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited)
36 : m_propertyID(propertyID)
57 CSSProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
58 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID))
61 ASSERT((propertyID == CSSPropertyVariable) == (m_value && m_value->isVariableValue()));
96 CSSPropertyID propertyId = CSSPropertyInvalid;
99 propertyId = CSSPropertyWebkitAnimation;
102 propertyId = CSSPropertyWebkitAnimationDelay;
105 propertyId = CSSPropertyWebkitAnimationDirection
    [all...]
RuntimeCSSEnabled.cpp 142 size_t indexForProperty(CSSPropertyID propertyId)
144 RELEASE_ASSERT(propertyId >= 0 && propertyId <= lastCSSProperty);
145 ASSERT(propertyId != CSSPropertyInvalid);
146 return static_cast<size_t>(propertyId);
149 bool RuntimeCSSEnabled::isCSSPropertyEnabled(CSSPropertyID propertyId)
153 if (isInternalProperty(propertyId))
156 return propertySwitches()[indexForProperty(propertyId)];
159 void RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyID propertyId, bool enable)
161 propertySwitches()[indexForProperty(propertyId)] = enable
    [all...]
CSSParser-in.cpp 291 static inline bool isColorPropertyID(CSSPropertyID propertyId)
293 switch (propertyId) {
320 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
324 if (!isColorPropertyID(propertyId))
341 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
348 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
352 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers)
354 switch (propertyId) {
416 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
422 if (isCSSViewportParsingEnabledForMode(cssParserMode) || !isSimpleLengthPropertyID(propertyId, acceptsNegativeNumbers)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 108 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value)
110 return m_elementStyleResources.styleImage(document().textLinkColors(), style()->color(), propertyId, value);
CSSToStyleMap.cpp 55 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value)
57 return m_elementStyleResources.styleImage(m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
226 void CSSToStyleMap::mapFillXPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) const
239 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPositionX || propertyID == CSSPropertyWebkitMaskPositionX);
251 void CSSToStyleMap::mapFillYPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) const
264 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPositionY || propertyID == CSSPropertyWebkitMaskPositionY)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 149 CSSPropertyID propertyID = cssPropertyID(propName);
150 if (propertyID && RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) {
152 propInfo->propID = propertyID;
169 CSSPropertyID propertyId = static_cast<CSSPropertyID>(id);
170 if (RuntimeCSSEnabled::isCSSPropertyEnabled(propertyId))
171 propertyNames.append(getJSPropertyName(propertyId));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 454 public void firePropertyChange(int propertyId) {
455 super.firePropertyChange(propertyId);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 66 CSSPropertyID propertyId = cssPropertyID(attrName.localName());
67 if (!propertyId && attrName == transform_originAttr)
68 propertyId = CSSPropertyWebkitTransformOrigin; // cssPropertyID("-webkit-transform-origin")
69 ASSERT(propertyId > 0);
70 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
292 CSSPropertyID propertyID = SVGElement::cssPropertyIdForSVGAttributeName(attr->name());
293 style->setProperty(propertyID, attr->value());
294 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(propertyID);
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 740 CSSPropertyID propertyId = cssPropertyID(name);
742 String canonicalPropertyName = propertyId ? getPropertyNameString(propertyId) : name;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 103 bool RenderBoxModelObject::startTransition(double timeOffset, CSSPropertyID propertyId, const RenderStyle* fromStyle, const RenderStyle* toStyle)
107 return layer()->compositedLayerMapping()->startTransition(timeOffset, propertyId, fromStyle, toStyle);
110 void RenderBoxModelObject::transitionPaused(double timeOffset, CSSPropertyID propertyId)
114 layer()->compositedLayerMapping()->transitionPaused(timeOffset, propertyId);
117 void RenderBoxModelObject::transitionFinished(CSSPropertyID propertyId)
121 layer()->compositedLayerMapping()->transitionFinished(propertyId);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 552 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 151 milliseconds