HomeSort by relevance Sort by last modified time
    Searched full:taskbar_hwnd (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 324 HWND taskbar_hwnd = FindWindow(kTrayClassName, NULL); local
359 if (focused_hwnd == taskbar_hwnd) {
760 HWND taskbar_hwnd = FindWindow(kTrayClassName, NULL); local
761 if (!taskbar_hwnd)
765 if (!GetWindowRect(taskbar_hwnd, &win_rect))
    [all...]

Completed in 2076 milliseconds