Home
last modified time | relevance | path

Searched defs:propertyCount (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h155 unsigned propertyCount() const { return m_arraySize; } in propertyCount() function
189 unsigned propertyCount() const { return m_propertyVector.size(); } in propertyCount() function
281 inline unsigned StylePropertySet::propertyCount() const in propertyCount() function
DRuntimeCSSEnabled.cpp164 …erEnabledCSSPropertiesIntoVector(const CSSPropertyID* properties, size_t propertyCount, Vector<CSS… in filterEnabledCSSPropertiesIntoVector()
DStylePropertySet.cpp572 const size_t propertyCount = propertySet->propertyCount(); in create() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DKeyframeList.cpp35 unsigned propertyCount = propertySet->propertyCount(); in addProperties() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp67 unsigned propertyCount = propertySet->propertyCount(); in addViewportRule() local
DStyleResolver.cpp1277 unsigned propertyCount = properties->propertyCount(); in applyProperties() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp649 unsigned propertyCount = nodeStyle->propertyCount(); in removeStyleConflictingWithStyleOfNode() local
744 unsigned propertyCount = m_mutableStyle->propertyCount(); in conflictsWithInlineStyleOfElement() local
931 unsigned propertyCount = style->propertyCount(); in elementIsStyledSpanOrHTMLEquivalent() local
1113 unsigned propertyCount = style->propertyCount(); in mergeStyle() local
1166 unsigned propertyCount = m_mutableStyle->propertyCount(); in mergeStyleFromRulesForSerialization() local
1183 unsigned propertyCount = style->propertyCount(); in removePropertiesInStyle() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp342 unsigned propertyCount = styleDeclaration->propertyCount(); in retrieveResourcesForProperties() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DObjectPropertiesSection.js688 WebInspector.ArrayGroupingTreeElement = function(object, fromIndex, toIndex, propertyCount) argument
/external/chromium_org/v8/src/
Dd8.js1927 ProtocolValue.prototype.propertyCount = function() { method in ProtocolValue
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp558 unsigned propertyCount = propertyData.size(); in setPropertyText() local
875 int propertyCount; in newLineAndWhitespaceDelimiters() local
/external/v8/src/
Dd8.js2544 ProtocolValue.prototype.propertyCount = function() { method in ProtocolValue
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DSerializedScriptValue.cpp1166 static bool shouldSerializeDensely(uint32_t length, uint32_t propertyCount) in shouldSerializeDensely()