Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/web_apps/
H A Dweb_app_frame_toolbar_browsertest.cc82 helper()->web_app_frame_toolbar()->GetLeftContainerForTesting(); in IN_PROC_BROWSER_TEST_F()
84 helper()->web_app_frame_toolbar()); in IN_PROC_BROWSER_TEST_F()
95 helper()->web_app_frame_toolbar()->GetRightContainerForTesting(); in IN_PROC_BROWSER_TEST_F()
97 helper()->web_app_frame_toolbar()); in IN_PROC_BROWSER_TEST_F()
101 ->web_app_frame_toolbar() in IN_PROC_BROWSER_TEST_F()
152 const int original_toolbar_width = helper()->web_app_frame_toolbar()->width(); in IN_PROC_BROWSER_TEST_F()
158 helper()->web_app_frame_toolbar()->SetSize( in IN_PROC_BROWSER_TEST_F()
159 {new_toolbar_width, helper()->web_app_frame_toolbar()->height()}); in IN_PROC_BROWSER_TEST_F()
224 helper()->web_app_frame_toolbar()->GetLeftContainerForTesting(); in IN_PROC_BROWSER_TEST_F()
226 helper()->web_app_frame_toolbar()->GetRightContainerForTesting(); in IN_PROC_BROWSER_TEST_F()
H A Dweb_app_frame_toolbar_test_helper.h28 WebAppFrameToolbarView* web_app_frame_toolbar() { in web_app_frame_toolbar() function
H A Dweb_app_frame_toolbar_interactive_uitest.cc53 helper()->web_app_frame_toolbar()->GetExtensionsToolbarContainer(); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc198 if (web_app_frame_toolbar()) { in GetTopInset()
340 if (web_app_frame_toolbar()) { in Layout()
341 web_app_frame_toolbar()->LayoutInContainer(GetToolbarLeftInset(), in Layout()
456 if (web_app_frame_toolbar()) in OnTabletModeToggled()
542 if (web_app_frame_toolbar()) in OnImmersiveRevealStarted()
543 container->AddChildViewAt(web_app_frame_toolbar(), 0); in OnImmersiveRevealStarted()
550 if (web_app_frame_toolbar()) in OnImmersiveRevealEnded()
551 AddChildViewAt(web_app_frame_toolbar(), 0); in OnImmersiveRevealEnded()
603 if (web_app_frame_toolbar()) in GetTabStripRightInset()
604 inset += web_app_frame_toolbar()->GetPreferredSize().width(); in GetTabStripRightInset()
[all …]
H A Dbrowser_non_client_frame_view.h167 WebAppFrameToolbarView* web_app_frame_toolbar) { in set_web_app_frame_toolbar() argument
168 web_app_frame_toolbar_ = web_app_frame_toolbar; in set_web_app_frame_toolbar()
170 WebAppFrameToolbarView* web_app_frame_toolbar() { in web_app_frame_toolbar() function
173 const WebAppFrameToolbarView* web_app_frame_toolbar() const { in web_app_frame_toolbar() function
H A Dglass_browser_frame_view.cc502 if (web_app_frame_toolbar()) { in TitlebarMaximizedVisualHeight()
507 maximized_height, web_app_frame_toolbar()->GetPreferredSize().height() + in TitlebarMaximizedVisualHeight()
656 (!web_app_frame_toolbar() || frame()->IsFullscreen())) { in LayoutTitleBar()
688 if (web_app_frame_toolbar()) { in LayoutTitleBar()
690 web_app_frame_toolbar()->LayoutInContainer(next_leading_x, in LayoutTitleBar()
H A Dbrowser_non_client_frame_view_mac.mm144 if (web_app_frame_toolbar()) {
148 return web_app_frame_toolbar()->GetPreferredSize().height() +
221 if (web_app_frame_toolbar() && !ShouldHideTopUIForFullscreen())
344 if (web_app_frame_toolbar()) {
346 web_app_frame_toolbar()->LayoutInContainer(leading_x, trailing_x, 0,