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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
postdiffforcommit.py 38 mark_for_review=False,
postdiffforrevert.py 48 mark_for_review=False,
postdiff.py 48 self._tool.bugs.add_patch_to_bug(state["bug_id"], diff, description, comment_text=comment_text, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 448 mark_for_review=False,
458 self.browser['flag_type-1'] = ('?',) if mark_for_review else ('X',)
512 mark_for_review=False,
528 mark_for_review=mark_for_review,
567 mark_for_review=False,
605 mark_for_review=mark_for_review,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 342 tool.bugs.add_patch_to_bug(bug_id, diff, description, comment_text, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
459 bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff, "Patch", cc=options.cc, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
478 bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff, "Patch", cc=options.cc, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 285 mark_for_review=False,
362 mark_for_review=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 33 milliseconds