Searched defs:child_window (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dfullscreen_linux.cc95 XID child_window = child_finder.window(); local
96 if (child_window == None)
98 top_most_window_ = child_window;
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_window_detector.cc65 bool HungWindowDetector::CheckChildWindow(HWND child_window) { argument
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,
167 ChildWndEnumProc(HWND child_window, LPARAM param) argument
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc1425 HWND child_window = ::RealChildWindowFromPoint(m_hWnd, cursor_pos); local
1426 if (::IsWindow(child_window) && child_window != m_hWnd) {
1427 if (ui::GetClassName(child_window) ==
1429 child_window = ::GetWindow(child_window, GW_CHILD);
1431 ::SetFocus(child_window);

Completed in 82 milliseconds