HomeSort by relevance Sort by last modified time
    Searched defs:absPos (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLAElement.cpp 112 FloatPoint absPos = renderer()->localToAbsolute();
113 renderer()->absoluteRects(rects, absPos.x(), absPos.y());
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 516 FloatPoint absPos = localToAbsolute();
517 int offsetX = destination.x() - absPos.x();
518 int offsetY = destination.y() - absPos.y();
RenderInline.cpp     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp 493 FloatPoint absPos = localToAbsolute(FloatPoint());
494 rect.move(absPos.x(), absPos.y());
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 563 FloatPoint absPos = containingBlock->localToAbsolute(FloatPoint());
565 absPos -= containingBlock->layer()->scrolledContentOffset();
566 RenderObject* renderer = root->closestLeafChildForLogicalLeftPosition(x - absPos.x(), isEditablePosition(p))->renderer();
570 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
670 FloatPoint absPos = containingBlock->localToAbsolute(FloatPoint());
672 absPos -= containingBlock->layer()->scrolledContentOffset();
673 RenderObject* renderer = root->closestLeafChildForLogicalLeftPosition(x - absPos.x(), isEditablePosition(p))->renderer();
677 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp 846 FloatPoint absPos = renderer()->localToAbsolute();
847 renderer()->absoluteRects(rects, absPos.x(), absPos.y());
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 203 milliseconds