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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp67 unsigned propertyCount = propertySet.propertyCount(); local
68 if (!propertyCount)
81 for (unsigned i = 0; i < propertyCount; ++i)
H A DStyleResolver.cpp1315 unsigned propertyCount = properties->propertyCount(); local
1316 for (unsigned i = 0; i < propertyCount; ++i) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h89 unsigned propertyCount() const;
156 unsigned propertyCount() const { return m_arraySize; } function in class:blink::ImmutableStylePropertySet
193 unsigned propertyCount() const { return m_propertyVector.size(); } function in class:blink::MutableStylePropertySet
270 inline unsigned StylePropertySet::propertyCount() const function in class:blink::StylePropertySet
279 return !propertyCount();
H A DStylePropertySet.cpp133 m_propertyVector.reserveInitialCapacity(other.propertyCount());
134 for (unsigned i = 0; i < other.propertyCount(); ++i)
369 unsigned size = other->propertyCount();
382 unsigned size = propertyCount();
H A DPropertySetCSSStyleDeclaration.cpp147 return propertySet().propertyCount();
152 if (i >= propertySet().propertyCount())
H A DStylePropertySerializer.cpp67 unsigned size = m_propertySet.propertyCount();
/external/chromium_org/content/browser/resources/media/
H A Dmain.js155 var propertyCount = 0;
170 propertyCount += 1;
173 if (propertyCount === 0) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DWatchExpressionsSidebarPane.js162 // propertyCount variable.
168 if (properties.length == propertyCount) {
193 var propertyCount = 0; variable
197 ++propertyCount;
213 if (!propertyCount) {
224 this.expanded = (propertyCount != 0);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp650 unsigned propertyCount = nodeStyle->propertyCount(); local
651 for (unsigned i = 0; i < propertyCount; ++i)
699 if (difference->propertyCount() == m_mutableStyle->propertyCount())
745 unsigned propertyCount = m_mutableStyle->propertyCount(); local
746 for (unsigned i = 0; i < propertyCount; ++i) {
932 unsigned propertyCount = style->propertyCount(); local
1115 unsigned propertyCount = style->propertyCount(); local
1168 unsigned propertyCount = m_mutableStyle->propertyCount(); local
1185 unsigned propertyCount = style->propertyCount(); local
[all...]
H A DReplaceSelectionCommand.cpp540 } else if (newInlineStyle->style()->propertyCount() != inlineStyle->propertyCount()) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp349 unsigned propertyCount = styleDeclaration->propertyCount(); local
350 for (unsigned i = 0; i < propertyCount; ++i) {
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DStringKeyframe.cpp37 for (unsigned i = 0; i < m_propertySet->propertyCount(); ++i)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.cpp545 unsigned propertyCount = propertyData.size();
548 if (propertyCount < 2)
552 if (propertyData.at(propertyCount - 1).name != bogusPropertyName)
752 int propertyCount = sourcePropertyData ? sourcePropertyData->size() : 0;
753 if (!propertyCount) {
772 while (propertyIndex < propertyCount) {
1130 unsigned propertyCount = propertyData.size();
1133 if (propertyCount != 1)
/external/chromium_org/v8/src/
H A Dd8.js1255 result += value.propertyCount();
1259 for (var i = 0; i < value.propertyCount(); i++) {
1900 ProtocolValue.prototype.propertyCount = function() {
1921 for (var i = 0; i < this.propertyCount(); i++) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPropertiesSection.js787 * @param {number} propertyCount
789 WebInspector.ArrayGroupingTreeElement = function(object, fromIndex, toIndex, propertyCount)
798 this._propertyCount = propertyCount;
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java184 int propertyCount = obj.getPropertyCount();
187 for (int i = 0; i < propertyCount && !propertyFound; i++) {
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp109 for (unsigned j = 0; j < properties.propertyCount(); j++) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp1425 static bool shouldSerializeDensely(uint32_t length, uint32_t propertyCount) argument
1428 // Cost of serializing sparsely: 5*propertyCount + K (5 bytes per uint32_t key)
1429 // Cost of serializing densely: K + 1*(length - propertyCount) (1 byte for all properties that are not there)
1430 // so densely is better than sparsly whenever 6*propertyCount > length
1431 return 6 * propertyCount >= length;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp2810 for (unsigned i = 0; i < style->propertyCount(); ++i) {
2820 for (unsigned i = 0; i < style.propertyCount(); ++i) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 518 milliseconds