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

  /external/libmojo/ipc/
ipc_message_attachment_set.cc 62 bool MessageAttachmentSet::AddAttachment(
85 bool MessageAttachmentSet::AddAttachment(
88 return AddAttachment(attachment, &index);
  /external/libchrome/base/
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 338 milliseconds