Searched refs:SetOverlayIcon (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator_win.cc27 // Responsible for invoking TaskbarList::SetOverlayIcon(). The call to
28 // TaskbarList::SetOverlayIcon() runs a nested message loop that proves
32 // Docs for TaskbarList::SetOverlayIcon() say it does nothing if the HWND is not
34 void SetOverlayIcon(HWND hwnd, scoped_ptr<SkBitmap> bitmap) { function in namespace:chrome::__anon5289
66 taskbar->SetOverlayIcon(hwnd, icon, L"");
80 // SetOverlayIcon() does nothing if the window is not visible so testing here
93 FROM_HERE, base::Bind(&SetOverlayIcon, hwnd, Passed(&bitmap)),

Completed in 41 milliseconds