Searched defs:Attachment (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dpostdiffforrevert.py29 from webkitpy.common.net.bugzilla import Attachment namespace
46 "%s%s" % (Attachment.rollout_preamble, state["revision"]),
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DAttachmentUnix.cpp28 #include "Attachment.h"
35 Attachment::Attachment(int fileDescriptor, size_t size) function in class:CoreIPC::Attachment
44 void Attachment::dispose()
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A D__init__.py6 # Unclear if Bug and Attachment need to be public classes.
8 from .attachment import Attachment namespace
H A Dbug.py31 from .attachment import Attachment namespace
88 return [Attachment(attachment, self) for attachment in attachments]
H A Dattachment.py34 class Attachment(object): class in inherits:object
H A Dbugzilla.py41 from .attachment import Attachment namespace
383 # FIXME: This should just return Attachment(id), which should be able to
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dreleasepatch.py33 from model.attachment import Attachment namespace
50 attachment = Attachment(attachment_id)
H A Dstatusbubble.py34 from model.attachment import Attachment namespace
54 attachment = Attachment(int(attachment_id))
H A Ddashboard.py34 from model.attachment import Attachment namespace
62 "rows": [self._build_row(attachment) for attachment in Attachment.recent(limit=25)],
H A Dsubmittoews.py33 from model.attachment import Attachment namespace
63 attachment = Attachment(attachment_id)
H A Dupdatestatus.py34 from model.attachment import Attachment namespace
65 Attachment.dirty(queue_status.active_patch_id)
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DAttachment.cpp27 #include "Attachment.h"
34 Attachment::Attachment() function in class:CoreIPC::Attachment
40 Attachment::Attachment(mach_port_name_t port, mach_msg_type_name_t disposition) function in class:CoreIPC::Attachment
47 Attachment::Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate) function in class:CoreIPC::Attachment
56 void Attachment::release()
62 void Attachment::encode(ArgumentEncoder* encoder) const
67 bool Attachment
[all...]
H A DAttachment.h34 class Attachment { class in namespace:CoreIPC
36 Attachment();
49 Attachment(mach_port_name_t port, mach_msg_type_name_t disposition);
50 Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate);
52 Attachment(int fileDescriptor, size_t);
79 static bool decode(ArgumentDecoder*, Attachment&);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dqueuestest.py31 from webkitpy.common.net.bugzilla import Attachment namespace
H A Dqueues_unittest.py33 from webkitpy.common.net.bugzilla import Attachment namespace
201 return Attachment(attachment_dictionary, None)
H A Dqueues.py42 from webkitpy.common.net.bugzilla import Attachment namespace
217 patch = Attachment({'id': patch_id}, None)
454 message = "Attachment %s did not pass %s:\n\n%s\n\nIf any of these errors are false positives, please file a bug against check-webkit-style." % (state["patch"].id(), cls.name, script_error.message_with_output(output_limit=3*1024))
/external/webkit/Tools/QueueStatusServer/model/
H A Dattachment.py38 class Attachment(object): class in inherits:object
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed namespace
279 # FIXME: This code is brittle if the Attachment API changes.
280 attachment = Attachment({"bug_id": 12345}, None)
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py35 from webkitpy.common.net.bugzilla import Bug, Attachment namespace

Completed in 164 milliseconds