Searched refs:toInt (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGridTemplateAreasValue.cpp58 if (row >= coordinate.rows.resolvedInitialPosition.toInt() && row <= coordinate.rows.resolvedFinalPosition.toInt())
64 if (column >= coordinate.columns.resolvedInitialPosition.toInt() && column <= coordinate.columns.resolvedFinalPosition.toInt() && candidates.contains(it.key))
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableColElement.cpp68 int newSpan = value.toInt();
76 int newWidth = width().toInt();
H A DHTMLTableCellElement.cpp55 return std::max(1, colSpanValue.toInt());
61 return std::max(1, std::min(rowSpanValue.toInt(), maxRowspan));
91 int widthInt = value.toInt();
97 int heightInt = value.toInt();
H A DHTMLMarqueeElement.cpp127 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok);
142 int scrollDelay = fastGetAttribute(scrolldelayAttr).toInt(&ok);
157 int loopValue = fastGetAttribute(loopAttr).toInt(&ok);
H A DHTMLHRElement.cpp75 int v = value.toInt(&ok);
94 int size = si->toInt();
H A DHTMLFrameElement.cpp80 m_frameBorder = value.toInt();
H A DHTMLFrameElementBase.cpp106 m_marginWidth = value.toInt();
109 m_marginHeight = value.toInt();
H A DHTMLIFrameElement.cpp69 if (!value.toInt()) {
H A DHTMLLIElement.cpp118 int requestedValue = value.toInt(&valueOK);
H A DHTMLOListElement.cpp86 int parsedStart = value.toInt(&canParse);
H A DTypeAhead.cpp114 int index = m_buffer.toString().toInt(&ok);
H A DMediaFragmentURIParser.cpp272 int value1 = digits1.toInt();
299 int value2 = digits2.toInt();
313 value3 = digits3.toInt();
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DGridCoordinate.h62 return resolvedFinalPosition.toInt() - resolvedInitialPosition.toInt() + 1;
H A DGridResolvedPosition.h139 size_t toInt() const function in class:WebCore::GridResolvedPosition
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/
H A DWebMemorySamplerLinux.cpp96 applicationStats.totalProgramSize = nextToken(statmFileDescriptor).toInt();
97 applicationStats.residentSetSize = nextToken(statmFileDescriptor).toInt();
98 applicationStats.sharedSize = nextToken(statmFileDescriptor).toInt();
99 applicationStats.textSize = nextToken(statmFileDescriptor).toInt();
100 applicationStats.librarySize = nextToken(statmFileDescriptor).toInt();
101 applicationStats.dataStackSize = nextToken(statmFileDescriptor).toInt();
102 applicationStats.dirtyPageSize = nextToken(statmFileDescriptor).toInt();
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderGrid.cpp367 if (i > 0 && span.resolvedInitialPosition.toInt() <= flexibleSizedTracksIndex[i - 1])
427 const GridTrackSize& trackSize = gridTrackSize(direction, position.toInt());
431 tracksForNormalization.append(GridTrackForNormalization(tracks[position.toInt()], trackSize.maxTrackBreadth().flex()));
561 const GridTrackSize& trackSize = gridTrackSize(direction, trackIndex.toInt());
565 GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[trackIndex.toInt()] : sizingData.rowTracks[trackIndex.toInt()];
574 GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[trackPositionForSpace.toInt()] : sizingData.rowTracks[trackPositionForSpace.toInt()];
650 ensureGridSize(coordinate.rows.resolvedFinalPosition.toInt(), coordinate.columns.resolvedFinalPosition.toInt());
[all...]
H A DFloatingObjects.h172 return String::format("%p (%ix%i %ix%i)", floatingObject, floatingObject->frameRect().x().toInt(), floatingObject->frameRect().y().toInt(), floatingObject->frameRect().maxX().toInt(), floatingObject->frameRect().maxY().toInt());
H A DRenderMediaControlElements.cpp77 container->setTimeDisplaysHidden(width().toInt() < minWidthToDisplayTimeDisplays);
H A DRenderTableSection.cpp1138 return cell ? cell->x().toInt() + cell->width().toInt() : 0;
1142 return rowGroupRect.width().toInt() - m_rowPos[row + 1] + (isLastRow ? -outerBorderLeft(&style()) : 0);
1151 return (cell ? cell->y().toInt() + cell->height().toInt() : 0) + (borderSide == BSLeft ? outerBorderTop(&style()) : 0);
1161 return rowGroupRect.height().toInt() - (cell ? cell->y().toInt() + cell->height().toInt() : 0) + outerBorderBottom(&style());
1162 return cell ? rowGroupRect.height().toInt() - (cell->y().toInt()
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.cpp110 static bool toInt(const UChar* src, unsigned length, unsigned parseStart, unsigned parseLength, int& out) function in namespace:WebCore
138 if (!toInt(src, length, start, digitsLength, year))
307 if (!toInt(src, length, index, 2, hour) || hour < 0 || hour > 23)
315 if (!toInt(src, length, index, 2, minute) || minute < 0 || minute > 59)
342 if (!toInt(src, length, index, 2, month) || month < 1 || month > 12)
367 if (!toInt(src, length, index, 2, day) || day < 1 || day > maxDayOfMonth(m_year, m_month))
395 if (!toInt(src, length, index, 2, week) || week < minimumWeekNumber || week > maxWeekNumberInYear())
409 if (!toInt(src, length, start, 2, hour) || hour < 0 || hour > 23)
419 if (!toInt(src, length, index, 2, minute) || minute < 0 || minute > 59)
428 if (toInt(sr
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextStream.cpp162 return *this << "(" << p.x().toInt() << "," << p.y().toInt() << ")";
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DFontCairoHarfbuzzNG.cpp93 FloatRect rect = shaper.selectionRect(FloatPoint(selectionRect.location()), selectionRect.height().toInt(), from, to);
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/mac/
H A DAVVideoCaptureSource.mm179 int width = widthConstraint.toInt();
180 int height = heightConstraint.toInt();
184 width = widthConstraint.toInt();
185 height = heightConstraint.toInt();
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DResultType.h175 int toInt() function in struct:JSC::OperandTypes
/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebContextGtk.cpp69 port = result[1].toInt(&ok);

Completed in 228 milliseconds

123