HomeSort by relevance Sort by last modified time
    Searched refs:logicalTop (Results 51 - 67 of 67) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 190 void placeBoxesInBlockDirection(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, bool& setLineTop,
320 // Maximum logicalTop among all children of an InlineFlowBox. Used to
RenderListItem.cpp 337 blockOffset += o->logicalTop();
RenderTextControlSingleLine.cpp 167 innerTextRenderer->setLogicalTop(innerTextRenderer->logicalTop() - (logicalHeightDiff / 2 + layoutMod(logicalHeightDiff, 2)));
RenderFlowThread.cpp 247 void RenderFlowThread::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
249 computedValues.m_position = logicalTop;
    [all...]
RenderListBox.cpp 261 void RenderListBox::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
264 RenderBox::computeLogicalHeight(height, logicalTop, computedValues);
RenderText.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
RenderNamedFlowThread.cpp 698 if ((offsetTop + box->logicalTop()) < logicalBottomForRegion) {
RenderRegion.cpp 262 bool hasSpecifiedEndpointsForHeight = style()->logicalTop().isSpecified() && style()->logicalBottom().isSpecified();
RenderTableSection.cpp     [all...]
RenderDeprecatedFlexibleBox.cpp 306 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(this, logicalTop()));
    [all...]
RenderListMarker.cpp     [all...]
RenderBoxModelObject.cpp 225 if (!cb->style()->logicalHeight().isAuto() || (!cb->style()->logicalTop().isAuto() && !cb->style()->logicalBottom().isAuto()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 444 Length logicalTop() const { return surround->offset.before(writingMode()); }
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 154 int logicalLeft, int logicalTop, int logicalRight, int logicalBottom,
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 147 v.logicalTop = 0;
    [all...]

Completed in 300 milliseconds

1 23