OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeControlLogicalHeight
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSearchField.h
40
virtual LayoutUnit
computeControlLogicalHeight
(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
RenderTextControlMultiLine.h
43
virtual LayoutUnit
computeControlLogicalHeight
(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
RenderSearchField.cpp
59
LayoutUnit RenderSearchField::
computeControlLogicalHeight
(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const
RenderTextControlSingleLine.h
73
virtual LayoutUnit
computeControlLogicalHeight
(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
RenderTextControl.h
60
virtual LayoutUnit
computeControlLogicalHeight
(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const = 0;
RenderTextControlMultiLine.cpp
70
LayoutUnit RenderTextControlMultiLine::
computeControlLogicalHeight
(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const
RenderTextControl.cpp
135
logicalHeight =
computeControlLogicalHeight
(innerTextBox->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndPaddingHeight();
RenderTextControlSingleLine.cpp
346
LayoutUnit RenderTextControlSingleLine::
computeControlLogicalHeight
(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const
Completed in 72 milliseconds