Home
last modified time | relevance | path

Searched refs:GetWindowTitle (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/frontend-plugins/frontend-tools/
H A Dauto-scene-switcher-win.cpp7 static bool GetWindowTitle(HWND window, string &title) in GetWindowTitle() function
52 if (WindowValid(window) && GetWindowTitle(window, title)) in GetWindowList()
68 GetWindowTitle(window, title); in GetCurrentWindowTitle()
H A Dauto-scene-switcher-nix.cpp119 static std::string GetWindowTitle(size_t i) in GetWindowTitle() function
148 if (GetWindowTitle(i) != "") in GetWindowList()
149 windows.emplace_back(GetWindowTitle(i)); in GetWindowList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/global_media_controls/
H A Doverlay_media_notification_view_unittest.cc85 base::string16 GetWindowTitle() { in GetWindowTitle() function in OverlayMediaNotificationViewTest
86 return overlay_->widget_delegate()->GetWindowTitle(); in GetWindowTitle()
114 EXPECT_EQ(GetWindowTitle(), title1); in TEST_F()
118 EXPECT_EQ(GetWindowTitle(), title2); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/permission_bubble/
H A Dchooser_bubble_ui.cc52 base::string16 GetWindowTitle() const override;
134 GetBubbleFrameView()->SetTitleView(CreateTitleOriginLabel(GetWindowTitle())); in AddedToWidget()
137 base::string16 ChooserBubbleUiViewDelegate::GetWindowTitle() const { in GetWindowTitle() function in ChooserBubbleUiViewDelegate
138 return device_chooser_content_view_->GetWindowTitle(); in GetWindowTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dbrowser_view_unittest.cc324 EXPECT_EQ(browser_view()->GetWindowTitle().find(playing_icon), in TEST_F()
326 EXPECT_EQ(browser_view()->GetWindowTitle().find(muted_icon), in TEST_F()
330 EXPECT_NE(browser_view()->GetWindowTitle().find(playing_icon), in TEST_F()
332 EXPECT_EQ(browser_view()->GetWindowTitle().find(muted_icon), in TEST_F()
337 EXPECT_EQ(browser_view()->GetWindowTitle().find(playing_icon), in TEST_F()
339 EXPECT_NE(browser_view()->GetWindowTitle().find(muted_icon), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h58 std::string GetWindowTitle(CFDictionaryRef window);
62 std::string GetWindowTitle(CGWindowID id);
H A Dwindow_list_utils.cc168 const std::string title = GetWindowTitle(window); in GetWindowList()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle() function
283 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function
286 title = GetWindowTitle(window); in GetWindowTitle()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/mac/
H A Dwindow_list_utils.h58 std::string GetWindowTitle(CFDictionaryRef window);
62 std::string GetWindowTitle(CGWindowID id);
H A Dfull_screen_mac_application_handler.cc90 const std::string title = GetWindowTitle(original_window); in FindFullScreenWindowWithSamePid()
105 const std::string window_title = GetWindowTitle(src.id); in FindFullScreenWindowWithSamePid()
165 const std::string original_title = GetWindowTitle(original_window); in FindFullScreenWindow()
H A Dwindow_list_utils.cc168 const std::string title = GetWindowTitle(window); in GetWindowList()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle() function
283 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function
286 title = GetWindowTitle(window); in GetWindowTitle()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h58 std::string GetWindowTitle(CFDictionaryRef window);
62 std::string GetWindowTitle(CGWindowID id);
H A Dfull_screen_mac_application_handler.cc90 const std::string title = GetWindowTitle(original_window); in FindFullScreenWindowWithSamePid()
105 const std::string window_title = GetWindowTitle(src.id); in FindFullScreenWindowWithSamePid()
165 const std::string original_title = GetWindowTitle(original_window); in FindFullScreenWindow()
H A Dwindow_list_utils.cc168 const std::string title = GetWindowTitle(window); in GetWindowList()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle() function
283 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function
286 title = GetWindowTitle(window); in GetWindowTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h58 std::string GetWindowTitle(CFDictionaryRef window);
62 std::string GetWindowTitle(CGWindowID id);
H A Dfull_screen_mac_application_handler.cc90 const std::string title = GetWindowTitle(original_window); in FindFullScreenWindowWithSamePid()
105 const std::string window_title = GetWindowTitle(src.id); in FindFullScreenWindowWithSamePid()
165 const std::string original_title = GetWindowTitle(original_window); in FindFullScreenWindow()
H A Dwindow_list_utils.cc168 const std::string title = GetWindowTitle(window); in GetWindowList()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle() function
283 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function
286 title = GetWindowTitle(window); in GetWindowTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/ui/
H A Drequest_system_proxy_credentials_view_unittest.cc105 TEST_F(RequestSystemProxyCredentialsViewTest, GetWindowTitle) { in TEST_F() argument
107 EXPECT_EQ(system_proxy_dialog_->GetWindowTitle(), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/payments/
H A Dsave_card_bubble_views.cc107 std::make_unique<TitleWithIconAndSeparatorView>(GetWindowTitle())); in AddedToWidget()
110 base::string16 SaveCardBubbleViews::GetWindowTitle() const { in GetWindowTitle() function in autofill::SaveCardBubbleViews
111 return controller_ ? controller_->GetWindowTitle() : base::string16(); in GetWindowTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/crostini/
H A Dcrostini_ansible_software_config_view_browsertest.cc92 return ActiveView()->GetWindowTitle() == in HasDefaultStrings()
101 return ActiveView()->GetWindowTitle() == in HasErrorStrings()
110 return ActiveView()->GetWindowTitle() == in HasErrorOfflineStrings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/send_tab_to_self/
H A Dsend_tab_to_self_bubble_view_impl.cc64 base::string16 SendTabToSelfBubbleViewImpl::GetWindowTitle() const { in GetWindowTitle() function in send_tab_to_self::SendTabToSelfBubbleViewImpl
65 return controller_->GetWindowTitle(); in GetWindowTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dsettings_reset_prompt_dialog.cc106 base::string16 SettingsResetPromptDialog::GetWindowTitle() const { in GetWindowTitle() function in SettingsResetPromptDialog
107 return controller_ ? controller_->GetWindowTitle() : base::string16(); in GetWindowTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/lock_screen_apps/
H A Dtoast_dialog_view.cc82 base::string16 ToastDialogView::GetWindowTitle() const { in GetWindowTitle() function in lock_screen_apps::ToastDialogView
89 views::BubbleFrameView::CreateDefaultTitleLabel(GetWindowTitle()); in AddedToWidget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwindow_mini_view.cc35 base::string16 GetWindowTitle(aura::Window* window) { in GetWindowTitle() function
144 std::make_unique<views::Label>(GetWindowTitle(source_window_))); in WindowMiniView()
227 title_label_->SetText(GetWindowTitle(window)); in OnWindowTitleChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/examples/
H A Dwidget_example.cc33 base::string16 GetWindowTitle() const override;
59 base::string16 WidgetDialogExample::GetWindowTitle() const { in GetWindowTitle() function in views::examples::__anon279331fb0111::WidgetDialogExample
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/relaunch_notification/
H A Drelaunch_required_dialog_view.cc65 base::string16 RelaunchRequiredDialogView::GetWindowTitle() const { in GetWindowTitle() function in RelaunchRequiredDialogView
66 return relaunch_required_timer_.GetWindowTitle(); in GetWindowTitle()

12345678910>>...12