HomeSort by relevance Sort by last modified time
    Searched defs:osk (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/win/
win_util.cc 338 HWND osk = ::FindWindow(kOSKClassName, NULL); local
339 if (::IsWindow(osk) && ::IsWindowEnabled(osk)) {
340 PostMessage(osk, WM_SYSCOMMAND, SC_CLOSE, 0);
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 244 // If yes, retrieve the osk window scrolled state, remove the window from the
772 // Hack for checking if the OSK was displayed while we are in the foreground.
773 // The input pane notifications which are supposed to fire when the OSK is
776 // out. Logic is to find the OSK window and see if we are the foreground
777 // process. If yes then fire the notification once for when the OSK is shown
782 HWND osk = ::FindWindow(kOSKClassName, NULL); local
783 if (::IsWindow(osk)) {
788 ::GetWindowRect(osk, &osk_rect);
790 if (::IsWindowVisible(osk) && ::IsWindowEnabled(osk)) {
    [all...]

Completed in 46 milliseconds