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

  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 49 bool launched = local
52 EXPECT_TRUE(launched);
70 // This is important for the test as the way the browser process is launched
72 // is not an issue for production where the process is launched as a service
79 bool launched = local
82 EXPECT_TRUE(launched);
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_linux.cc 111 bool launched = false; local
115 launched = StartProxyConfigUtil(kGNOME2ProxyConfigCommand);
116 if (!launched) {
123 launched = StartProxyConfigUtil(kGNOME3ProxyConfigCommand);
129 launched = StartProxyConfigUtil(kKDE3ProxyConfigCommand);
133 launched = StartProxyConfigUtil(kKDE4ProxyConfigCommand);
141 if (launched)
  /external/chromium_org/chrome/browser/metrics/
android_metrics_provider.cc 55 // Track which Activities were launched by the user.
59 const int launched = local
67 if (launched & GetActivityFlag(activity_type))
135 // Record that the Activity was launched this sesaion.
137 // corresponds to a launched Activity type.
138 int launched = local
141 launched |= GetActivityFlag(type);
142 local_state_->SetInteger(prefs::kStabilityLaunchedActivityFlags, launched);
  /external/chromium_org/tools/traceline/traceline/
main.cc 1230 bool launched = false; local
    [all...]
  /external/ipsec-tools/src/racoon/
schedule.c 65 static time_t launched; /* time when the program launched. */ variable
187 t = n - launched;
278 time(&launched);
280 deltaY2038 = Y2038TIME_T - launched;
  /external/chromium_org/chrome/browser/service_process/
service_process_control.h 85 // |success_task| is called when we have successfully launched the process
155 bool launched() const { return launched_; } function in class:ServiceProcessControl::Launcher
198 // Method called by Launcher when the service process is launched.
service_process_control.cc 129 if (launcher_->launched()) {
376 // If the service process is not launched yet then check again in 2 seconds.
  /external/chromium_org/base/process/
launch_win.cc 169 // If this code is run under a debugger, the launched process is
190 BOOL launched = local
197 if (!launched) {
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 243 bool launched = base::LaunchProcess(*cmd_line, options, NULL); local
245 VLOG(1) << __FUNCTION__ << " result: " << launched; local
246 return launched;
390 // 3- It has been re-launched from the #2 case. In this case we enter
  /external/chromium_org/content/browser/
child_process_launcher.cc 298 bool launched = base::LaunchProcess(*cmd_line, options, &handle); local
299 if (!launched)
308 if (launched)
  /external/chromium_org/remoting/webapp/background/
app_launcher.js 32 * @return {Promise} The promise will resolve when the app is launched. It will
  /external/chromium_org/ui/file_manager/video_player/js/
background.js 30 * Called when an app is launched.
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 102 // Keeps track on which profiles have been launched.
125 // If this profile was the last launched one without an opened window,
148 // Since the startup code only executes for browsers launched in
174 // Check that browsers have been opened for all the launched profiles.
175 // Note that browsers opened for profiles that were not added as launched
200 // |profile| may never get launched, e.g., if it only had
213 // These are the profiles that get launched by
223 // should only be set once all profiles have been launched, otherwise,
314 const bool launched = lwp.Launch(profile, urls_to_launch, local
318 if (!launched) {
    [all...]
  /external/chromium_org/extensions/test/data/
data_receiver_unittest.js 5 // Tests launched by extensions/renderer/api/serial/data_receiver_unittest.cc
data_sender_unittest.js 5 // Tests launched by extensions/renderer/api/serial/data_sender_unittest.cc
serial_unittest.js 9 * client and the service. They are launched by
  /external/chromium_org/ui/file_manager/gallery/js/
background.js 118 * @return {Promise} Promise to be fulfilled after the application is launched.
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 109 Object files are built at the place where configure is launched.
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 109 Object files are built at the place where configure is launched.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 320 WallpaperUtil.testSendMessage('launched');
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 848 // The app just launched. Remove window state records that are not needed

Completed in 788 milliseconds