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

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 235 parent_hwnd_(NULL),
258 parent_hwnd_ = parent_host_view->GetNativeView();
260 Create(parent_hwnd_, NULL, NULL, WS_POPUP, WS_EX_TOOLWINDOW);
504 DCHECK(parent_hwnd_);
505 DCHECK(parent_hwnd_ != GetDesktopWindow());
506 SetParent(parent_hwnd_);
522 parent_hwnd_ << ":" << GetParent();
533 parent_hwnd_ = GetParent();
    [all...]
render_widget_host_view_win.h 337 HWND parent_hwnd_; member in class:RenderWidgetHostViewWin

Completed in 77 milliseconds