Home | History | Annotate | Download | only in chromedriver

Lines Matching defs:desktop

228                   "apps can only be launched on desktop platforms");
460 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop();
461 if (!desktop) {
464 "command only supported for desktop Chrome without debuggerAddress");
468 Status status = desktop->GetAutomationExtension(&extension);
493 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop();
494 if (!desktop) {
497 "command only supported for desktop Chrome without debuggerAddress");
501 Status status = desktop->GetAutomationExtension(&extension);
512 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop();
513 if (!desktop) {
516 "command only supported for desktop Chrome without debuggerAddress");
520 Status status = desktop->GetAutomationExtension(&extension);
546 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop();
547 if (!desktop) {
550 "command only supported for desktop Chrome without debuggerAddress");
554 Status status = desktop->GetAutomationExtension(&extension);
566 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop();
567 if (!desktop) {
570 "command only supported for desktop Chrome without debuggerAddress");
574 Status status = desktop->GetAutomationExtension(&extension);