Searched refs:propertyCount (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DViewportStyleResolver.cpp59 unsigned propertyCount = propertySet->propertyCount(); local
60 if (!propertyCount)
H A DStylePropertySet.h85 unsigned propertyCount() const;
162 unsigned propertyCount() const { return m_arraySize; } function in class:WebCore::ImmutableStylePropertySet
192 unsigned propertyCount() const { return m_propertyVector.size(); } function in class:WebCore::MutableStylePropertySet
253 inline unsigned StylePropertySet::propertyCount() const function in class:WebCore::StylePropertySet
262 return !propertyCount();
H A DPropertySetCSSStyleDeclaration.cpp135 return m_propertySet->propertyCount();
140 if (i >= m_propertySet->propertyCount())
H A DStylePropertySet.cpp117 m_propertyVector.reserveInitialCapacity(other.propertyCount());
118 for (unsigned i = 0; i < other.propertyCount(); ++i)
778 unsigned size = propertyCount();
1025 unsigned size = other->propertyCount();
1032 unsigned size = propertyCount();
1039 unsigned size = propertyCount();
1127 for (int n = propertyCount() - 1 ; n >= 0; --n) {
H A DStyleResolver.cpp1033 unsigned propertyCount = styleDeclaration->propertyCount(); local
1034 for (unsigned i = 0; i < propertyCount; ++i) {
1648 unsigned propertyCount = properties->propertyCount(); local
1649 for (unsigned i = 0; i < propertyCount; ++i) {
2145 for (unsigned i = 0; i < resultSet->propertyCount(); i++) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DWatchExpressionsSidebarPane.js156 // propertyCount variable.
162 if (properties.length == propertyCount) {
187 var propertyCount = 0; variable
191 ++propertyCount;
204 if (!propertyCount) {
215 this.expanded = (propertyCount != 0);
H A DObjectPropertiesSection.js625 * @param {number} propertyCount
627 WebInspector.ArrayGroupingTreeElement = function(object, fromIndex, toIndex, propertyCount)
634 this._propertyCount = propertyCount;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.cpp606 unsigned propertyCount = nodeStyle->propertyCount(); local
607 for (unsigned i = 0; i < propertyCount; ++i)
659 if (difference->propertyCount() == m_mutableStyle->propertyCount())
699 unsigned propertyCount = m_mutableStyle->propertyCount(); local
700 for (unsigned i = 0; i < propertyCount; ++i) {
885 unsigned propertyCount = style->propertyCount(); local
1050 unsigned propertyCount = style->propertyCount(); local
1109 unsigned propertyCount = m_mutableStyle->propertyCount(); local
1126 unsigned propertyCount = style->propertyCount(); local
[all...]
H A DReplaceSelectionCommand.cpp522 } else if (newInlineStyle->style()->propertyCount() != inlineStyle->propertyCount())
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageSerializer.cpp329 unsigned propertyCount = styleDeclaration->propertyCount(); local
330 for (unsigned i = 0; i < propertyCount; ++i) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/publicapi/
H A Dtst_publicapi.cpp161 for (int i = meta->propertyOffset(); i < meta->propertyCount(); ++i)
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.cpp380 unsigned propertyCount = propertyData.size(); local
383 if (propertyCount < 2) {
389 if (propertyData.at(propertyCount - 1).name != bogusPropertyName) {
709 int propertyCount; local
710 if (!sourcePropertyData || !(propertyCount = sourcePropertyData->size())) {
730 while (propertyIndex < propertyCount) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructure.cpp629 size_t propertyCount = propertyTable()->size(); local
632 Vector<JSValue> values(propertyCount);
644 for (unsigned i = 0; i < propertyCount; i++)
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_instance.cpp199 for (i = 0; i < meta->propertyCount(); i++) {
H A Dqt_runtime.cpp221 size_t propertyCount = JSPropertyNameArrayGetCount(properties); local
223 for (size_t i = 0; i < propertyCount; ++i) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontQt.cpp260 if (range.format.propertyCount() && range.length)

Completed in 267 milliseconds