OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StyleSurroundData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleSurroundData.cpp
23
#include "core/rendering/style/
StyleSurroundData
.h"
27
StyleSurroundData
::
StyleSurroundData
()
33
StyleSurroundData
::
StyleSurroundData
(const
StyleSurroundData
& o)
34
: RefCounted<
StyleSurroundData
>()
42
bool
StyleSurroundData
::operator==(const
StyleSurroundData
& o) const
StyleSurroundData.h
35
class
StyleSurroundData
: public RefCounted<
StyleSurroundData
> {
37
static PassRefPtr<
StyleSurroundData
> create() { return adoptRef(new
StyleSurroundData
); }
38
PassRefPtr<
StyleSurroundData
> copy() const { return adoptRef(new
StyleSurroundData
(*this)); }
40
bool operator==(const
StyleSurroundData
& o) const;
41
bool operator!=(const
StyleSurroundData
& o) const
52
StyleSurroundData
();
53
StyleSurroundData
(const StyleSurroundData&)
[
all
...]
Completed in 4641 milliseconds