HomeSort by relevance Sort by last modified time
    Searched refs:logicalLeft (Results 26 - 36 of 36) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 490 if (pointLineDirection <= box->logicalLeft()) {
504 if (!box->prevLeafChildIgnoringLineBreak() && pointLineDirection < box->logicalLeft())
671 float rootLeft = box->root()->logicalLeft();
    [all...]
RootInlineBox.cpp 443 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
461 LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
636 if (leftPosition <= firstLeaf->logicalLeft() && !firstLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(firstLeaf)))
    [all...]
RenderFlowThread.cpp 241 LayoutUnit logicalLeft = style()->direction() == LTR ? LayoutUnit() : logicalWidth - regionLogicalWidth;
242 region->setRenderBoxRegionInfo(this, logicalLeft, regionLogicalWidth, false);
    [all...]
RenderInline.cpp     [all...]
RenderReplaced.cpp 486 if (lineDirectionPosition <= logicalLeft() + (logicalWidth() / 2))
RenderLayer.cpp     [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 324 viewport.logicalRight - viewport.logicalLeft,
428 v.logicalRight - v.logicalLeft,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 421 Length logicalLeft() const { return surround->offset.logicalLeft(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 146 v.logicalLeft = 0;
    [all...]

Completed in 156 milliseconds

12