HomeSort by relevance Sort by last modified time
    Searched refs:active_patch_id (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/QueueStatusServer/handlers/
gc.py 39 if status.active_patch_id or status.active_bug_id:
updatestatus.py 56 queue_status.active_patch_id = patch_id
65 Attachment.dirty(queue_status.active_patch_id)
queuestatus_unittest.py 37 self.active_patch_id = patch_id
queuestatus.py 55 return "%s-%s" % (status.active_patch_id, status.bot_id)
  /external/webkit/Tools/QueueStatusServer/model/
queuestatus.py 38 active_patch_id = db.IntegerProperty() variable in class:QueueStatus
attachment.py 50 attachment_id = status.active_patch_id
118 first_status = QueueStatus.all().filter('active_patch_id =', self.id).get()
126 status = QueueStatus.all().filter('queue_name =', queue.name()).filter('active_patch_id =', self.id).order('-date').get()

Completed in 291 milliseconds