HomeSort by relevance Sort by last modified time
    Searched defs:PlatformAppBrowserTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.h 25 class PlatformAppBrowserTest : public ExtensionApiTest {
27 PlatformAppBrowserTest();
116 DISALLOW_COPY_AND_ASSIGN(PlatformAppBrowserTest);
119 class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest {
app_browsertest_util.cc 37 PlatformAppBrowserTest::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::GetFirstAppWindowWebContents()
    [all...]

Completed in 53 milliseconds