Home
last modified time | relevance | path

Searched refs:localSelectionRect (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp160 IntRect selectionPaintingRect = localSelectionRect(); in paint()
320 IntRect rect = localSelectionRect(); in selectionRectForRepaint()
329 IntRect RenderReplaced::localSelectionRect(bool checkWhetherSelected) const in localSelectionRect() function in WebCore::RenderReplaced
396 IntRect r = unionRect(localSelectionRect(false), visualOverflowRect()); in clippedOverflowRectForRepaint()
DRenderReplaced.h58 …IntRect localSelectionRect(bool checkWhetherSelected = true) const; // This is in local coordinate…
DRenderListMarker.h77 IntRect localSelectionRect();
DRenderListMarker.cpp1093 IntRect RenderListMarker::localSelectionRect() in localSelectionRect() function in WebCore::RenderListMarker
1135 IntRect selRect = localSelectionRect(); in paint()
1149 IntRect selRect = localSelectionRect(); in paint()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1650333 (WebCore::RenderReplaced::localSelectionRect):
51085 (WebCore::RenderReplaced::localSelectionRect):
65646 (WebCore::RenderReplaced::localSelectionRect):
DChangeLog-2010-12-0615336 (WebCore::RenderListMarker::localSelectionRect):
16072 …Patched the localSelectionRect method on RenderReplaced so that selection draws in the right place…
16091 (WebCore::RenderReplaced::localSelectionRect):
DChangeLog-2010-01-296013 (WebCore::RenderListMarker::localSelectionRect):