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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTitleElement.cpp 53 if (inDocument() && !isInShadowTree())
61 if (insertionPoint->inDocument() && !insertionPoint->isInShadowTree())
68 if (inDocument() && !isInShadowTree())
HTMLIFrameElement.cpp 79 if (inDocument() && document().isHTMLDocument() && !isInShadowTree()) {
111 if (insertionPoint->inDocument() && document().isHTMLDocument() && !insertionPoint->isInShadowTree())
119 if (insertionPoint->inDocument() && document().isHTMLDocument() && !insertionPoint->isInShadowTree())
HTMLStyleElement.cpp 122 if (isInShadowTree())
179 if (m_scopedStyleRegistrationState == NotRegistered && (scoped() || isInShadowTree()))
HTMLLinkElement.cpp 196 m_isInShadowTree = isInShadowTree();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.cpp 50 else if (element->isInShadowTree() && element->hasTagName(SVGNames::gTag)) {
RenderSVGViewportContainer.cpp 69 if (correspondingElement && svg->isInShadowTree()) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageConsoleAgent.cpp 77 while (node->isInShadowTree()) {
InspectorDOMAgent.cpp 424 if (node->isInShadowTree()) {
443 if (element->isInShadowTree()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleInvalidationAnalysis.cpp 95 if (ownerElement->isInShadowTree()) {
100 } while (scope->isInShadowTree());
ElementRuleCollector.cpp 132 if (element->isInShadowTree() && (behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost) && scopingNode == element->containingShadowRoot()->host())
SelectorChecker.cpp 143 if (!context.element->isInShadowTree() || !context.element->isInsertionPoint())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 58 if (styleElement->isInShadowTree())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CharacterData.cpp 196 if (!isInShadowTree()) {
ContainerNode.cpp 109 if (isInShadowTree() || document() == document().templateDocument())
911 if (child.isInShadowTree())
931 if (child.isInShadowTree()) {
TreeScope.cpp 174 if (!node->isInShadowTree())
Element.h     [all...]
Element.cpp 599 if (!element || !element->isInShadowTree())
    [all...]
Node.h 489 bool isInShadowTree() const { return getFlag(IsInShadowTreeFlag); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.cpp 137 if (!isInShadowTree())
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 56 if (!referenceNode->isSVGElement() || !referenceNode->isInShadowTree())
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js 36 * @param {boolean} isInShadowTree
39 WebInspector.DOMNode = function(domAgent, doc, isInShadowTree, payload) {
42 this._isInShadowTree = isInShadowTree;
215 isInShadowTree: function()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 145 if (!needsPendingResourceHandling() || !inDocument() || isInShadowTree())
213 if (isInShadowTree() && parentOrShadowHostElement() && parentOrShadowHostElement()->isSVGElement())
249 if (isInShadowTree()) {
    [all...]
SVGUseElement.cpp 397 if (!referencedDocument() || isInShadowTree())
432 if (isInShadowTree())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 55 if (!node->isInShadowTree())
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 1228 milliseconds

1 2