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

  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 146 xPos += m_cols.m_sizes[c];
147 if (borderThickness && m_cols.m_allowBorder[c + 1]) {
389 m_cols.m_allowBorder[c] = true;
391 m_cols.m_allowBorder[c + 1] = true;
393 m_cols.m_preventResize[c] = true;
395 m_cols.m_preventResize[c + 1] = true;
411 m_cols.m_preventResize.fill(frameSet()->noResize());
412 m_cols.m_allowBorder.fill(false);
442 result.setPreventResize(LeftFrameEdge, m_cols.m_preventResize[0]);
443 result.setAllowBorder(LeftFrameEdge, m_cols.m_allowBorder[0])
    [all...]
RenderFrameSet.h 128 GridAxis m_cols; member in class:WebCore::RenderFrameSet
  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.h 38 int cols() const { return m_cols; }
107 int m_cols; member in class:WebCore::HTMLTextAreaElement
HTMLTextAreaElement.cpp 74 , m_cols(defaultCols)
131 if (m_cols != cols) {
132 m_cols = cols;

Completed in 221 milliseconds