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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shtypes.h 46 } ITEMIDLIST;
48 typedef ITEMIDLIST ITEMIDLIST_RELATIVE;
49 typedef ITEMIDLIST ITEMID_CHILD;
50 typedef ITEMIDLIST ITEMIDLIST_ABSOLUTE;
55 typedef ITEMIDLIST __unaligned *LPITEMIDLIST;
56 typedef const ITEMIDLIST __unaligned *LPCITEMIDLIST;
  /external/chromium_org/chrome/browser/
platform_util_win.cc 75 base::win::ScopedCoMem<ITEMIDLIST> dir_item;
82 base::win::ScopedCoMem<ITEMIDLIST> file_item;
89 const ITEMIDLIST* highlight[] = { file_item };

Completed in 72 milliseconds