Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dview_impl.h332 DCHECK(root_view_); in PassOwnership()
333 return std::move(root_view_); in PassOwnership()
337 DCHECK(!root_view_); in ResumeOwnership()
338 root_view_.reset(root_view_ref_); in ResumeOwnership()
341 if (root_view_) in Detach()
342 root_view_.reset(); in Detach()
423 root_view_.reset(CreateRootView()); in Initialize()
424 DCHECK(root_view_.get()); in Initialize()
425 root_view_ref_ = root_view_.get(); in Initialize()
442 std::unique_ptr<ViewsViewClass> root_view_; variable
[all …]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dsession_connection.h56 scenic::View* root_view() { return &root_view_; } in root_view()
67 scenic::View root_view_; variable
Dsession_connection.cc23 root_view_(&session_wrapper_, std::move(view_token.value), debug_label), in SessionConnection()
38 root_view_.AddChild(root_node_); in SessionConnection()
/third_party/cef/patch/patches/
Dchrome_runtime_views.patch45 root_view_(nullptr),