OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_cc_to_bug
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
suggestreviewers.py
51
self._tool.bugs.
add_cc_to_bug
(state['bug_id'], reviewer_emails)
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py
297
OutputCapture().assert_outputs(self, bugzilla.
add_cc_to_bug
, [42, ["adam@example.com"]], expected_stderr=expected_stderr)
bugzilla.py
695
def
add_cc_to_bug
(self, bug_id, email_address_list):
member in class:Bugzilla
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py
76
self._tool.bugs.
add_cc_to_bug
(bug_id, self.watchers)
Completed in 833 milliseconds