Searched defs:propertyCount (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DKeyframeList.cpp34 unsigned propertyCount = propertySet->propertyCount(); local
35 for (unsigned i = 0; i < propertyCount; ++i) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp56 unsigned propertyCount = propertySet->propertyCount(); local
57 if (!propertyCount)
67 for (unsigned i = 0; i < propertyCount; ++i)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DRuntimeCSSEnabled.cpp127 void RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(const CSSPropertyID* properties, size_t propertyCount, Vector<CSSPropertyID>& outVector) argument
129 for (unsigned i = 0; i < propertyCount; i++) {
H A DPageSerializer.cpp326 unsigned propertyCount = styleDeclaration->propertyCount(); local
327 for (unsigned i = 0; i < propertyCount; ++i) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h85 unsigned propertyCount() const;
151 unsigned propertyCount() const { return m_arraySize; } function in class:WebCore::ImmutableStylePropertySet
177 unsigned propertyCount() const { return m_propertyVector.size(); } function in class:WebCore::MutableStylePropertySet
240 inline unsigned StylePropertySet::propertyCount() const function in class:WebCore::StylePropertySet
249 return !propertyCount();
/external/chromium_org/third_party/WebKit/Source/devtools/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);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp637 unsigned propertyCount = nodeStyle->propertyCount(); local
638 for (unsigned i = 0; i < propertyCount; ++i)
683 if (difference->propertyCount() == m_mutableStyle->propertyCount())
729 unsigned propertyCount = m_mutableStyle->propertyCount(); local
730 for (unsigned i = 0; i < propertyCount; ++i) {
912 unsigned propertyCount = style->propertyCount(); local
1094 unsigned propertyCount = style->propertyCount(); local
1150 unsigned propertyCount = m_mutableStyle->propertyCount(); local
1167 unsigned propertyCount = style->propertyCount(); local
[all...]
/external/chromium_org/v8/src/
H A Dd8.js1282 result += value.propertyCount();
1286 for (var i = 0; i < value.propertyCount(); i++) {
1927 ProtocolValue.prototype.propertyCount = function() {
1948 for (var i = 0; i < this.propertyCount(); i++) {
/external/v8/src/
H A Dd8.js1640 result += value.propertyCount();
1644 for (var i = 0; i < value.propertyCount(); i++) {
2544 ProtocolValue.prototype.propertyCount = function() {
2565 for (var i = 0; i < this.propertyCount(); i++) {
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DSerializedScriptValue.cpp1184 static bool shouldSerializeDensely(uint32_t length, uint32_t propertyCount) argument
1187 // Cost of serializing sparsely: 5*propertyCount + K (5 bytes per uint32_t key)
1188 // Cost of serializing densely: K + 1*(length - propertyCount) (1 byte for all properties that are not there)
1189 // so densely is better than sparsly whenever 6*propertyCount > length
1190 return 6 * propertyCount >= length;
/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 ...

Completed in 350 milliseconds