Searched refs:is_constrained (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc80 std::string is_constrained; local
82 current_url, signin::kSignInPromoQueryKeyConstrained, &is_constrained);
83 if (!is_constrained.empty())
84 params.SetString(signin::kSignInPromoQueryKeyConstrained, is_constrained);
H A Dinline_login_handler_impl.cc271 std::string is_constrained; local
272 net::GetValueForKeyInQuery(current_url, "constrained", &is_constrained);
273 if (is_constrained == "1")
/external/ceres-solver/internal/ceres/
H A Dminimizer.h117 is_constrained = false;
186 bool is_constrained; member in struct:ceres::internal::Minimizer::Options
H A Dtrust_region_minimizer.cc144 const bool use_line_search = options.is_constrained;
181 if (options.is_constrained) {
H A Dsolver_impl.cc75 minimizer_options.is_constrained = program->IsBoundsConstrained();
/external/chromium_org/chrome/browser/sessions/
H A Dsession_types.h141 bool is_constrained; member in struct:SessionWindow
H A Dsession_types.cc63 is_constrained(true),
H A Dsession_service.cc1019 if (window->tabs.empty() || window->is_constrained ||
1251 GetWindow(payload.id, windows)->is_constrained = false;
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.h86 // |is_constrained} whether to load the URL in a constrained window, false
89 GURL GetPromoURL(Source source, bool auto_close, bool is_constrained);
H A Dsignin_promo.cc175 return GetPromoURL(source, auto_close, false /* is_constrained */);
178 GURL GetPromoURL(Source source, bool auto_close, bool is_constrained) { argument
186 if (is_constrained)
234 switches::IsNewAvatarMenu() /* is_constrained */);

Completed in 1329 milliseconds