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

  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 101 value->SetInteger("launch_type",
406 double launch_type; local
408 CHECK(args->GetDouble(1, &launch_type));
417 static_cast<int>(launch_type)));
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 1860 int launch_type; local
    [all...]
testing_automation_provider.cc 5000 ExtensionPrefs::LaunchType launch_type; local
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 637 ExtensionPrefs::LaunchType launch_type = local
640 UMA_HISTOGRAM_ENUMERATION("Extensions.AppTabLaunchType", launch_type, 100);
642 if (launch_type == ExtensionPrefs::LAUNCH_PINNED)
684 if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN &&
    [all...]

Completed in 101 milliseconds