Searched refs:send_type (Results 1 – 1 of 1) sorted by relevance
867 CookieSendType send_type = COOKIE_SEND_TYPE_NONE; in RecordCookieEvent() local870 send_type = COOKIE_SEND_TYPE_FIRST_PARTY; in RecordCookieEvent()873 send_type = COOKIE_SEND_TYPE_THIRD_PARTY_BLOCKING_RESOURCE; in RecordCookieEvent()875 send_type = COOKIE_SEND_TYPE_THIRD_PARTY; in RecordCookieEvent()879 DCHECK_GE(send_type, 0); in RecordCookieEvent()880 DCHECK_LT(send_type, COOKIE_SEND_TYPE_MAX); in RecordCookieEvent()882 if (cookie_send_type_ < send_type) in RecordCookieEvent()883 cookie_send_type_ = send_type; in RecordCookieEvent()