OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_outlineBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerRepainter.h
100
LayoutRect
m_outlineBox
;
RenderLayerRepainter.cpp
72
LayoutRect oldOutlineBox =
m_outlineBox
;
75
// FIXME: Should ASSERT that value calculated for
m_outlineBox
using the cached offset is the same
84
m_renderer->repaintAfterLayoutIfNeeded(repaintContainer, m_renderer->selfNeedsLayout(), oldRepaintRect, oldOutlineBox, &m_repaintRect, &
m_outlineBox
);
101
m_outlineBox
= IntRect();
107
m_outlineBox
= m_renderer->outlineBoundsForRepaint(repaintContainer, geometryMap);
Completed in 25 milliseconds