Searched defs:attachment_id (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Tools/QueueStatusServer/model/ |
D | workitems.py | 47 def display_position_for_attachment(self, attachment_id): argument 56 def _unguarded_add(key, attachment_id): argument 64 def add_work_item(self, attachment_id): argument 68 def _unguarded_remove(key, attachment_id): argument 76 def remove_work_item(self, attachment_id): argument
|
D | attachment.py | 40 def dirty(cls, attachment_id): argument 61 def __init__(self, attachment_id): argument
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
D | patchstatus.py | 35 def get(self, queue_name, attachment_id): argument
|
D | statusbubble.py | 53 def get(self, attachment_id): argument
|
/external/webkit/Tools/Scripts/webkitpy/common/config/ |
D | committervalidator.py | 97 attachment_id, argument 107 attachment_id, argument
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla.py | 252 def attachment_url_for_id(self, attachment_id, action="view"): argument 359 def fetch_attachment_contents(self, attachment_id): argument 375 def bug_id_for_attachment_id(self, attachment_id): argument 386 def fetch_attachment(self, attachment_id): argument 625 attachment_id, argument 645 attachment_id, argument 674 def obsolete_attachment(self, attachment_id, comment_text=None): argument
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
D | statusserver.py | 115 def _post_work_item_to_ews(self, attachment_id): argument 122 def submit_to_ews(self, attachment_id): argument
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 307 def fetch_attachment(self, attachment_id): argument 326 def attachment_url_for_id(self, attachment_id, action="view"): argument 333 attachment_id, argument
|