HomeSort by relevance Sort by last modified time
    Searched refs:isSVGElement (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ElementCustom.cpp 46 if (impl->isSVGElement())
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSwitchElement.cpp 60 if (!node->isSVGElement())
SVGGElement.cpp 104 return parentOrShadowHostElement() && parentOrShadowHostElement()->isSVGElement();
SVGGraphicsElement.h 78 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isSVGElement());
SVGAElement.cpp 147 if (parentNode() && parentNode()->isSVGElement() && toSVGElement(parentNode())->isTextContent())
238 if (parentNode() && parentNode()->isSVGElement())
SVGElement.h 206 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isSVGElement());
212 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isSVGElement());
SVGForeignObjectElement.cpp 133 if (childContext.node()->isSVGElement())
148 while (ancestor && ancestor->isSVGElement()) {
SVGLocatable.cpp 87 if (!currentElement->isSVGElement())
SVGUseElement.cpp 332 if (!node->isSVGElement())
417 if (target->isSVGElement()) {
548 if (n->isSVGElement() && toSVGElement(n)->isSVGGraphicsElement()) {
568 if (n->isSVGElement() && isDirectReference(n))
609 if (node->isSVGElement())
640 if (targetElement && targetElement->isSVGElement())
712 if (targetElement && targetElement->isSVGElement())
726 ASSERT(newChild->isSVGElement());
    [all...]
SVGMPathElement.cpp 77 } else if (target->isSVGElement()) {
SVGElement.cpp 164 if (!parentOrShadowHostElement() || parentOrShadowHostElement()->isSVGElement())
196 if (isInShadowTree() && parentOrShadowHostElement() && parentOrShadowHostElement()->isSVGElement())
208 return !parentNode()->isSVGElement();
266 if (titleElement->hasTagName(SVGNames::titleTag) && titleElement->isSVGElement())
460 if (!node->isSVGElement())
727 if (child->isSVGElement() && !toSVGElement(child)->haveLoadedRequiredResources())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
ReferenceFilterBuilder.cpp 115 if (!filter->isSVGElement() || !filter->hasTagName(SVGNames::filterTag))
131 if (!node->isSVGElement())
RenderSVGResourceClipper.cpp 99 if (!childNode->isSVGElement() || !toSVGElement(childNode)->isSVGGraphicsElement())
229 if (!childNode->isSVGElement() || !renderer)
271 if (!childNode->isSVGElement() || !renderer)
301 if (!childNode->isSVGElement() || !renderer)
RenderSVGResourceMasker.cpp 134 if (!node->isSVGElement() || !renderer)
159 if (!childNode->isSVGElement() || !renderer)
SVGResourcesCache.cpp 120 return renderer->node() && renderer->node()->isSVGElement() && !renderer->isSVGInlineText();
147 if (renderer->node() && !renderer->node()->isSVGElement())
SVGRenderSupport.cpp 228 if (SVGElement* element = child->node()->isSVGElement() ? toSVGElement(child->node()) : 0) {
340 ASSERT(object->node()->isSVGElement());
369 ASSERT(object->node()->isSVGElement());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventRetargeter.h 79 if (!referenceNode->isSVGElement() || !referenceNode->isInShadowTree())
VisitedLinkState.cpp 47 ASSERT(element->isSVGElement());
EventRetargeter.cpp 87 bool isSVGElement = node->isSVGElement();
109 if (!isSVGElement) {
CustomElementRegistrationContext.cpp 134 if (!element->isHTMLElement() && !element->isSVGElement())
EventContext.h 115 return target && target->toNode() && !target->toNode()->isSVGElement() && !target->toNode()->treeScope()->isInclusiveAncestorOf(m_node->treeScope());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 79 if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties())
194 if (context.element()->isSVGElement()) {
230 if (element->isSVGElement() && toSVGElement(element)->animatedSMILStyleProperties())
335 if (context.element()->isSVGElement() && toSVGElement(context.element())->animatedSMILStyleProperties())
StyleResolverState.h 122 bool useSVGZoomRules() const { return element() && element()->isSVGElement(); }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptEventListener.cpp 71 return V8LazyEventListener::create(name.localName().string(), eventParameterName(node->isSVGElement()), value, sourceURL, position, node);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCursorImageValue.cpp 92 if (!element || !element->isSVGElement())

Completed in 900 milliseconds

1 2 3