OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_filters_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ipc/
ipc_channel_proxy.cc
156
pending_filters_
.clear();
192
new_filters.swap(
pending_filters_
);
212
for (size_t i = 0; i <
pending_filters_
.size(); ++i) {
213
if (
pending_filters_
[i].get() == filter) {
215
pending_filters_
.erase(
pending_filters_
.begin() + i);
240
pending_filters_
.push_back(make_scoped_refptr(filter));
ipc_channel_proxy.h
216
std::vector<scoped_refptr<MessageFilter> >
pending_filters_
;
member in class:IPC::ChannelProxy::Context
217
// Lock for
pending_filters_
.
Completed in 2039 milliseconds