Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/intent_helper/
H A Dcustom_tab.cc21 CustomTab::CustomTab(aura::Window* arc_app_window) in CustomTab() function in arc::CustomTab
30 CustomTab::~CustomTab() = default;
32 void CustomTab::Attach(gfx::NativeView view) { in Attach()
43 gfx::NativeView CustomTab::GetHostView() { in GetHostView()
47 void CustomTab::OnWindowBoundsChanged(aura::Window* window, in OnWindowBoundsChanged()
57 void CustomTab::OnWindowStackingChanged(aura::Window* window) { in OnWindowStackingChanged()
66 FROM_HERE, base::BindOnce(&CustomTab::EnsureWindowOrders, in OnWindowStackingChanged()
71 void CustomTab::OnWindowDestroying(aura::Window* window) { in OnWindowDestroying()
78 void CustomTab::UpdateHostBounds(aura::Window* arc_app_window) { in UpdateHostBounds()
94 void CustomTab::EnsureWindowOrders() { in EnsureWindowOrders()
[all …]
H A Dcustom_tab.h21 class ARC_EXPORT CustomTab : public aura::WindowObserver {
23 explicit CustomTab(aura::Window* arc_app_window);
24 CustomTab(const CustomTab&) = delete;
25 CustomTab& operator=(const CustomTab&) = delete;
26 ~CustomTab() override;
60 base::WeakPtrFactory<CustomTab> weak_ptr_factory_{this};
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/intent_helper/
H A Dcustom_tab_session_impl.h19 class CustomTab; variable
29 std::unique_ptr<arc::CustomTab> custom_tab,
37 CustomTabSessionImpl(std::unique_ptr<arc::CustomTab> custom_tab,
64 std::unique_ptr<arc::CustomTab> custom_tab_;
H A Dcustom_tab_session_impl.cc19 std::unique_ptr<arc::CustomTab> custom_tab, in Create()
31 std::unique_ptr<arc::CustomTab> custom_tab, in CustomTabSessionImpl()
H A Dcustom_tab_session_impl_browsertest.cc57 std::unique_ptr<arc::CustomTab> custom_tab, in CreateAndDestroyCustomTabSession()
101 auto custom_tab = std::make_unique<arc::CustomTab>(aura_window); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Darc_custom_tab_modal_dialog_host.h16 class CustomTab; variable
39 ArcCustomTabModalDialogHost(std::unique_ptr<arc::CustomTab> custom_tab,
55 std::unique_ptr<arc::CustomTab> custom_tab_;
H A Darc_custom_tab_modal_dialog_host.cc17 std::unique_ptr<arc::CustomTab> custom_tab, in ArcCustomTabModalDialogHost()
H A Dchrome_new_window_client.cc574 auto custom_tab = std::make_unique<arc::CustomTab>(arc_window); in OpenArcCustomTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/print_spooler/
H A Dprint_session_impl.h31 class CustomTab; variable
42 std::unique_ptr<CustomTab> custom_tab,
54 std::unique_ptr<CustomTab> custom_tab,
H A Darc_print_spooler_bridge.cc109 auto custom_tab = std::make_unique<CustomTab>(arc_window); in OnPrintDocumentSaved()
H A Dprint_session_impl.cc214 std::unique_ptr<CustomTab> custom_tab, in Create()
230 std::unique_ptr<CustomTab> custom_tab, in PrintSessionImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/experimental/bisect_lib/test_data/
H A DMOCK_RANGE_RESPONSE_1290CustomTab and have all CustomTabActivity using Tab\n\n*Adds a TabDelegateFactory that handles the …