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

  /external/chromium_org/base/win/
shortcut.cc 30 ScopedComPtr<IShellLink>* i_shell_link,
60 ScopedComPtr<IShellLink> old_i_shell_link;
64 ScopedComPtr<IShellLink> i_shell_link;
185 ScopedComPtr<IShellLink> i_shell_link;
187 // Get pointer to the IShellLink interface.
194 // Query IShellLink for the IPersistFile interface.
  /external/chromium_org/base/test/
test_shortcut_win.cc 52 ScopedComPtr<IShellLink> i_shell_link;
  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 20 // Creates an IShellLink object.
21 // An IShellLink object is almost the same as an application shortcut, and it
27 // Create an IShellLink object.
28 base::win::ScopedComPtr<IShellLink> link;
42 // arguments and set it as the arguments of this IShellLink object.
52 // Attach the given icon path to this IShellLink object.
53 // Since an icon is an optional item for an IShellLink object, so we don't
58 // Set the title of the IShellLink object.
59 // The IShellLink interface does not have any functions which update its
75 // Add this IShellLink object to the given collection
    [all...]
shell_integration_win.cc 475 base::win::ScopedComPtr<IShellLink> shell_link;
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 175 base::win::ScopedComPtr<IShellLink> i_shell_link;
181 // Get pointer to the IShellLink interface
186 // Query IShellLink for the IPersistFile interface
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]
  /external/chromium_org/net/url_request/
url_request_unittest.cc     [all...]

Completed in 171 milliseconds