Searched refs:treeLookup_ (Results 1 – 2 of 2) sorted by relevance
61 this.treeLookup_ = {};68 this.treeLookup_[child.data.id] = child;75 delete this.treeLookup_[child.data.id];84 for (var id in this.treeLookup_){85 delete this.treeLookup_[id];
99 treeLookup_: null, property in CookiesTree101 if (!this.treeLookup_)102 this.treeLookup_ = {};103 return this.treeLookup_;