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

  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 38 ExtensionPrefs::LaunchType launch_type) {
40 service->extension_prefs()->SetLaunchType(app_id, launch_type);
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...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 55 launch_type: 1,
67 launch_type: 1,
79 launch_type: 1,
92 launch_type: 1,
104 launch_type: 1,
116 launch_type: 1,
127 launch_type: 1,
240 switch (parseInt(app.launch_type, 10)) {
258 alert('Unexpected launch type: ' + app.launch_type);
  /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/extensions/
extension_prefs.h 211 void SetLaunchType(const std::string& extension_id, LaunchType launch_type);
extension_prefs.cc 819 LaunchType launch_type) {
821 Value::CreateIntegerValue(static_cast<int>(launch_type)));
    [all...]
  /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/resources/ntp/
apps.js 146 appLink.setAttribute('launch-type', app['launch_type']);
164 a.setAttribute('launch-type', app['launch_type']);

Completed in 6129 milliseconds