Searched defs:AbstractQueue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dsheriffbot.py35 from webkitpy.tool.commands.queues import AbstractQueue namespace
39 class SheriffBot(AbstractQueue, StepSequenceErrorHandler):
41 watchers = AbstractQueue.watchers + [
49 # AbstractQueue methods
52 AbstractQueue.begin_work_queue(self)
H A Dqueues.py57 class AbstractQueue(Command, QueueEngineDelegate): class in inherits:Command, QueueEngineDelegate
167 class FeederQueue(AbstractQueue):
175 AbstractQueue.begin_work_queue(self)
203 class AbstractPatchQueue(AbstractQueue):

Completed in 1635 milliseconds