HomeSort by relevance Sort by last modified time
    Searched refs:setLogicalLocation (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBox.h 92 void setLogicalLocation(int left, int top)
RenderTable.cpp 276 m_caption->setLogicalLocation(m_caption->marginStart(), logicalHeight());
436 section->setLogicalLocation(sectionLogicalLeft, logicalHeight());
    [all...]
RenderTableSection.cpp 698 cell->setLogicalLocation(table()->columnPositions()[nEffCols] - table()->columnPositions()[table()->colToEffCol(cell->col() + cell->colSpan())] + hspacing, m_rowPos[rindx]);
700 cell->setLogicalLocation(table()->columnPositions()[c] + hspacing, m_rowPos[rindx]);
    [all...]

Completed in 123 milliseconds