HomeSort by relevance Sort by last modified time
    Searched full:sidebarparent (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 296 var sidebarParent = profileType.treeElement;
317 var index = sidebarParent.children.indexOf(group[0]._profilesTreeElement);
318 sidebarParent.insertChild(group._profilesTreeElement, index);
322 sidebarParent.removeChild(group[0]._profilesTreeElement);
336 sidebarParent = group._profilesTreeElement;
349 sidebarParent.appendChild(profileTreeElement);
362 var sidebarParent = profileType.treeElement;
376 sidebarParent.removeChild(profile._profilesTreeElement);

Completed in 825 milliseconds