HomeSort by relevance Sort by last modified time
    Searched refs:propertyId (Results 1 - 21 of 21) 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)
58 CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
59 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID))
98 CSSPropertyID propertyId = CSSPropertyInvalid;
101 propertyId = CSSPropertyWebkitAnimation;
104 propertyId = CSSPropertyWebkitAnimationDelay;
107 propertyId = CSSPropertyWebkitAnimationDirection;
110 propertyId = CSSPropertyWebkitAnimationDuration
    [all...]
RuntimeCSSEnabled.cpp 142 size_t indexForProperty(CSSPropertyID propertyId)
144 RELEASE_ASSERT(propertyId >= firstCSSProperty && propertyId <= lastCSSProperty);
146 return static_cast<size_t>(propertyId - firstCSSProperty);
149 bool RuntimeCSSEnabled::isCSSPropertyEnabled(CSSPropertyID propertyId)
153 if (isInternalProperty(propertyId))
156 return propertySwitches().get(indexForProperty(propertyId));
159 void RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyID propertyId, bool enable)
161 size_t propertyIndex = indexForProperty(propertyId);
StylePropertyShorthandCustom.cpp 115 const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID propertyID)
117 switch (propertyID) {
129 return shorthandForProperty(propertyID);
145 bool isExpandedShorthandForAll(CSSPropertyID propertyId)
156 if (propertyId == CSSPropertyMarker || propertyId == CSSPropertyFont)
158 return shorthandForProperty(propertyId).length();
CSSComputedStyleDeclaration.cpp 588 static PassRefPtrWillBeRawPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer* layer, const RenderStyle& style)
592 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
597 ASSERT(propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
604 static PassRefPtrWillBeRawPtr<CSSValue> valueForPositionOffset(RenderStyle& style, CSSPropertyID propertyID, const RenderObject* renderer)
607 switch (propertyID) {
625 LayoutUnit containingBlockSize = (propertyID == CSSPropertyLeft || propertyID == CSSPropertyRight)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSTransitionData.h 27 , propertyId(id)
34 , propertyId(CSSPropertyInvalid)
41 , propertyId(CSSPropertyInvalid)
46 bool operator==(const TransitionProperty& other) const { return propertyType == other.propertyType && propertyId == other.propertyId && propertyString == other.propertyString; }
49 CSSPropertyID propertyId;
CSSAnimations.cpp 480 CSSPropertyID property = transitionProperty.propertyId;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uiautomationcore.h 48 typedef int PROPERTYID;
75 PROPERTYID propertyId,
113 PROPERTYID propertyId,
135 #define IRawElementProviderSimple_GetPropertyValue(This,propertyId,pRetVal) (This)->lpVtbl->GetPropertyValue(This,propertyId,pRetVal)
155 static FORCEINLINE HRESULT IRawElementProviderSimple_GetPropertyValue(IRawElementProviderSimple* This,PROPERTYID propertyId,VARIANT *pRetVal) {
156 return This->lpVtbl->GetPropertyValue(This,propertyId,pRetVal)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 119 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value)
121 return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(), propertyId, value);
CSSToStyleMap.cpp 50 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value)
52 return m_elementStyleResources.styleImage(m_state.document(), m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
218 void CSSToStyleMap::mapFillXPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) const
231 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPositionX || propertyID == CSSPropertyWebkitMaskPositionX);
242 void CSSToStyleMap::mapFillYPosition(CSSPropertyID propertyID, FillLayer* layer, CSSValue* value) const
255 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPositionY || propertyID == CSSPropertyWebkitMaskPositionY)
    [all...]
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 163 CSSPropertyID propertyId = static_cast<CSSPropertyID>(id);
164 if (RuntimeCSSEnabled::isCSSPropertyEnabled(propertyId))
165 propertyNames.append(getJSPropertyName(propertyId));
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 201 static inline bool isColorPropertyID(CSSPropertyID propertyId)
203 switch (propertyId) {
230 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
234 if (!isColorPropertyID(propertyId))
251 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
258 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
262 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers)
264 switch (propertyId) {
325 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
331 if (isCSSViewportParsingEnabledForMode(cssParserMode) || !isSimpleLengthPropertyID(propertyId, acceptsNegativeNumbers)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 62 CSSPropertyID propertyId = cssPropertyID(attrName.localName());
63 if (!propertyId && attrName == transform_originAttr) {
64 propertyId = CSSPropertyWebkitTransformOrigin; // cssPropertyID("-webkit-transform-origin")
65 } else if (propertyId == CSSPropertyTransformOrigin) {
66 propertyId = CSSPropertyWebkitTransformOrigin;
68 ASSERT(propertyId > 0);
69 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
777 CSSPropertyID propertyID = cssPropertyIdForSVGAttributeName(name);
778 if (propertyID > 0)
779 addPropertyToPresentationAttributeStyle(style, propertyID, value)
    [all...]
  /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);
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.h 361 extern drmModePropertyPtr drmModeGetProperty(int fd, uint32_t propertyId);
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 594 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1205 milliseconds