Home
last modified time | relevance | path

Searched refs:should_proceed_with_work_item (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues.py130 def should_proceed_with_work_item(self, work_item): member in AbstractQueue
187 def should_proceed_with_work_item(self, work_item): member in FeederQueue
258 def should_proceed_with_work_item(self, patch): member in CommitQueue
407 def should_proceed_with_work_item(self, patch): member in AbstractReviewQueue
440 def should_proceed_with_work_item(self, patch): member in StyleQueue
Dsheriffbot.py75 def should_proceed_with_work_item(self, failure_map): member in SheriffBot
Dqueuestest.py93 …self.assert_outputs(queue.should_proceed_with_work_item, "should_proceed_with_work_item", [work_it…
Dearlywarningsystem.py43 def should_proceed_with_work_item(self, patch): member in AbstractEarlyWarningSystem
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dqueueengine.py60 def should_proceed_with_work_item(self, work_item): member in QueueEngineDelegate
100 if not self._delegate.should_proceed_with_work_item(work_item):
Dqueueengine_unittest.py85 def should_proceed_with_work_item(self, work_item): member in LoggingDelegate
116 def should_proceed_with_work_item(self, work_item): member in NotSafeToProceedDelegate
/external/webkit/Tools/
DChangeLog-2010-05-2424766 - should_proceed_with_work_item must return a patch object.