Home | History | Annotate | Download | only in front-end

Lines Matching refs:prototype

234 TreeOutline.prototype._rememberTreeElement = function(element)
248 TreeOutline.prototype._forgetTreeElement = function(element)
254 TreeOutline.prototype._forgetChildrenRecursive = function(parentElement)
263 TreeOutline.prototype.getCachedTreeElement = function(representedObject)
281 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent)
332 TreeOutline.prototype.treeElementFromPoint = function(x, y)
341 TreeOutline.prototype._treeKeyDown = function(event)
405 TreeOutline.prototype.expand = function()
410 TreeOutline.prototype.collapse = function()
415 TreeOutline.prototype.revealed = function()
420 TreeOutline.prototype.reveal = function()
425 TreeOutline.prototype.appendChild = TreeOutline._appendChild;
426 TreeOutline.prototype.insertChild = TreeOutline._insertChild;
427 TreeOutline.prototype.removeChild = TreeOutline._removeChild;
428 TreeOutline.prototype.removeChildAtIndex = TreeOutline._removeChildAtIndex;
429 TreeOutline.prototype.removeChildren = TreeOutline._removeChildren;
430 TreeOutline.prototype.removeChildrenRecursive = TreeOutline._removeChildrenRecursive;
456 TreeElement.prototype = {
543 TreeElement.prototype.appendChild = TreeOutline._appendChild;
544 TreeElement.prototype.insertChild = TreeOutline._insertChild;
545 TreeElement.prototype.removeChild = TreeOutline._removeChild;
546 TreeElement.prototype.removeChildAtIndex = TreeOutline._removeChildAtIndex;
547 TreeElement.prototype.removeChildren = TreeOutline._removeChildren;
548 TreeElement.prototype.removeChildrenRecursive = TreeOutline._removeChildrenRecursive;
550 TreeElement.prototype._attach = function()
590 TreeElement.prototype._detach = function()
644 TreeElement.prototype.collapse = function()
659 TreeElement.prototype.collapseRecursively = function()
669 TreeElement.prototype.expand = function()
711 TreeElement.prototype.expandRecursively = function(maxDepth)
731 TreeElement.prototype.hasAncestor = function(ancestor) {
745 TreeElement.prototype.reveal = function()
758 TreeElement.prototype.revealed = function()
770 TreeElement.prototype.select = function(supressOnSelect)
788 TreeElement.prototype.deselect = function(supressOnDeselect)
803 TreeElement.prototype.traverseNextTreeElement = function(skipHidden, stayWithin, dontPopulate, info)
838 TreeElement.prototype.traversePreviousTreeElement = function(skipHidden, dontPopulate)
859 TreeElement.prototype.isEventWithinDisclosureTriangle = function(event)