Searched refs:numColumns (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebCore/bindings/js/
H A DJSSQLResultSetRowListCustom.cpp57 unsigned numColumns = m_impl->columnNames().size(); local
58 unsigned valuesIndex = index * numColumns;
59 for (unsigned i = 0; i < numColumns; i++) {
/external/webkit/WebCore/bindings/v8/custom/
H A DV8SQLResultSetRowListCustom.cpp65 unsigned numColumns = rowList->columnNames().size(); local
66 unsigned valuesIndex = index * numColumns;
68 for (unsigned i = 0; i < numColumns; ++i) {
/external/webkit/WebCore/platform/graphics/android/
H A DImageBufferAndroid.cpp118 int numColumns = endx - originx; local
137 for (int x = 0; x < numColumns; x++) {
178 int numColumns = endx - destx; local
197 for (int x = 0; x < numColumns; x++) {
/external/webkit/WebCore/platform/graphics/skia/
H A DImageBufferSkia.cpp146 int numColumns = endX - originX; local
167 for (int x = 0; x < numColumns; ++x) {
218 int numColumns = endX - destX;
240 for (int x = 0; x < numColumns; ++x) {
/external/webkit/WebCore/platform/graphics/cairo/
H A DImageBufferCairo.cpp163 int numColumns = endx - originx; local
182 for (int x = 0; x < numColumns; x++) {
231 int numColumns = endx - destx; local
250 for (int x = 0; x < numColumns; x++) {
266 numColumns, numRows);
/external/webkit/WebCore/accessibility/
H A DAccessibilityTable.cpp113 int numCols = firstBody->numColumns();
234 unsigned numCols = tableSection->numColumns();
263 unsigned length = initialTableSection->numColumns();
388 unsigned numCols = tableSection->numColumns();
H A DAccessibilityTableColumn.cpp129 int numCols = section->numColumns();
/external/webkit/WebCore/platform/graphics/cg/
H A DImageBufferCG.cpp143 int numColumns = endx - originx; local
163 for (int x = 0; x < numColumns; x++) {
206 int numColumns = endx - destx; local
225 for (int x = 0; x < numColumns; x++) {
/external/webkit/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp146 int numColumns = endx - originx; local
170 for (int x = 0; x < numColumns; x++) {
211 int numColumns = endx - destx; local
239 for (int x = 0; x < numColumns; x++) {
/external/webkit/WebCore/rendering/
H A DRenderTableSection.h88 int numColumns() const;
H A DRenderTable.cpp749 int sectionCols = section->numColumns();
H A DRenderTableSection.cpp1216 int RenderTableSection::numColumns() const function in class:WebCore::RenderTableSection
/external/webkit/WebCore/inspector/front-end/
H A DStoragePanel.js286 var numColumns = 0; variable
294 ++numColumns;
H A DDataGrid.js376 var numColumns = headerTableColumns.length; variable
383 for (var i = 0; i < numColumns; i++) {
393 for (var i = 0; i < numColumns - 1; i++) {

Completed in 1469 milliseconds