Home
last modified time | relevance | path

Searched refs:nodeNameInCorrectCase (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DDOMPresentationUtils.js36 var title = node.nodeNameInCorrectCase();
235 return new WebInspector.DOMNodePathStep(node.nodeNameInCorrectCase(), true);
237 var nodeName = node.nodeNameInCorrectCase();
343 if (sibling.nodeNameInCorrectCase() !== nodeName)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DElementsPanel.js813 … crumbTitle = current.shadowRootType() ? "#shadow-root" : current.nodeNameInCorrectCase();
817 crumbTitle = current.nodeNameInCorrectCase();
DElementsTreeOutline.js2393 var tagName = node.nodeNameInCorrectCase();
2484 fragmentElement.textContent = node.nodeNameInCorrectCase().collapseWhitespace();
2487 info.titleDOM.createTextChild(node.nodeNameInCorrectCase().collapseWhitespace());
DStylesSidebarPane.js683 …attrStyle.selectorText = node.nodeNameInCorrectCase() + "[" + WebInspector.UIString("Attributes St…
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDOMModel.js284 nodeNameInCorrectCase: function() method in WebInspector.DOMNode