OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RectBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
Rect.h
30
class
RectBase
{
42
bool equals(const
RectBase
& other) const
59
RectBase
() { }
60
RectBase
(const
RectBase
& cloneFrom)
68
~
RectBase
() { }
77
class Rect : public
RectBase
, public RefCounted<Rect> {
98
Rect(const Rect& cloneFrom) :
RectBase
(cloneFrom), RefCounted<Rect>() { }
105
class Quad : public
RectBase
, public RefCounted<Quad> {
126
Quad(const Quad& cloneFrom) :
RectBase
(cloneFrom), RefCounted<Quad>() {
[
all
...]
/external/chromium_org/ui/gfx/
rect_base.h
27
class GFX_EXPORT
RectBase
{
157
RectBase
(const PointClass& origin, const SizeClass& size)
159
explicit
RectBase
(const SizeClass& size)
161
explicit
RectBase
(const PointClass& origin)
165
~
RectBase
() {}
Completed in 50 milliseconds