OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shadowHostElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp
62
Element*
shadowHostElement
= rootNode->isShadowRoot() ? toShadowRoot(rootNode)->host() : 0;
64
if (!
shadowHostElement
|| !
shadowHostElement
->hasTagName(SVGNames::useTag))
66
SVGUseElement* useElement = toSVGUseElement(
shadowHostElement
);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp
250
Element*
shadowHostElement
= toShadowRoot(treeScope().rootNode())->host();
254
ASSERT(!
shadowHostElement
||
shadowHostElement
->hasTagName(SVGNames::useTag));
255
if (
shadowHostElement
&&
shadowHostElement
->hasTagName(SVGNames::useTag)) {
256
SVGUseElement* useElement = toSVGUseElement(
shadowHostElement
);
[
all
...]
Completed in 29 milliseconds