HomeSort by relevance Sort by last modified time
    Searched refs:propertyIndex (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 346 for (int propertyIndex = 0; propertyIndex < mProperties.length; propertyIndex++) {
347 Property property = mProperties[propertyIndex];
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.h 135 virtual void setPropertyText(ErrorString*, const RefPtr<JSONObject>& styleId, int propertyIndex, const String& text, bool overwrite, RefPtr<TypeBuilder::CSS::CSSStyle>& result);
136 virtual void toggleProperty(ErrorString*, const RefPtr<JSONObject>& styleId, int propertyIndex, bool disable, RefPtr<TypeBuilder::CSS::CSSStyle>& result);
InspectorStyleSheet.h 198 bool setPropertyText(const InspectorCSSId&, unsigned propertyIndex, const String& text, bool overwrite, String* oldPropertyText, ExceptionState&);
199 bool toggleProperty(const InspectorCSSId&, unsigned propertyIndex, bool disable, ExceptionState&);
InspectorCSSAgent.cpp 368 SetPropertyTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, const String& text, bool overwrite)
371 , m_propertyIndex(propertyIndex)
428 TogglePropertyAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, bool disable)
431 , m_propertyIndex(propertyIndex)
    [all...]
InspectorStyleSheet.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CompositeAnimation.cpp 103 for (int propertyIndex = 0; propertyIndex < CSSPropertyAnimation::getNumProperties(); ++propertyIndex) {
107 prop = CSSPropertyAnimation::getPropertyAtIndex(propertyIndex, isShorthand);
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 535 private void throwIfDefaultAlreadySpecified(int propertyIndex) {
536 if (mPrototype.mDefaults[propertyIndex] != DEFAULT_UNDEFINED) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 386 int propertyIndex = getPropertyIndex(event.y);
387 if (propertyIndex >= m_properties.size()) {
391 setActivePropertyInfo(m_properties.get(propertyIndex));
494 int propertyIndex = getPropertyIndex(event.y);
496 if (propertyIndex < m_properties.size()) {
497 PropertyInfo propertyInfo = m_properties.get(propertyIndex);
499 int y = (propertyIndex - m_selection) * m_rowHeight;
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.cpp 131 target->setProperty(info->propertyIndex(), scriptValue);
474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
478 target->setProperty(info->propertyIndex(), scriptValue);
764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
772 target->setProperty(info->propertyIndex(), scriptValue);
SkMemberInfo.cpp 127 displayable->getProperty(propertyIndex(), &value);
316 displayable->setProperty(propertyIndex(), scriptValue);
367 displayable->setProperty(propertyIndex(), scriptValue);
SkAnimator.cpp 323 bool success = element->getProperty(info->propertyIndex(), &scriptValue);
349 bool success = element->getProperty(info->propertyIndex(), &scriptValue);
579 element->setProperty(info->propertyIndex(), scriptValue);
604 element->setProperty(info->propertyIndex(), scriptValue);
SkDisplayXMLParser.cpp 155 displayable->setProperty(info->propertyIndex(), scriptValue);
SkMemberInfo.h 72 int propertyIndex() const {
SkDisplayable.cpp 515 setProperty(info->propertyIndex(), scriptValue);
SkAnimatorScript2.cpp 219 if (displayable->getProperty2(info->propertyIndex(), value) == false) {
  /external/skia/src/animator/
SkDisplayApply.cpp 131 target->setProperty(info->propertyIndex(), scriptValue);
474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
478 target->setProperty(info->propertyIndex(), scriptValue);
764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
772 target->setProperty(info->propertyIndex(), scriptValue);
SkMemberInfo.cpp 127 displayable->getProperty(propertyIndex(), &value);
316 displayable->setProperty(propertyIndex(), scriptValue);
367 displayable->setProperty(propertyIndex(), scriptValue);
SkAnimator.cpp 323 bool success = element->getProperty(info->propertyIndex(), &scriptValue);
349 bool success = element->getProperty(info->propertyIndex(), &scriptValue);
579 element->setProperty(info->propertyIndex(), scriptValue);
604 element->setProperty(info->propertyIndex(), scriptValue);
SkDisplayXMLParser.cpp 155 displayable->setProperty(info->propertyIndex(), scriptValue);
SkMemberInfo.h 72 int propertyIndex() const {
SkDisplayable.cpp 515 setProperty(info->propertyIndex(), scriptValue);
SkAnimatorScript2.cpp 219 if (displayable->getProperty2(info->propertyIndex(), value) == false) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSStyleModel.js 689 var propertyIndex = 0;
698 this[propertyIndex] = name;
700 ++propertyIndex;
702 this.length = propertyIndex;
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue);
  /external/skia/src/xml/
SkJSDisplayable.cpp 241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue);

Completed in 542 milliseconds

1 2