Home
last modified time | relevance | path

Searched defs:PlatformAppBrowserTest (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/extensions/browser/api/app_window/
Dapp_window_apitest.cc84 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, WindowsApiProperties) { in IN_PROC_BROWSER_TEST_F() argument
91 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
97 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
104 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
110 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, WindowsApiGet) { in IN_PROC_BROWSER_TEST_F() argument
115 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, WindowsApiSetShape) { in IN_PROC_BROWSER_TEST_F() argument
120 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
139 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
146 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, WindowsApiAlphaEnabledInStable) { in IN_PROC_BROWSER_TEST_F() argument
156 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
[all …]
/external/chromium_org/chrome/browser/apps/
Dapp_browsertest.cc201 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, CreateAndCloseAppWindow) { in IN_PROC_BROWSER_TEST_F() argument
208 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, OnLaunchedEvent) { in IN_PROC_BROWSER_TEST_F() argument
214 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, DisabledWindowProperties) { in IN_PROC_BROWSER_TEST_F() argument
219 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, EmptyContextMenu) { in IN_PROC_BROWSER_TEST_F() argument
238 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, AppWithContextMenu) { in IN_PROC_BROWSER_TEST_F() argument
262 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, InstalledAppWithContextMenu) { in IN_PROC_BROWSER_TEST_F() argument
291 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, AppWithContextMenuTextField) { in IN_PROC_BROWSER_TEST_F() argument
316 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, AppWithContextMenuSelection) { in IN_PROC_BROWSER_TEST_F() argument
341 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, AppWithContextMenuClicked) { in IN_PROC_BROWSER_TEST_F() argument
371 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_DisallowNavigation) { in IN_PROC_BROWSER_TEST_F() argument
[all …]
Dapp_browsertest_util.cc37 PlatformAppBrowserTest::PlatformAppBrowserTest() { in PlatformAppBrowserTest() function in extensions::PlatformAppBrowserTest
/external/chromium_org/apps/
Dapp_restore_service_browsertest.cc30 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, RunningAppsAreRecorded) { in IN_PROC_BROWSER_TEST_F() argument
60 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, ActiveAppsAreRecorded) { in IN_PROC_BROWSER_TEST_F() argument
112 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, FileAccessIsSavedToPrefs) { in IN_PROC_BROWSER_TEST_F() argument
152 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_FileAccessIsRestored) { in IN_PROC_BROWSER_TEST_F() argument
Dload_and_launch_browsertest.cc33 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
70 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
/external/chromium_org/extensions/browser/api/runtime/
Druntime_apitest.cc60 IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, in IN_PROC_BROWSER_TEST_F() argument
/external/chromium_org/extensions/browser/app_window/
Dapp_window.h47 class PlatformAppBrowserTest; variable