Searched defs:channel_array (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/
H A Dwebmessageportchannel_impl.cc47 const std::vector<WebMessagePortChannelImpl*>& channel_array = local
49 for (size_t i = 0; i < channel_array.size(); i++) {
50 channel_array[i]->destroy();
144 const std::vector<WebMessagePortChannelImpl*>& channel_array = local
146 WebMessagePortChannelArray result_ports(channel_array.size());
147 for (size_t i = 0; i < channel_array.size(); i++) {
148 result_ports[i] = channel_array[i];
259 const std::vector<WebMessagePortChannelImpl*>& channel_array = local
261 std::vector<int> port_ids(channel_array.size());
262 for (size_t i = 0; i < channel_array
[all...]

Completed in 51 milliseconds