OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementShadow
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ElementShadow.h
42
class
ElementShadow
{
43
WTF_MAKE_NONCOPYABLE(
ElementShadow
); WTF_MAKE_FAST_ALLOCATED;
45
static PassOwnPtr<
ElementShadow
> create();
46
~
ElementShadow
();
51
ElementShadow
* containingShadow() const;
77
ElementShadow
();
101
inline Element*
ElementShadow
::host() const
116
if (
ElementShadow
* shadow = this->shadow())
121
inline
ElementShadow
*
ElementShadow
::containingShadow() cons
[
all
...]
ElementShadow.cpp
28
#include "core/dom/shadow/
ElementShadow
.h"
44
void distributeTo(InsertionPoint*,
ElementShadow
*);
81
void DistributionPool::distributeTo(InsertionPoint* insertionPoint,
ElementShadow
*
elementShadow
)
94
elementShadow
->didDistributeNode(node, insertionPoint);
102
elementShadow
->didDistributeNode(fallbackNode, insertionPoint);
123
PassOwnPtr<
ElementShadow
>
ElementShadow
::create()
125
return adoptPtr(new
ElementShadow
());
128
ElementShadow
::ElementShadow(
[
all
...]
InsertionPoint.cpp
38
#include "core/dom/shadow/
ElementShadow
.h"
203
if (
ElementShadow
* rootOwner = root->owner())
212
if (
ElementShadow
* rootOwner = root->owner()) {
234
if (
ElementShadow
* rootOwner = root->owner())
238
// host can be null when removedFrom() is called from
ElementShadow
destructor.
239
ElementShadow
* rootOwner = root ? root->owner() : 0;
283
ElementShadow
* lastElementShadow = 0;
285
ElementShadow
* shadow = shadowWhereNodeCanBeDistributed(*current);
302
ElementShadow
* lastElementShadow = 0;
304
ElementShadow
* shadow = shadowWhereNodeCanBeDistributed(*current)
[
all
...]
ShadowRoot.h
39
class
ElementShadow
;
65
ElementShadow
* owner() const { return host() ? host()->shadow() : 0; }
ComposedTreeWalker.cpp
32
#include "core/dom/shadow/
ElementShadow
.h"
38
static inline
ElementShadow
* shadowFor(const Node* node)
48
ElementShadow
* shadow = shadowFor(node);
InsertionPoint.h
102
inline
ElementShadow
* shadowWhereNodeCanBeDistributed(const Node& node)
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNodeAlgorithms.cpp
30
#include "core/dom/shadow/
ElementShadow
.h"
37
explicit ShadowRootVector(
ElementShadow
* tree)
58
if (
ElementShadow
* shadow = toElement(node).shadow()) {
95
if (
ElementShadow
* shadow = toElement(node).shadow()) {
114
if (
ElementShadow
* shadow = toElement(node).shadow()) {
121
void ChildFrameDisconnector::collectFrameOwners(
ElementShadow
& shadow)
136
if (
ElementShadow
* shadow = toElement(node).shadow()) {
ElementRareData.h
30
#include "core/dom/shadow/
ElementShadow
.h"
101
ElementShadow
* shadow() const { return m_shadow.get(); }
102
ElementShadow
& ensureShadow()
105
m_shadow =
ElementShadow
::create();
185
OwnPtr<
ElementShadow
> m_shadow;
ContainerNodeAlgorithms.h
277
void collectFrameOwners(
ElementShadow
&);
299
ElementShadow
* shadow = root.isElementNode() ? toElement(root).shadow() : 0;
Element.h
50
class
ElementShadow
;
309
ElementShadow
* shadow() const;
310
ElementShadow
& ensureShadow();
670
bool shouldInvalidateDistributionWhenAttributeChanged(
ElementShadow
*, const QualifiedName&, const AtomicString&);
[
all
...]
Element.cpp
964
if (
ElementShadow
* parentElementShadow = shadowWhereNodeCanBeDistributed(*this)) {
[
all
...]
Node.cpp
59
#include "core/dom/shadow/
ElementShadow
.h"
649
if (
ElementShadow
* shadow = toElement(node)->shadow())
658
if (
ElementShadow
* shadow = toElement(this)->shadow())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree.cpp
32
#include "core/dom/shadow/
ElementShadow
.h"
120
ElementShadow
* shadow = element->shadow();
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
66
#include "core/dom/shadow/
ElementShadow
.h"
606
if (
ElementShadow
* shadow = host->shadow())
626
if (
ElementShadow
* shadow = host->shadow())
638
if (
ElementShadow
* shadow = host->shadow())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk
137
third_party/WebKit/Source/core/dom/shadow/
ElementShadow
.cpp \
webcore_dom.target.darwin-mips.mk
137
third_party/WebKit/Source/core/dom/shadow/
ElementShadow
.cpp \
webcore_dom.target.darwin-x86.mk
137
third_party/WebKit/Source/core/dom/shadow/
ElementShadow
.cpp \
webcore_dom.target.linux-arm.mk
137
third_party/WebKit/Source/core/dom/shadow/
ElementShadow
.cpp \
webcore_dom.target.linux-mips.mk
137
third_party/WebKit/Source/core/dom/shadow/
ElementShadow
.cpp \
webcore_dom.target.linux-x86.mk
137
third_party/WebKit/Source/core/dom/shadow/
ElementShadow
.cpp \
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp
52
#include "core/dom/shadow/
ElementShadow
.h"
[
all
...]
Completed in 616 milliseconds