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

  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 242 OutputCapture().assert_outputs(self, bugzilla.add_cc_to_bug, [42, ["adam@example.com"]], expected_stderr=expected_stderr)
bugzilla.py 705 def add_cc_to_bug(self, bug_id, email_address_list): member in class:Bugzilla
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queues.py 65 self.tool.bugs.add_cc_to_bug(bug_id, self.watchers)

Completed in 336 milliseconds