Searched refs:allProperties (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
D | InspectorStyleSheet.cpp | 191 Vector<InspectorStyleProperty> allProperties; in setPropertyText() local 192 populateAllProperties(&allProperties); in setPropertyText() 219 ASSERT(index < allProperties.size()); in setPropertyText() 220 InspectorStyleProperty& property = allProperties.at(index); in setPropertyText() 235 unsigned disabledIndex = disabledIndexByOrdinal(index, false, allProperties); in setPropertyText() 263 if (index < allProperties.size()) { in setPropertyText() 264 InspectorStyleProperty& property = allProperties.at(index); in setPropertyText() 297 … shiftDisabledProperties(disabledIndexByOrdinal(index, true, allProperties), propertyLengthDelta); in setPropertyText() 315 Vector<InspectorStyleProperty> allProperties; in toggleProperty() local 316 populateAllProperties(&allProperties); in toggleProperty() [all …]
|
D | InspectorStyleSheet.h | 138 …xByOrdinal(unsigned ordinal, bool canUseSubsequent, Vector<InspectorStyleProperty>& allProperties); 141 bool disableProperty(unsigned indexToDisable, Vector<InspectorStyleProperty>& allProperties); 142 bool enableProperty(unsigned indexToEnable, Vector<InspectorStyleProperty>& allProperties);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | CSSStyleModel.js | 276 get allProperties() getter in WebInspector.CSSStyleDeclaration 364 return (index < this.allProperties.length) ? this.allProperties[index] : null; 369 for (var i = this.allProperties.length - 1; i >= 0; --i) { 370 var property = this.allProperties[i]; 403 this.insertPropertyAt(this.allProperties.length, name, value, userCallback); 525 var newProperty = style.allProperties[this.index];
|
D | MetricsSidebarPane.js | 291 var allProperties = this.inlineStyle.allProperties; 292 for (var i = 0; i < allProperties.length; ++i) { 293 var property = allProperties[i];
|
D | StylesSidebarPane.js | 323 var allProperties = style.allProperties; 324 for (var j = 0; j < allProperties.length; ++j) { 325 var property = allProperties[j]; 367 var allProperties = style.allProperties; 368 for (var j = 0; j < allProperties.length; ++j) { 369 var property = allProperties[j]; 459 var properties = style.allProperties; 760 var allProperties = style.allProperties; 761 for (var i = 0; i < allProperties.length; ++i) 762 this.uniqueProperties.push(allProperties[i]); [all …]
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 320 llvm::SmallVector<Decl *, 16> allProperties; in ParseObjCInterfaceDeclList() local 438 ObjCPropertyCallback Callback(*this, interfaceDecl, allProperties, in ParseObjCInterfaceDeclList() 464 allProperties.data(), allProperties.size(), in ParseObjCInterfaceDeclList()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2015 Decl **allProperties, unsigned pNum, in ActOnAtEnd() argument
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5013 Decl **allProperties = 0, unsigned pNum = 0,
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 14949 (WebInspector.CSSStyleDeclaration.prototype.get allProperties): 23968 (WebInspector.CSSStyleDeclaration.prototype.get allProperties):
|