Home
last modified time | relevance | path

Searched refs:view_to_attach (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/webview/
Dwebview.cc299 const gfx::NativeView view_to_attach = is_embedding_fullscreen_widget_ ? in AttachWebContents() local
303 if (holder_->native_view() == view_to_attach) in AttachWebContents()
307 holder_->Attach(view_to_attach); in AttachWebContents()
312 view_to_attach->Show(); in AttachWebContents()