OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixedClipRect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRect.h
120
const ClipRect&
fixedClipRect
() const { return m_fixedClipRect; }
139
&& m_fixedClipRect == other.
fixedClipRect
()
147
m_fixedClipRect = other.
fixedClipRect
();
165
, m_fixedClipRect(other.
fixedClipRect
())
RenderLayerClipper.cpp
148
// we encounter such an object, we reset our clip rects to the
fixedClipRect
.
150
clipRects.setPosClipRect(clipRects.
fixedClipRect
());
151
clipRects.setOverflowClipRect(clipRects.
fixedClipRect
());
186
clipRects.setFixedClipRect(intersection(newPosClip, clipRects.
fixedClipRect
()));
RenderLayer.cpp
[
all
...]
Completed in 29 milliseconds