OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachment_url_for_id
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py
86
# self._bugzilla().
attachment_url_for_id
(self.id()). scm_unittest.py
bugzilla.py
252
def
attachment_url_for_id
(self, attachment_id, action="view"):
member in class:Bugzilla
305
attachment['url'] = self.
attachment_url_for_id
(attachment['id'])
360
attachment_url = self.
attachment_url_for_id
(attachment_id)
378
attachment_url = self.
attachment_url_for_id
(attachment_id, 'edit')
637
self.browser.open(self.
attachment_url_for_id
(attachment_id, 'edit'))
662
self.browser.open(self.
attachment_url_for_id
(attachment_id, 'edit'))
682
self.browser.open(self.
attachment_url_for_id
(attachment_id, 'edit'))
[
all
...]
bugzilla_unittest.py
88
self.assertEquals(None, bugs.
attachment_url_for_id
(None))
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py
114
print "%s" % tool.bugs.
attachment_url_for_id
(patch.id(), action="edit")
/external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py
326
def
attachment_url_for_id
(self, attachment_id, action="view"):
member in class:MockBugzilla
Completed in 1645 milliseconds