Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/
Dcookies_tree.js151 removeByParentId: function(parentId, start, count) { method in CookiesTree
214 $(treeId).removeByParentId(parentId, start, count);
/external/chromium/chrome/browser/resources/options/
Dcookies_view.js97 $('cookies-list').removeByParentId(args[0], args[1], args[2]);
Dcookies_list.js782 removeByParentId: function(parentId, start, count) { method in CookiesList