Searched refs:empty_body (Results 1 – 2 of 2) sorted by relevance
156 bool empty_body = body.empty(); in CreateURLFetcher() local160 empty_body ? URLFetcher::GET : URLFetcher::POST, in CreateURLFetcher()173 if (!empty_body) in CreateURLFetcher()
97 bool empty_body = body.empty(); in CreateFetcher() local99 0, url, empty_body ? URLFetcher::GET : URLFetcher::POST, delegate); in CreateFetcher()110 if (!empty_body) in CreateFetcher()