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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 215 HWND cur_parent = ::GetParent(window); local
227 if (cur_parent == GetDesktopWindow()) {
232 cur_parent = ReparentWindow(window, parent);
234 } else if (!IsPluginWrapperWindow(cur_parent)) {
240 window = cur_parent;
242 if (cur_parent == GetDesktopWindow())

Completed in 79 milliseconds