Searched refs:removeByParentId (Results 1 – 3 of 3) sorted by relevance
151 removeByParentId: function(parentId, start, count) { method in CookiesTree214 $(treeId).removeByParentId(parentId, start, count);
97 $('cookies-list').removeByParentId(args[0], args[1], args[2]);
782 removeByParentId: function(parentId, start, count) { method in CookiesList