OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClipRects
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderLayer.h
71
class
ClipRects
{
73
ClipRects
()
79
ClipRects
(const IntRect& r)
91
ClipRects
(const
ClipRects
& other)
141
bool operator==(const
ClipRects
& other) const
152
ClipRects
& operator=(const
ClipRects
& other)
420
void calculateClipRects(const RenderLayer* rootLayer,
ClipRects
&, bool useCached = false, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
421
ClipRects
* clipRects() const { return m_clipRects;
[
all
...]
RenderLayer.cpp
115
void*
ClipRects
::operator new(size_t sz, RenderArena* renderArena) throw()
120
void
ClipRects
::operator delete(void* ptr, size_t sz)
126
void
ClipRects
::destroy(RenderArena* renderArena)
[
all
...]
Completed in 123 milliseconds