/external/webkit/WebCore/wml/ |
D | WMLTimerElement.cpp | 58 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/ |
D | HTMLTableCellElement.cpp | 97 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()
|
D | HTMLImageElement.cpp | 94 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()
|
D | HTMLLIElement.cpp | 56 m_requestedValue = attr->value().toInt(); in parseMappedAttribute() 121 return getAttribute(valueAttr).toInt(); in value()
|
D | HTMLTableColElement.cpp | 80 _span = !attr->isNull() ? attr->value().toInt() : 1; in parseMappedAttribute() 88 int newWidth = width().toInt(); in parseMappedAttribute()
|
D | HTMLHRElement.cpp | 73 int v = attr->value().toInt(&ok); in parseMappedAttribute() 94 int size = si->toInt(); in parseMappedAttribute()
|
D | HTMLBaseFontElement.cpp | 40 return getAttribute(sizeAttr).toInt(); in size()
|
D | HTMLFrameElementBase.cpp | 125 m_marginWidth = attr->value().toInt(); in parseMappedAttribute() 128 m_marginHeight = attr->value().toInt(); in parseMappedAttribute()
|
D | HTMLDataGridCellElement.cpp | 86 return getAttribute(progressAttr).toInt(); in progress()
|
D | HTMLPreElement.cpp | 67 return getAttribute(widthAttr).toInt(); in width()
|
D | HTMLFrameElement.cpp | 79 m_frameBorder = attr->value().toInt(); in parseMappedAttribute()
|
D | HTMLCanvasElement.cpp | 182 int w = getAttribute(widthAttr).toInt(&ok); in reset() 185 int h = getAttribute(heightAttr).toInt(&ok); in reset()
|
D | HTMLOListElement.cpp | 67 int start = attr->value().toInt(&canParse); in parseMappedAttribute()
|
D | HTMLFrameSetElement.cpp | 103 if (attr->value().toInt() == 0) { in parseMappedAttribute() 116 m_border = attr->value().toInt(); in parseMappedAttribute()
|
D | HTMLTextAreaElement.cpp | 153 int rows = attr->value().toInt(); in parseMappedAttribute() 162 int cols = attr->value().toInt(); in parseMappedAttribute()
|
D | HTMLObjectElement.cpp | 372 return getAttribute(hspaceAttr).toInt(); in hspace() 412 return getAttribute(vspaceAttr).toInt(); in vspace()
|
D | HTMLIFrameElement.cpp | 83 if (!attr->isNull() && !attr->value().toInt()) in parseMappedAttribute()
|
D | HTMLDataGridColElement.cpp | 109 return getAttribute(sortableAttr).toInt(0); in sortable()
|
/external/webkit/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 713 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/ |
D | CSSSelector.cpp | 550 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/ |
D | Settings.cpp | 427 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/ |
D | AtomicString.h | 86 int toInt(bool* ok = 0) const { return m_string.toInt(ok); }
|
/external/webkit/WebCore/dom/ |
D | InputElement.cpp | 238 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/ |
D | SVGFEDiffuseLightingElement.cpp | 63 setDiffuseConstantBaseValue(value.toInt()); in parseMappedAttribute()
|
/external/webkit/JavaScriptCore/parser/ |
D | ResultType.h | 168 int toInt() in toInt() function
|