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

  /external/chromium_org/content/child/npapi/
npobject_proxy.cc 194 scoped_refptr<NPChannelBase> channel_copy = proxy->channel_; local
199 channel_copy.get(),
232 param_result, channel_copy.get(), np_result, render_view_id, page_url);
421 scoped_refptr<NPChannelBase> channel_copy = proxy->channel_; local
426 channel_copy.get(),
454 param_result, channel_copy.get(), np_result, render_view_id, page_url);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 246 List<Channel> channel_copy = new Vector<Channel>(); local
250 channel_copy.addAll(channels);
253 for (Channel c : channel_copy)
286 List<Channel> channel_copy = new Vector<Channel>(); local
290 channel_copy.addAll(channels);
293 for (Channel c : channel_copy)
    [all...]

Completed in 86 milliseconds