OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newOutlineBox
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderObject.cpp
[
all
...]
RenderLayer.cpp
345
IntRect
newOutlineBox
= renderer()->outlineBoundsForRepaint(repaintContainer, cachedOffset);
346
// FIXME: Should ASSERT that value calculated for
newOutlineBox
using the cached offset is the same
355
renderer()->repaintAfterLayoutIfNeeded(repaintContainer, m_repaintRect, m_outlineBox, &newRect, &
newOutlineBox
);
359
m_outlineBox =
newOutlineBox
;
[
all
...]
Completed in 290 milliseconds