Searched refs:can_offer_for (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc341 OneClickSigninHelper::CanOfferFor can_offer_for = local
345 can_offer_for = OneClickSigninHelper::CAN_OFFER_FOR_SECONDARY_ACCOUNT;
352 can_offer_for = OneClickSigninHelper::CAN_OFFER_FOR_SECONDARY_ACCOUNT;
356 // No need to change |can_offer_for|.
362 contents, can_offer_for, email, &error_msg);
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc773 CanOfferFor can_offer_for,
798 if (can_offer_for == CAN_OFFER_FOR_INTERSTITAL_ONLY &&
818 if (can_offer_for != CAN_OFFER_FOR_SECONDARY_ACCOUNT) {
858 if (can_offer_for == CAN_OFFER_FOR_INTERSTITAL_ONLY) {
1082 CanOfferFor can_offer_for = local
1089 if (!web_contents || !CanOffer(web_contents, can_offer_for, email,
772 CanOffer(content::WebContents* web_contents, CanOfferFor can_offer_for, const std::string& email, std::string* error_message) argument
H A Done_click_signin_helper.h184 // If |can_offer_for| is |CAN_OFFER_FOR_INTERSTITAL_ONLY|, then only do the
193 CanOfferFor can_offer_for,

Completed in 112 milliseconds