Searched refs:launched (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_policy_browsertest.cc49 bool launched = local
52 EXPECT_TRUE(launched);
72 bool launched = local
75 EXPECT_TRUE(launched);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_linux.cc111 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/
H A Dandroid_metrics_provider.cc47 // Track which Activities were launched by the user.
51 const int launched = local
59 if (launched & GetActivityFlag(activity_type))
127 // Record that the Activity was launched this sesaion.
129 // corresponds to a launched Activity type.
130 int launched = local
133 launched |= GetActivityFlag(type);
134 local_state_->SetInteger(prefs::kStabilityLaunchedActivityFlags, launched);
/external/chromium_org/tools/traceline/traceline/
H A Dmain.cc1230 bool launched = false; local
1253 } else if (argc >= 2 && !launched && std::string("--attach") == argv[0]) {
1256 launched = true;
1258 } else if (!launched) {
1275 launched = true;
1282 if (!launched) {
/external/ipsec-tools/src/racoon/
H A Dschedule.c65 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/base/process/
H A Dlaunch_win.cc169 // If this code is run under a debugger, the launched process is
189 BOOL launched = local
196 if (!launched) {
/external/chromium_org/chrome/installer/util/
H A Duser_experiment.cc242 bool launched = base::LaunchProcess(*cmd_line, options, NULL); local
244 VLOG(1) << __FUNCTION__ << " result: " << launched; local
245 return launched;
389 // 3- It has been re-launched from the #2 case. In this case we enter
/external/chromium_org/content/browser/
H A Dchild_process_launcher.cc298 bool launched = base::LaunchProcess(*cmd_line, options, &handle); local
299 if (!launched)
308 if (launched)
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.h85 // |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.
H A Dservice_process_control.cc129 if (launcher_->launched()) {
371 // If the service process is not launched yet then check again in 2 seconds.
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc103 // Keeps track on which profiles have been launched.
126 // If this profile was the last launched one without an opened window,
149 // Since the startup code only executes for browsers launched in
175 // Check that browsers have been opened for all the launched profiles.
176 // Note that browsers opened for profiles that were not added as launched
201 // |profile| may never get launched, e.g., if it only had
214 // These are the profiles that get launched by
224 // should only be set once all profiles have been launched, otherwise,
315 const bool launched = lwp.Launch(profile, urls_to_launch, local
319 if (!launched) {
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh109 Object files are built at the place where configure is launched.
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh109 Object files are built at the place where configure is launched.

Completed in 1335 milliseconds