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

  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 65 bool HungWindowDetector::CheckChildWindow(HWND child_window) {
69 if (!IsWindow(child_window)) {
78 GetWindowThreadProcessId(child_window, &child_window_process_id);
87 reinterpret_cast<int>(GetProp(child_window, kHungChildWindowTimeout));
94 if (0 == SendMessageTimeout(child_window,
105 SetProp(child_window, kHungChildWindowTimeout,
109 notification_->OnHungWindowDetected(child_window, top_level_window_,
112 if (!IsChild(top_level_window_, child_window)) {
126 if (GetWindowThreadProcessId(child_window, NULL) !=
146 GetWindowThreadProcessId(child_window, &process_id_check)
    [all...]
hung_window_detector.h 72 bool CheckChildWindow(HWND child_window);
74 static BOOL CALLBACK ChildWndEnumProc(HWND child_window, LPARAM param);
  /external/chromium/chrome/browser/
fullscreen_linux.cc 95 XID child_window = child_finder.window(); local
96 if (child_window == None)
98 top_most_window_ = child_window;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 1425 HWND child_window = ::RealChildWindowFromPoint(m_hWnd, cursor_pos); local
    [all...]

Completed in 41 milliseconds