Searched refs:LoadIcon (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/
H A Dapp_icon_win.cc20 return LoadIcon(GetModuleHandle(chrome::kBrowserResourcesDll),
H A Dicon_manager.h35 // IconManager::LoadIcon()
67 // it via 'LoadIcon'. The returned bitmap is owned by the IconManager and must
82 Handle LoadIcon(const FilePath& file_name,
H A Dicon_manager.cc36 IconManager::Handle IconManager::LoadIcon( function in class:IconManager
57 // Balances the AddRef() in LoadIcon().
/external/chromium/chrome/browser/extensions/
H A Dextension_icon_manager.h26 void LoadIcon(const Extension* extension);
H A Dextension_icon_manager_unittest.cc119 icon_manager.LoadIcon(extension.get());
129 icon_manager.LoadIcon(extension.get());
H A Dextension_icon_manager.cc48 void ExtensionIconManager::LoadIcon(const Extension* extension) { function in class:ExtensionIconManager
H A Dextension_menu_manager.cc146 icon_manager_.LoadIcon(extension);
H A Dextension_service.cc1610 omnibox_popup_icon_manager_.LoadIcon(extension);
1611 omnibox_icon_manager_.LoadIcon(extension);
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_item_mac.h27 // |LoadIcon| if it wants to display the icon associated with this download.
45 void LoadIcon();
/external/openssl/apps/
H A Dwinrand.c91 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
96 wndclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION);
/external/chromium/chrome/browser/ui/webui/
H A Dfileicon_source.cc53 IconManager::Handle h = im->LoadIcon(escaped_filepath,
/external/chromium/chrome/common/extensions/
H A Dextension_action_unittest.cc18 static SkBitmap LoadIcon(const std::string& filename) { function
52 SkBitmap icon1 = LoadIcon("icon1.png");
53 SkBitmap icon2 = LoadIcon("icon2.png");
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h89 void LoadIcon();
H A Ddownload_item_gtk.cc181 LoadIcon();
378 LoadIcon();
532 void DownloadItemGtk::LoadIcon() { function in class:DownloadItemGtk
536 im->LoadIcon(icon_filepath_,
539 im->LoadIcon(icon_filepath_,
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc220 LoadIcon();
398 LoadIcon();
413 LoadIcon();
417 LoadIcon();
967 void DownloadItemView::LoadIcon() { function in class:DownloadItemView
969 im->LoadIcon(download_->GetUserVerifiedFilePath(),
1030 LoadIcon();
H A Ddownload_item_view.h136 void LoadIcon();
/external/libpng/contrib/gregbook/
H A Drpng-win.c501 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
506 wndclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION);
H A Drpng2-win.c733 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
738 wndclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION);
/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp270 wcex.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_WINLAUNCHER));
275 wcex.hIconSm = LoadIcon(wcex.hInstance, MAKEINTRESOURCE(IDI_SMALL));
/external/icu4c/samples/layout/
H A Dclayout.c84 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
H A Dlayout.cpp83 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/external/libpng/contrib/visupng/
H A DVisualPng.c91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
/external/qemu/android/
H A Dmain-common.c230 HICON icon = LoadIcon( handle, MAKEINTRESOURCE(1) );
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c1601 hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON2));
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp1601 hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON2));

Completed in 4253 milliseconds

12