Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dpanel_impl.h120 ? view_util::GetFor(view) in AddChildView()
121 : view_util::PassOwnership(view).release(); in AddChildView()
141 ? view_util::GetFor(view) in AddChildViewAt()
142 : view_util::PassOwnership(view).release(); in AddChildViewAt()
157 views::View* view_ptr = view_util::GetFor(view); in ReorderChildView()
175 views::View* view_ptr = view_util::GetFor(view); in RemoveChildView()
182 view_util::ResumeOwnership(view); in RemoveChildView()
188 CefRefPtr<CefView> view = view_util::GetFor( in RemoveAllChildViews()
210 view_util::GetFor(ParentClass::content_view()->children()[index], false); in GetChildViewAt()
Dview_util_mac.mm5 #include "libcef/browser/views/view_util.h"
11 namespace view_util {
32 } // namespace view_util
Ddisplay_impl.cc22 return new CefDisplayImpl(view_util::GetDisplayNearestPoint( in GetDisplayNearestPoint()
31 return new CefDisplayImpl(view_util::GetDisplayMatchingBounds( in GetDisplayMatchingBounds()
76 view_util::ConvertPointToPixels(&gfx_point, display_.device_scale_factor()); in ConvertPointToPixels()
83 view_util::ConvertPointFromPixels(&gfx_point, display_.device_scale_factor()); in ConvertPointFromPixels()
Dview_impl.h426 view_util::Register(this); in Initialize()
493 return view_util::GetWindowFor(root_view()->GetWidget()); in GetWindow()
524 return view_util::GetFor(view, true); in GetParentView()
532 return view_util::GetFor(view, true); in GetViewForID()
683 if (!view_util::ConvertPointToScreen(root_view(), &gfx_point, false)) in ConvertPointToScreen()
692 if (!view_util::ConvertPointFromScreen(root_view(), &gfx_point, false)) in ConvertPointFromScreen()
701 if (!view_util::ConvertPointToWindow(root_view(), &gfx_point)) in ConvertPointToWindow()
710 if (!view_util::ConvertPointFromWindow(root_view(), &gfx_point)) in ConvertPointFromWindow()
722 views::View* target_view = view_util::GetFor(view); in ConvertPointToView()
737 views::View* target_view = view_util::GetFor(view); in ConvertPointFromView()
Doverlay_view_host.cc46 return view_util::GetWindowFor(host_->window_view()->GetWidget()); in GetWindow()
181 ? base::WrapUnique(view_util::GetFor(view)) in Init()
182 : view_util::PassOwnership(view); in Init()
214 view_util::GetNativeWindow(window_view_->GetWidget())); in Init()
247 auto view = view_util::GetFor(view_, /*find_known_parent=*/false); in Destroy()
250 view_util::ResumeOwnership(view); in Destroy()
Dview_view.h49 views::CreateSolidBackground(view_util::kDefaultBackgroundColor)); in Initialize()
66 CefRefPtr<CefView> view = view_util::GetFor(this, false); in GetCefView()
216 CefRefPtr<CefView> child = view_util::GetFor(details.child, false); in NotifyChildViewChanged()
234 CefRefPtr<CefView> parent = view_util::GetFor(details.parent, true); in NotifyParentViewChanged()
Dbox_layout_impl.cc30 views::View* view_ptr = view_util::GetFor(view); in SetFlexForView()
44 views::View* view_ptr = view_util::GetFor(view); in ClearFlexForView()
Dscroll_view_impl.cc30 root_view()->SetContents(view_util::PassOwnership(view)); in SetContentView()
35 return view_util::GetFor(root_view()->contents(), false); in GetContentView()
Dwindow_view.cc75 view_util::GetNativeWindow(widget_), client_bounds); in GetWindowBoundsForClientBounds()
79 view_util::GetNativeWindow(widget_), pixel_bounds); in GetWindowBoundsForClientBounds()
308 params.parent = view_util::GetNativeView(parent_window_impl->widget()); in CreateWidget()
352 auto window = view_util::GetWindowHandle(widget); in CreateWidget()
501 return view_util::GetDisplayMatchingBounds( in GetDisplay()
Dbrowser_platform_delegate_views.cc127 return view_util::GetWindowHandle(GetWindowWidget()); in GetHostWindowHandle()
240 view_util::ConvertPointToScreen(browser_view_->root_view(), &screen_point, in GetScreenPoint()
285 view_util::ConvertPointFromScreen( in GetDialogPosition()
Dview_util_aura.cc11 namespace view_util { namespace
Dtextfield_view.cc18 SetFontList(gfx::FontList(view_util::kDefaultFontList)); in Initialize()
Dlabel_button_view.h36 ParentClass::SetFontList(gfx::FontList(view_util::kDefaultFontList)); in Initialize()
Dview_adapter.cc55 CefRefPtr<CefView> cef_view = view_util::GetFor(view, false); in GetFor()
Dmenu_button_impl.cc39 view_util::GetWindowFor(root_view()->GetWidget()); in ShowMenu()
Dview_util.h37 namespace view_util {
Dwindow_impl.cc531 return view_util::GetWindowHandle(widget_); in GetWindowHandle()
538 gfx::NativeWindow native_window = view_util::GetNativeWindow(widget_); in SendKeyPress()
673 std::unique_ptr<views::View> view_ptr = view_util::PassOwnership(this); in CreateWidget()
Dbrowser_view_impl.cc119 view_util::GetWindowFor(root_view()->GetWidget()); in HandleKeyboardEvent()
Dview_util.cc28 namespace view_util { namespace
/third_party/cef/libcef/browser/chrome/views/
Dchrome_views_util.cc12 return view_util::GetFor(view, /*find_known_parent=*/false) != nullptr; in IsCefView()
Dchrome_browser_view.cc92 view_util::PassOwnership(cef_toolbar_).release(); in OverrideCreateToolbar()
/third_party/cef/
DBUILD.gn1099 "libcef/browser/views/view_util.cc",
1100 "libcef/browser/views/view_util.h",