Home
last modified time | relevance | path

Searched refs:addByParentId (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/resources/
Dcookies_tree.js140 addByParentId: function(parentId, start, nodesData) { method in CookiesTree
210 $(treeId).addByParentId(parentId, start, children);
/external/chromium/chrome/browser/resources/options/
Dcookies_view.js93 $('cookies-list').addByParentId(args[0], args[1], args[2]);
Dcookies_list.js770 addByParentId: function(parentId, start, nodesData) { method in CookiesList