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

  /external/libchrome/ipc/
message_filter.cc 16 void MessageFilter::OnFilterAdded(Channel* channel) {}
message_filter.h 30 virtual void OnFilterAdded(Channel* channel);
ipc_sync_message_filter.h 42 void OnFilterAdded(Channel* channel) override;
52 // OnFilterAdded.
ipc_sync_message_filter.cc 100 void SyncMessageFilter::OnFilterAdded(Channel* channel) {
ipc_channel_proxy.cc 185 filters_[i]->OnFilterAdded(channel_.get());
257 new_filters[i]->OnFilterAdded(channel_.get());
ipc_channel_proxy_unittest.cc 153 void OnFilterAdded(IPC::Channel* channel) override {
181 // (and thus before OnFilterAdded is ever able to dispatch.) The only time
182 // we won't see OnFilterRemoved is immediately after OnFilterAdded, because
189 // We should always get the OnFilterAdded and OnChannelConnected events
ipc_sync_channel_unittest.cc     [all...]

Completed in 855 milliseconds