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

  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest_util.h 21 class PlatformAppBrowserTest : public ExtensionApiTest {
23 PlatformAppBrowserTest();
85 class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest {
platform_app_browsertest_util.cc 30 PlatformAppBrowserTest::PlatformAppBrowserTest() {
34 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
43 const Extension* PlatformAppBrowserTest::LoadAndLaunchPlatformApp(
63 const Extension* PlatformAppBrowserTest::InstallAndLaunchPlatformApp(
83 WebContents* PlatformAppBrowserTest::GetFirstShellWindowWebContents() {
91 ShellWindow* PlatformAppBrowserTest::GetFirstShellWindow() {
104 size_t PlatformAppBrowserTest::RunGetWindowsFunctionForExtension(
115 bool PlatformAppBrowserTest::RunGetWindowFunctionForExtension(
128 size_t PlatformAppBrowserTest::GetShellWindowCount()
    [all...]

Completed in 286 milliseconds