Searched refs:ContentNodeWasRemoved (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DContentFlow.js43 ContentNodeWasRemoved: "content-flow-content-node-was-removed" property in class:WebInspector.ContentFlow.Event
106 this.dispatchEventToListeners(WebInspector.ContentFlow.Event.ContentNodeWasRemoved, {node: contentNode});
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DContentFlowDOMTreeContentView.js37 contentFlow.addEventListener(WebInspector.ContentFlow.Event.ContentNodeWasRemoved, this._contentNodeWasRemoved, this);
51 this.representedObject.removeEventListener(WebInspector.ContentFlow.Event.ContentNodeWasRemoved, this._contentNodeWasRemoved, this);

Completed in 109 milliseconds