Home
last modified time | relevance | path

Searched defs:allProperties (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp191 Vector<InspectorStyleProperty> allProperties; in setPropertyText() local
315 Vector<InspectorStyleProperty> allProperties; in toggleProperty() local
336 …dexByOrdinal(unsigned ordinal, bool canUseSubsequent, Vector<InspectorStyleProperty>& allPropertie… in disabledIndexByOrdinal()
368 …pectorStyle::disableProperty(unsigned indexToDisable, Vector<InspectorStyleProperty>& allPropertie… in disableProperty()
398 …nspectorStyle::enableProperty(unsigned indexToEnable, Vector<InspectorStyleProperty>& allPropertie… in enableProperty()
/external/webkit/Source/WebCore/inspector/front-end/
DCSSStyleModel.js276 get allProperties() getter in WebInspector.CSSStyleDeclaration
/external/clang/lib/Parse/
DParseObjc.cpp369 SmallVector<Decl *, 16> allProperties; in ParseObjCInterfaceDeclList() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2228 Decl **allProperties, unsigned pNum, in ActOnAtEnd()