OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_cols
(Results
1 - 5
of
5
) 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;
/external/webkit/Source/WebCore/
ChangeLog-2006-12-31
[
all
...]
Completed in 100 milliseconds