Home
last modified time | relevance | path

Searched refs:new_formats (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_flash_clipboard_thunk.cc73 scoped_ptr<uint32_t[]> new_formats(new uint32_t[data_item_count]); in WriteData_4_0() local
75 new_formats[i] = static_cast<uint32_t>(formats[i]); in WriteData_4_0()
77 new_formats.get(), data_items); in WriteData_4_0()