Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTopDownProfileDataGridTree.js53 _exclude: function(aCallUID) method in WebInspector.TopDownProfileDataGridNode
64 children[index]._exclude(aCallUID);
122 WebInspector.TopDownProfileDataGridNode.prototype._exclude.call(node, excludedCallUID); method in WebInspector
DBottomUpProfileDataGridTree.js69 _exclude: function(aCallUID) method in WebInspector.BottomUpProfileDataGridNode
80 children[index]._exclude(aCallUID);
280 children[index]._exclude(excludedCallUID);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
Dfinder.py159 self._exclude(modules, names, reason, bugid)
163 def _exclude(self, modules, module_prefixes, reason, bugid): member in Finder