Home
last modified time | relevance | path

Searched refs:PlatformAppBrowserTest (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/
H A Dapp_browsertest_util.cc51 PlatformAppBrowserTest::PlatformAppBrowserTest() { in PlatformAppBrowserTest() function in extensions::PlatformAppBrowserTest
55 PlatformAppBrowserTest::~PlatformAppBrowserTest() {} in ~PlatformAppBrowserTest()
66 void PlatformAppBrowserTest::SetUpOnMainThread() { in SetUpOnMainThread()
81 void PlatformAppBrowserTest::TearDownOnMainThread() { in TearDownOnMainThread()
185 AppWindow* PlatformAppBrowserTest::GetFirstAppWindow() { in GetFirstAppWindow()
189 AppWindow* PlatformAppBrowserTest::GetFirstAppWindowForApp( in GetFirstAppWindowForApp()
223 size_t PlatformAppBrowserTest::GetAppWindowCount() { in GetAppWindowCount()
227 size_t PlatformAppBrowserTest::GetAppWindowCountForApp( in GetAppWindowCountForApp()
234 AppWindow* PlatformAppBrowserTest::CreateAppWindow( in CreateAppWindow()
274 AppWindow* PlatformAppBrowserTest::CreateTestAppWindow( in CreateTestAppWindow()
[all …]
H A Dapp_browsertest.cc479 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
834 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
1000 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
1053 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
1149 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
1216 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
1224 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
1247 PlatformAppBrowserTest::SetUp(); in SetUp()
1316 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
1333 PlatformAppBrowserTest::TearDownOnMainThread(); in TearDownOnMainThread()
[all …]
H A Dapp_browsertest_util.h36 class PlatformAppBrowserTest : public ExtensionApiTest {
38 PlatformAppBrowserTest();
39 ~PlatformAppBrowserTest() override;
137 DISALLOW_COPY_AND_ASSIGN(PlatformAppBrowserTest);
140 class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest {
H A Devent_page_browsertest.cc13 using extensions::PlatformAppBrowserTest;
17 class AppEventPageTest : public PlatformAppBrowserTest {
H A Dapp_speech_recognition_browsertest.cc13 class SpeechRecognitionTest : public extensions::PlatformAppBrowserTest {
34 extensions::PlatformAppBrowserTest::SetUp(); in SetUp()
H A Dapp_shim_quit_interactive_uitest_mac.mm34 using extensions::PlatformAppBrowserTest;
52 class AppShimQuitTest : public PlatformAppBrowserTest {
93 PlatformAppBrowserTest::SetUpCommandLine(command_line);
H A Dservice_worker_browsertest.cc8 using ServiceWorkerAppTest = extensions::PlatformAppBrowserTest;
H A Dapp_pointer_lock_interactive_uitest.cc12 class ExtensionPointerLockTest : public extensions::PlatformAppBrowserTest {
H A Dapp_window_interactive_uitest_base.h36 class AppWindowInteractiveTest : public extensions::PlatformAppBrowserTest {
H A Dplatform_app_navigation_redirector_browsertest.cc23 : public PlatformAppBrowserTest {
119 PlatformAppBrowserTest::SetUpCommandLine(command_line); in SetUpCommandLine()
H A Daudio_focus_web_contents_observer_browsertest.cc16 : public extensions::PlatformAppBrowserTest {
/dports/www/chromium-legacy/chromium-88.0.4324.182/apps/
H A Dload_and_launch_browsertest.cc35 using extensions::PlatformAppBrowserTest;
73 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
109 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
147 class LoadAndLaunchPlatformAppBrowserTest : public PlatformAppBrowserTest {
158 PlatformAppBrowserTest::SetUpCommandLine(command_line); in SetUpCommandLine()
176 class LoadAndLaunchExtensionBrowserTest : public PlatformAppBrowserTest {
187 PlatformAppBrowserTest::SetUpCommandLine(command_line); in SetUpCommandLine()
196 PlatformAppBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
H A Dapp_restore_service_browsertest.cc29 using extensions::PlatformAppBrowserTest;
34 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, RunningAppsAreRecorded) { in IN_PROC_BROWSER_TEST_F() argument
64 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, ActiveAppsAreRecorded) { in IN_PROC_BROWSER_TEST_F() argument
116 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, FileAccessIsSavedToPrefs) { in IN_PROC_BROWSER_TEST_F() argument
157 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_FileAccessIsRestored) { in IN_PROC_BROWSER_TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_browsertest.cc76 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in VerifyFeedbackAppLaunch()
127 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
151 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
182 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
216 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
248 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
331 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_browsertest.cc77 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in VerifyFeedbackAppLaunch()
128 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
151 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
182 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
216 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
248 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
334 PlatformAppBrowserTest::GetFirstAppWindowForBrowser(browser()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest_chromeos.cc111 class FileSystemApiTestForDrive : public PlatformAppBrowserTest {
122 PlatformAppBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
138 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
143 PlatformAppBrowserTest::TearDown(); in TearDown()
204 class FileSystemApiTestForRequestFileSystem : public PlatformAppBrowserTest {
213 PlatformAppBrowserTest::SetUpCommandLine(command_line); in SetUpCommandLine()
221 PlatformAppBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
243 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
247 PlatformAppBrowserTest::TearDownOnMainThread(); in TearDownOnMainThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest_chromeos.cc110 class FileSystemApiTestForDrive : public PlatformAppBrowserTest {
121 PlatformAppBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
137 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
142 PlatformAppBrowserTest::TearDown(); in TearDown()
203 class FileSystemApiTestForRequestFileSystem : public PlatformAppBrowserTest {
212 PlatformAppBrowserTest::SetUpCommandLine(command_line); in SetUpCommandLine()
220 PlatformAppBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
242 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
246 PlatformAppBrowserTest::TearDownOnMainThread(); in TearDownOnMainThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_apitest_chromeos.cc28 class BluetoothLowEnergyApiTestChromeOs : public PlatformAppBrowserTest {
35 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
44 PlatformAppBrowserTest::TearDownOnMainThread(); in TearDownOnMainThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_apitest_chromeos.cc28 class BluetoothLowEnergyApiTestChromeOs : public PlatformAppBrowserTest {
35 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
44 PlatformAppBrowserTest::TearDownOnMainThread(); in TearDownOnMainThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_update_service_browsertest.cc68 : public extensions::PlatformAppBrowserTest,
80 extensions::PlatformAppBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
95 extensions::PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/api/media_galleries/
H A Dmedia_galleries_apitest.cc56 using extensions::PlatformAppBrowserTest;
73 class MediaGalleriesPlatformAppBrowserTest : public PlatformAppBrowserTest {
79 PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
95 PlatformAppBrowserTest::TearDownOnMainThread(); in TearDownOnMainThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/api/sync_file_system/
H A Dsync_file_system_browsertest.cc64 class SyncFileSystemTest : public extensions::PlatformAppBrowserTest,
76 extensions::PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/api/music_manager_private/
H A Dmusic_manager_private_browsertest.cc14 using MusicManagerPrivateTest = extensions::PlatformAppBrowserTest;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/guest_view/
H A Dapp_view_browsertest.cc42 class AppViewTest : public extensions::PlatformAppBrowserTest {
95 extensions::PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dnotifications_browsertest.cc255 : public extensions::PlatformAppBrowserTest {
262 extensions::PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
619 : public extensions::PlatformAppBrowserTest {
623 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); in SetUpCommandLine()
628 extensions::PlatformAppBrowserTest::SetUpInProcessBrowserTestFixture(); in SetUpInProcessBrowserTestFixture()
633 extensions::PlatformAppBrowserTest::SetUpOnMainThread(); in SetUpOnMainThread()
657 extensions::PlatformAppBrowserTest::TearDownOnMainThread(); in TearDownOnMainThread()

123