HomeSort by relevance Sort by last modified time
    Searched refs:FindWindowEx (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/win/
message_window.cc 95 return FindWindowEx(HWND_MESSAGE, NULL, kMessageWindowClassName,
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_interactive_uitest_win.cc 145 ::FindWindowEx(shell_tray_hwnd, NULL, L"TrayNotifyWnd", NULL);
  /external/chromium_org/remoting/host/win/
rdp_client_window.cc 59 // FindWindowEx() this function walks the tree of windows recursively. The walk
67 HWND child = FindWindowEx(windows.front(), NULL, NULL, NULL);
79 child = FindWindowEx(windows.front(), child, NULL, NULL);
  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 65 window_found = win32gui.FindWindowEx(
68 # FindWindowEx() raises error 2 if not found
74 # If FindWindowEx struck gold, add to our list of windows found
  /external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc 263 dialog_window = FindWindowEx(NULL,
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 303 HWND button = FindWindowEx(window, NULL, L"Button", NULL);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 1209 milliseconds