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

  /external/chromium_org/chrome/browser/signin/
signin_promo.h 58 // |is_constrained} whether to load the URL in a constrained window, false
61 GURL GetPromoURL(Source source, bool auto_close, bool is_constrained);
signin_promo.cc 178 return GetPromoURL(source, auto_close, false /* is_constrained */);
181 GURL GetPromoURL(Source source, bool auto_close, bool is_constrained) {
191 if (is_constrained)
  /external/chromium_org/chrome/browser/sessions/
session_types.cc 63 is_constrained(true),
session_types.h 137 bool is_constrained; member in struct:SessionWindow
session_service.cc     [all...]
  /external/chromium/chrome/browser/sessions/
session_types.cc 103 is_constrained(true),
session_types.h 177 bool is_constrained; member in struct:SessionWindow
session_service.cc 843 if (i->second->tabs.empty() || i->second->is_constrained ||
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
inline_login_ui.cc 184 std::string is_constrained; local
185 net::GetValueForKeyInQuery(current_url, "constrained", &is_constrained);
186 if (!is_constrained.empty())
187 params.SetString("constrained", is_constrained);

Completed in 117 milliseconds