Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/options/
Dcertificate_tree.js61 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];
/external/chromium/chrome/browser/resources/
Dcookies_tree.js99 treeLookup_: null, property in CookiesTree
101 if (!this.treeLookup_)
102 this.treeLookup_ = {};
103 return this.treeLookup_;