Home
last modified time | relevance | path

Searched refs:nodeObject (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DEventListenersSidebarPane.js197 function updateWithNodeObject(nodeObject) argument
207 if (nodeObject)
208 properties.push(new WebInspector.RemoteObjectProperty("node", nodeObject));
DElementsTreeOutline.js2289 function callback(nodeObject) argument
2291 if (!nodeObject)
2294 …nspector.ConsoleMessage.MessageType.Dir, undefined, undefined, undefined, undefined, [nodeObject]);