HomeSort by relevance Sort by last modified time
    Searched refs:AddAttachment (Results 1 - 9 of 9) sorted by null

  /external/libmojo/ipc/
ipc_message_attachment_set.h 67 bool AddAttachment(scoped_refptr<MessageAttachment> attachment,
72 bool AddAttachment(scoped_refptr<MessageAttachment> attachment);
ipc_message_attachment_set.cc 84 bool MessageAttachmentSet::AddAttachment(
115 bool MessageAttachmentSet::AddAttachment(
119 return AddAttachment(attachment, &index, &brokerable);
242 AddAttachment(
ipc_mojo_param_traits.cc 16 sizer->AddAttachment();
ipc_message.cc 240 return attachment_set()->AddAttachment(attachment);
247 bool success = attachment_set()->AddAttachment(
253 // PickleSizer::AddAttachment.
ipc_message_utils.cc 643 sizer->AddAttachment();
    [all...]
  /external/libchrome/base/
pickle.h 135 void AddAttachment();
pickle.cc 234 void PickleSizer::AddAttachment() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h 442 virtual HRESULT WINAPI AddAttachment(BSTR URL,BSTR UserName,BSTR Password,IBodyPart **ppBody) = 0;
510 HRESULT (WINAPI *AddAttachment)(IMessage *This,BSTR URL,BSTR UserName,BSTR Password,IBodyPart **ppBody);
    [all...]
cdoex.h 648 virtual HRESULT WINAPI AddAttachment(BSTR URL,BSTR UserName,BSTR Password,IBodyPart **ppBody) = 0;
716 HRESULT (WINAPI *AddAttachment)(IMessage *This,BSTR URL,BSTR UserName,BSTR Password,IBodyPart **ppBody);
    [all...]

Completed in 104 milliseconds