Searched defs:PlatformAppBrowserTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.h25 class PlatformAppBrowserTest : public ExtensionApiTest { class in namespace:extensions
27 PlatformAppBrowserTest();
116 DISALLOW_COPY_AND_ASSIGN(PlatformAppBrowserTest);
119 class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest {
H A Dapp_browsertest_util.cc37 PlatformAppBrowserTest::PlatformAppBrowserTest() { function in class:extensions::PlatformAppBrowserTest
41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
51 AppWindow* PlatformAppBrowserTest::GetFirstAppWindowForBrowser(
64 const Extension* PlatformAppBrowserTest::LoadAndLaunchPlatformApp(
80 const Extension* PlatformAppBrowserTest::LoadAndLaunchPlatformApp(
90 const Extension* PlatformAppBrowserTest::InstallPlatformApp(
99 const Extension* PlatformAppBrowserTest::InstallAndLaunchPlatformApp(
114 void PlatformAppBrowserTest::LaunchPlatformApp(const Extension* extension) {
119 WebContents* PlatformAppBrowserTest
[all...]

Completed in 67 milliseconds