Searched refs:httpSuccess_ (Results 1 – 2 of 2) sorted by relevance
165 httpSuccess_ = false; in PostUrl()173 if (!httpSuccess_ || responseCode_ / ONE_HUNDRED != VALID_RESPONSECODE_FIRST_NUM) { in PostUrl()304 httpSuccess_ = false; in GetUrl()312 if (!httpSuccess_) { in GetUrl()514 httpSuccess_ = true; in HttpCallBack()
59 bool httpSuccess_ = false; variable