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

1 2

  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_win.cc 20 base::win::MetroLaunchType launch_type = local
22 if ((launch_type == base::win::METRO_PROTOCOL) ||
23 (launch_type == base::win::METRO_LAUNCH))
25 return (launch_type == base::win::METRO_SEARCH) ?
  /external/chromium_org/base/win/
metro.cc 168 base::win::MetroLaunchType launch_type = get_launch_type(NULL); local
170 if ((launch_type == base::win::METRO_PROTOCOL) ||
171 (launch_type == base::win::METRO_LAUNCH)) {
176 } else if (launch_type == base::win::METRO_SEARCH) {
183 return launch_type;
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.h 55 virtual void OnShimLaunch(Host* host, AppShimLaunchType launch_type) = 0;
app_shim_host_mac.h 55 apps::AppShimLaunchType launch_type);
app_shim_host_mac.cc 68 apps::AppShimLaunchType launch_type) {
80 handler->OnShimLaunch(this, launch_type);
extension_app_shim_handler_mac.h 71 virtual void OnShimLaunch(Host* host, AppShimLaunchType launch_type) OVERRIDE;
104 AppShimLaunchType launch_type,
extension_app_shim_handler_mac.cc 175 AppShimLaunchType launch_type) {
194 OnProfileLoaded(host, launch_type, profile);
201 DCHECK_EQ(APP_SHIM_LAUNCH_NORMAL, launch_type);
206 host, launch_type));
212 AppShimLaunchType launch_type,
229 launch_type == APP_SHIM_LAUNCH_NORMAL ?
239 if (launch_type == APP_SHIM_LAUNCH_NORMAL)
app_shim_host_mac_unittest.cc 83 apps::AppShimLaunchType launch_type) OVERRIDE {
85 if (launch_type == apps::APP_SHIM_LAUNCH_NORMAL)
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 97 ExtensionPrefs::LaunchType launch_type = local
100 if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN)
102 else if (launch_type == ExtensionPrefs::LAUNCH_WINDOW)
199 ExtensionPrefs::LaunchType launch_type = local
202 UMA_HISTOGRAM_ENUMERATION("Extensions.AppTabLaunchType", launch_type, 100);
205 if (launch_type == ExtensionPrefs::LAUNCH_PINNED)
249 DCHECK(launch_type != ExtensionPrefs::LAUNCH_FULLSCREEN);
255 if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN &&
  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 38 ExtensionPrefs::LaunchType launch_type) {
40 service->extension_prefs()->SetLaunchType(app_id, launch_type);
  /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_org/chrome/browser/ui/app_list/
app_context_menu.cc 122 extensions::ExtensionPrefs::LaunchType launch_type) {
125 service->extension_prefs()->SetLaunchType(extension_id, 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);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 201 // Updates the launche type of the app for the specified id to |launch_type|.
204 extensions::ExtensionPrefs::LaunchType launch_type) = 0;
chrome_launcher_controller_per_app.h 197 // Updates the launche type of the app for the specified id to |launch_type|.
200 extensions::ExtensionPrefs::LaunchType launch_type) OVERRIDE;
chrome_launcher_controller_per_browser.h 185 // Updates the launche type of the app for the specified id to |launch_type|.
188 extensions::ExtensionPrefs::LaunchType launch_type) OVERRIDE;
chrome_launcher_controller_per_browser.cc 706 extensions::ExtensionPrefs::LaunchType launch_type) {
711 id_to_item_controller_map_[id]->app_id(), launch_type);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 151 value->SetInteger("launch_type",
543 double launch_type; local
545 CHECK(args->GetDouble(1, &launch_type));
558 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_org/chrome/browser/automation/
automation_provider_observers.cc 1773 int launch_type; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.h 392 void SetLaunchType(const std::string& extension_id, LaunchType launch_type);
  /external/chromium/chrome/browser/resources/ntp/
apps.js 146 appLink.setAttribute('launch-type', app['launch_type']);
164 a.setAttribute('launch-type', app['launch_type']);
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 376 milliseconds

1 2