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

  /external/chromium_org/remoting/host/
disconnect_window_win.cc 306 HWND hwnd_button = GetDlgItem(hwnd_, IDC_DISCONNECT); local
308 if (!hwnd_button || !hwnd_message)
313 if (!GetControlText(hwnd_button, &button_text) ||
352 // Reposition and resize |hwnd_button| as well.
354 if (!GetControlRect(hwnd_button, &button_rect))
357 if (!GetControlTextWidth(hwnd_button, button_text, &control_width))
362 if (!SetWindowPos(hwnd_button, NULL,

Completed in 55 milliseconds