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

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs.cc139 base::ListValue* to_list) {
140 to_list->Clear();
142 to_list->Set(i, new base::StringValue(base::Int64ToString(
137 TransferList( const base::ListValue& from_list, base::ListValue* to_list) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc231 void VCMJitterBuffer::CopyFrames(FrameList* to_list, argument
233 to_list->clear();
237 to_list->InsertFrame(frame_buffers_[*index]);

Completed in 351 milliseconds