OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_attachments
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentEncoder.cpp
56
for (int i = 0; i <
m_attachments
.size(); ++i)
57
m_attachments
[i].dispose();
149
m_attachments
.append(attachment);
155
newList.swap(
m_attachments
);
163
printf("Number of Attachments: %d\n", (int)
m_attachments
.size());
ArgumentDecoder.cpp
43
m_attachments
.swap(attachments);
53
Deque<Attachment>::iterator end =
m_attachments
.end();
54
for (Deque<Attachment>::iterator it =
m_attachments
.begin(); it != end; ++it)
218
if (
m_attachments
.isEmpty())
221
attachment =
m_attachments
.takeFirst();
229
printf("Number of Attachments: %d\n", (int)
m_attachments
.size());
ArgumentEncoder.h
87
Vector<Attachment>
m_attachments
;
member in class:CoreIPC::ArgumentEncoder
ArgumentDecoder.h
121
Deque<Attachment>
m_attachments
;
member in class:CoreIPC::ArgumentDecoder
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp
148
:
m_attachments
(attachments)
153
iterator end =
m_attachments
.end();
154
for (iterator i =
m_attachments
.begin(); i != end; ++i)
158
T&
m_attachments
;
member in class:CoreIPC::AttachmentResourceGuard
Completed in 333 milliseconds