HomeSort by relevance Sort by last modified time
    Searched refs:localRect (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/platform/
Widget.cpp 81 IntRect Widget::convertToContainingWindow(const IntRect& localRect) const
84 IntRect parentRect = convertToContainingView(localRect);
87 return convertFromRootToContainingWindow(this, localRect);
140 IntRect Widget::convertToContainingView(const IntRect& localRect) const
143 IntRect parentRect(localRect);
144 parentRect.setLocation(parentScrollView->convertChildToSelf(this, localRect.location()));
147 return localRect;
153 IntRect localRect = parentRect;
154 localRect.setLocation(parentScrollView->convertSelfToChild(this, localRect.location()))
    [all...]
Scrollbar.cpp 471 IntRect Scrollbar::convertToContainingView(const IntRect& localRect) const
474 return m_client->convertFromScrollbarToContainingView(this, localRect);
476 return Widget::convertToContainingView(localRect);
ScrollView.cpp 847 IntRect ScrollView::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& localRect) const
850 IntRect newRect = localRect;
    [all...]
  /external/webkit/WebCore/editing/
VisiblePosition.cpp 559 IntRect localRect = localCaretRect(renderer);
560 if (localRect.isEmpty() || !renderer)
563 return renderer->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox();
569 IntRect localRect = localCaretRect(renderer);
570 if (localRect.isEmpty() || !renderer)
576 return renderer->localToAbsolute(localRect.location()).x();
SelectionController.cpp 836 IntRect localRect = pos.localCaretRect(renderer);
857 localRect.move(offsetFromPainter);
858 m_caretRect = localRect;
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 434 FloatRect localRect(curr->x(), curr->y(), curr->width(), curr->height());
435 quads.append(localToAbsoluteQuad(localRect));
    [all...]
RenderBlock.cpp     [all...]

Completed in 213 milliseconds