Home
last modified time | relevance | path

Searched refs:toInt (Results 1 – 25 of 61) sorted by relevance

123

/external/webkit/WebCore/wml/
DWMLTimerElement.cpp58 if (value().toInt() <= 0) in insertedIntoDocument()
122 interval = pageState->getVariable(m_name).toInt(); in start()
126 interval = value().toInt(); in start()
/external/webkit/WebCore/html/
DHTMLTableCellElement.cpp97 rSpan = !attr->isNull() ? attr->value().toInt() : 1; in parseMappedAttribute()
102 cSpan = !attr->isNull() ? attr->value().toInt() : 1; in parseMappedAttribute()
114 int widthInt = attr->value().toInt(); in parseMappedAttribute()
120 int heightInt = attr->value().toInt(); in parseMappedAttribute()
DHTMLImageElement.cpp94 addCSSLength(attr, CSSPropertyBorderWidth, attr->value().toInt() ? attr->value() : "0"); in parseMappedAttribute()
215 int width = getAttribute(widthAttr).toInt(&ok); in width()
239 int height = getAttribute(heightAttr).toInt(&ok); in height()
336 return getAttribute(hspaceAttr).toInt(); in hspace()
397 return getAttribute(vspaceAttr).toInt(); in vspace()
DHTMLLIElement.cpp56 m_requestedValue = attr->value().toInt(); in parseMappedAttribute()
121 return getAttribute(valueAttr).toInt(); in value()
DHTMLTableColElement.cpp80 _span = !attr->isNull() ? attr->value().toInt() : 1; in parseMappedAttribute()
88 int newWidth = width().toInt(); in parseMappedAttribute()
DHTMLHRElement.cpp73 int v = attr->value().toInt(&ok); in parseMappedAttribute()
94 int size = si->toInt(); in parseMappedAttribute()
DHTMLBaseFontElement.cpp40 return getAttribute(sizeAttr).toInt(); in size()
DHTMLFrameElementBase.cpp125 m_marginWidth = attr->value().toInt(); in parseMappedAttribute()
128 m_marginHeight = attr->value().toInt(); in parseMappedAttribute()
DHTMLDataGridCellElement.cpp86 return getAttribute(progressAttr).toInt(); in progress()
DHTMLPreElement.cpp67 return getAttribute(widthAttr).toInt(); in width()
DHTMLFrameElement.cpp79 m_frameBorder = attr->value().toInt(); in parseMappedAttribute()
DHTMLCanvasElement.cpp182 int w = getAttribute(widthAttr).toInt(&ok); in reset()
185 int h = getAttribute(heightAttr).toInt(&ok); in reset()
DHTMLOListElement.cpp67 int start = attr->value().toInt(&canParse); in parseMappedAttribute()
DHTMLFrameSetElement.cpp103 if (attr->value().toInt() == 0) { in parseMappedAttribute()
116 m_border = attr->value().toInt(); in parseMappedAttribute()
DHTMLTextAreaElement.cpp153 int rows = attr->value().toInt(); in parseMappedAttribute()
162 int cols = attr->value().toInt(); in parseMappedAttribute()
DHTMLObjectElement.cpp372 return getAttribute(hspaceAttr).toInt(); in hspace()
412 return getAttribute(vspaceAttr).toInt(); in vspace()
DHTMLIFrameElement.cpp83 if (!attr->isNull() && !attr->value().toInt()) in parseMappedAttribute()
DHTMLDataGridColElement.cpp109 return getAttribute(sortableAttr).toInt(0); in sortable()
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp713 QCOMPARE(ret.toInt(), 123); in getSetStaticProperty()
742 QCOMPARE(vl.at(0).toInt(), 123); in getSetStaticProperty()
858 QCOMPARE(v.toInt(), 123); in getSetStaticProperty()
966 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toInt(), 123); in Q_DECLARE_METATYPE()
972 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toInt(), 123); in Q_DECLARE_METATYPE()
1034 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toInt(), 123); in Q_DECLARE_METATYPE()
1035 QCOMPARE(m_myObject->qtFunctionActuals().at(1).toInt(), 456); in Q_DECLARE_METATYPE()
1056 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toInt(), 123); in Q_DECLARE_METATYPE()
1057 QCOMPARE(m_myObject->qtFunctionActuals().at(1).toInt(), 456); in Q_DECLARE_METATYPE()
1086 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toInt(), 123); in Q_DECLARE_METATYPE()
[all …]
/external/webkit/WebCore/css/
DCSSSelector.cpp550 m_a = argument.substring(0, n).toInt(); in parseNth()
554 m_a = argument.substring(0, n).toInt(); in parseNth()
558 m_b = argument.substring(p + 1, argument.length() - p - 1).toInt(); in parseNth()
561 m_b = -argument.substring(p + 1, argument.length() - p - 1).toInt(); in parseNth()
564 m_b = argument.toInt(); in parseNth()
/external/webkit/WebCore/page/
DSettings.cpp427 int width = value.toInt(); in setMetadataSettings()
444 int height = value.toInt(); in setMetadataSettings()
480 int dpi = value.toInt(); in setMetadataSettings()
/external/webkit/WebCore/platform/text/
DAtomicString.h86 int toInt(bool* ok = 0) const { return m_string.toInt(ok); }
/external/webkit/WebCore/dom/
DInputElement.cpp238 data.setSize(attribute->isNull() ? InputElement::s_defaultSize : attribute->value().toInt()); in parseSizeAttribute()
246 … int maxLength = attribute->isNull() ? InputElement::s_maximumLength : attribute->value().toInt(); in parseMaxLengthAttribute()
/external/webkit/WebCore/svg/
DSVGFEDiffuseLightingElement.cpp63 setDiffuseConstantBaseValue(value.toInt()); in parseMappedAttribute()
/external/webkit/JavaScriptCore/parser/
DResultType.h168 int toInt() in toInt() function

123