Lines Matching refs:taskbar
252 // browser icon in the taskbar.
258 // Register this place-holder window to the taskbar as a child of
262 // means that Windows creates a taskbar button for this window in its
263 // taskbar. But it seems to be OK to register it without checking the
266 base::win::ScopedComPtr<ITaskbarList3> taskbar;
267 if (FAILED(taskbar.CreateInstance(CLSID_TaskbarList, NULL,
269 FAILED(taskbar->HrInit()) ||
270 FAILED(taskbar->RegisterTab(window_, frame_window_)) ||
271 FAILED(taskbar->SetTabOrder(window_, NULL)))
274 taskbar->SetTabActive(window_, frame_window_, 0);
659 // cursor onto the taskbar icon of this application window.
734 base::win::ScopedComPtr<ITaskbarList3> taskbar;
735 HRESULT result = taskbar.CreateInstance(CLSID_TaskbarList, NULL,
742 result = taskbar->HrInit();
748 result = taskbar->ActivateTab(hwnd());
788 base::win::ScopedComPtr<ITaskbarList3> taskbar;
789 HRESULT result = taskbar.CreateInstance(CLSID_TaskbarList, NULL,
794 result = taskbar->HrInit();
798 result = taskbar->UnregisterTab(hwnd());
1173 // Windows needs them (e.g. when a user hovers a taskbar icon) to avoid