Home
last modified time | relevance | path

Searched refs:propertyIndex (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCompositeAnimation.cpp101 …for (int propertyIndex = 0; propertyIndex < CSSPropertyAnimation::getNumProperties(); ++propertyIn… in updateTransitions() local
105 prop = CSSPropertyAnimation::getPropertyAtIndex(propertyIndex, isShorthand); in updateTransitions()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java386 int propertyIndex = getPropertyIndex(event.y); in handleMouseDown() local
387 if (propertyIndex >= m_properties.size()) { in handleMouseDown()
391 setActivePropertyInfo(m_properties.get(propertyIndex)); in handleMouseDown()
494 int propertyIndex = getPropertyIndex(event.y); in updateTooltip() local
496 if (propertyIndex < m_properties.size()) { in updateTooltip()
497 PropertyInfo propertyInfo = m_properties.get(propertyIndex); in updateTooltip()
499 int y = (propertyIndex - m_selection) * m_rowHeight; in updateTooltip()
/external/skia/src/animator/
DSkDisplayApply.cpp131 target->setProperty(info->propertyIndex(), scriptValue); in applyValues()
474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue); in endSave()
478 target->setProperty(info->propertyIndex(), scriptValue); in endSave()
764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue); in save()
772 target->setProperty(info->propertyIndex(), scriptValue); in save()
DSkAnimator.cpp323 bool success = element->getProperty(info->propertyIndex(), &scriptValue); in getInt()
349 bool success = element->getProperty(info->propertyIndex(), &scriptValue); in getScalar()
579 element->setProperty(info->propertyIndex(), scriptValue); in setInt()
604 element->setProperty(info->propertyIndex(), scriptValue); in setScalar()
DSkMemberInfo.cpp127 displayable->getProperty(propertyIndex(), &value); in getString()
316 displayable->setProperty(propertyIndex(), scriptValue); in setValue()
367 displayable->setProperty(propertyIndex(), scriptValue); in writeValue()
DSkDisplayXMLParser.cpp155 displayable->setProperty(info->propertyIndex(), scriptValue); in onAddAttributeLen()
DSkMemberInfo.h72 int propertyIndex() const { in propertyIndex() function
DSkDisplayable.cpp515 setProperty(info->propertyIndex(), scriptValue); in setReference()
DSkAnimatorScript2.cpp219 if (displayable->getProperty2(info->propertyIndex(), value) == false) { in invoke()
DSkAnimatorScript.cpp287 if (displayable->getProperty(info->propertyIndex(), value) == false) { in EvalMember()
/external/chromium_org/third_party/skia/src/animator/
DSkDisplayApply.cpp131 target->setProperty(info->propertyIndex(), scriptValue); in applyValues()
474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue); in endSave()
478 target->setProperty(info->propertyIndex(), scriptValue); in endSave()
764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue); in save()
772 target->setProperty(info->propertyIndex(), scriptValue); in save()
DSkAnimator.cpp323 bool success = element->getProperty(info->propertyIndex(), &scriptValue); in getInt()
349 bool success = element->getProperty(info->propertyIndex(), &scriptValue); in getScalar()
579 element->setProperty(info->propertyIndex(), scriptValue); in setInt()
604 element->setProperty(info->propertyIndex(), scriptValue); in setScalar()
DSkMemberInfo.cpp127 displayable->getProperty(propertyIndex(), &value); in getString()
316 displayable->setProperty(propertyIndex(), scriptValue); in setValue()
367 displayable->setProperty(propertyIndex(), scriptValue); in writeValue()
DSkMemberInfo.h72 int propertyIndex() const { in propertyIndex() function
DSkDisplayXMLParser.cpp155 displayable->setProperty(info->propertyIndex(), scriptValue); in onAddAttributeLen()
DSkDisplayable.cpp515 setProperty(info->propertyIndex(), scriptValue); in setReference()
DSkAnimatorScript2.cpp219 if (displayable->getProperty2(info->propertyIndex(), value) == false) { in invoke()
DSkAnimatorScript.cpp287 if (displayable->getProperty(info->propertyIndex(), value) == false) { in EvalMember()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.h143 …virtual void setPropertyText(ErrorString*, const RefPtr<JSONObject>& styleId, int propertyIndex, c…
144 …virtual void toggleProperty(ErrorString*, const RefPtr<JSONObject>& styleId, int propertyIndex, bo…
DInspectorStyleSheet.h198 …bool setPropertyText(const InspectorCSSId&, unsigned propertyIndex, const String& text, bool overw…
199 … bool toggleProperty(const InspectorCSSId&, unsigned propertyIndex, bool disable, ExceptionState&);
DInspectorStyleSheet.cpp892 int propertyIndex = 0; in newLineAndWhitespaceDelimiters() local
895 while (propertyIndex < propertyCount) { in newLineAndWhitespaceDelimiters()
896 … const WebCore::CSSPropertySourceData& currentProperty = sourcePropertyData->at(propertyIndex++); in newLineAndWhitespaceDelimiters()
913 ++propertyIndex; in newLineAndWhitespaceDelimiters()
1345 bool InspectorStyleSheet::setPropertyText(const InspectorCSSId& id, unsigned propertyIndex, const S… in setPropertyText() argument
1353 …bool success = inspectorStyle->setPropertyText(propertyIndex, text, overwrite, oldText, exceptionS… in setPropertyText()
1359 bool InspectorStyleSheet::toggleProperty(const InspectorCSSId& id, unsigned propertyIndex, bool dis… in toggleProperty() argument
1367 bool success = inspectorStyle->toggleProperty(propertyIndex, disable, exceptionState); in toggleProperty()
DInspectorCSSAgent.cpp414 …nspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, const String&… in SetPropertyTextAction() argument
417 , m_propertyIndex(propertyIndex) in SetPropertyTextAction()
474 …InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, bool disable) in TogglePropertyAction() argument
477 , m_propertyIndex(propertyIndex) in TogglePropertyAction()
1153 …(ErrorString* errorString, const RefPtr<JSONObject>& fullStyleId, int propertyIndex, const String&… in setPropertyText() argument
1163 …m(adoptPtr(new SetPropertyTextAction(inspectorStyleSheet, compoundId, propertyIndex, text, overwri… in setPropertyText()
1169 …(ErrorString* errorString, const RefPtr<JSONObject>& fullStyleId, int propertyIndex, bool disable,… in toggleProperty() argument
1179 …rm(adoptPtr(new TogglePropertyAction(inspectorStyleSheet, compoundId, propertyIndex, disable)), ex… in toggleProperty()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSStyleModel.js765 var propertyIndex = 0;
774 this[propertyIndex] = name;
776 ++propertyIndex;
778 this.length = propertyIndex;
/external/chromium_org/third_party/skia/src/xml/
DSkJSDisplayable.cpp241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue); in GetProperty()
/external/skia/src/xml/
DSkJSDisplayable.cpp241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue); in GetProperty()

12