Searched defs:shadowRootType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1468 static TypeBuilder::DOM::ShadowRootType::Enum shadowRootType(ShadowRoot* shadowRoot) function in namespace:WebCore
1579 value->setShadowRootType(shadowRootType(toShadowRoot(node)));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDOMModel.js54 this._shadowRootType = payload.shadowRootType;
262 return current.shadowRootType() === WebInspector.DOMNode.ShadowRootTypes.UserAgent ? current : null;
276 shadowRootType: function()
286 var shadowRootType = this.shadowRootType();
287 if (shadowRootType)
288 return "#shadow-root" + (shadowRootType === WebInspector.DOMNode.ShadowRootTypes.UserAgent ? " (user-agent)" : "");
510 var index = typeof node.index === "number" ? node.index : (node.shadowRootType() === WebInspector.DOMNode.ShadowRootTypes.UserAgent ? "u" : "a");
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp627 String Internals::shadowRootType(const Node* root, ExceptionState& exceptionState) const function in class:WebCore::Internals

Completed in 134 milliseconds