OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_repaintContainer
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderSelectionInfo.h
38
,
m_repaintContainer
(0)
45
,
m_repaintContainer
(o->containerForRepaint())
51
RenderBoxModelObject* repaintContainer() const { return
m_repaintContainer
; }
56
RenderBoxModelObject*
m_repaintContainer
;
65
, m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(
m_repaintContainer
, clipToVisibleContent))
71
m_object->repaintUsingContainer(
m_repaintContainer
, m_rect);
86
, m_rects(b->needsLayout() ? GapRects() : block()->selectionGapRectsForRepaint(
m_repaintContainer
))
92
m_object->repaintUsingContainer(
m_repaintContainer
, m_rects);
RenderObject.h
[
all
...]
Completed in 374 milliseconds