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

/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc876 // thread. |list_copy| will be deleted when the task is destroyed. The called
877 // |method| cannot take ownership of |list_copy|.
878 base::ListValue* list_copy = local
883 base::Bind(method, io_thread, base::Owned(list_copy)));

Completed in 106 milliseconds