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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
postdiffforcommit.py 39 mark_for_landing=True)
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 437 def _commit_queue_flag(self, mark_for_landing, mark_for_commit_queue):
438 if mark_for_landing:
444 # FIXME: mark_for_commit_queue and mark_for_landing should be joined into a single commit_flag argument.
450 mark_for_landing=False,
459 self.browser['flag_type-3'] = (self._commit_queue_flag(mark_for_landing, mark_for_commit_queue),)
514 mark_for_landing=False):
530 mark_for_landing=mark_for_landing,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 364 mark_for_landing=False):
365 log("MOCK add_patch_to_bug: bug_id=%s, description=%s, mark_for_review=%s, mark_for_commit_queue=%s, mark_for_landing=%s" %
366 (bug_id, description, mark_for_review, mark_for_commit_queue, mark_for_landing))

Completed in 141 milliseconds