Searched refs:comma_pos (Results 1 – 3 of 3) sorted by relevance
128 std::string::size_type comma_pos; in RunTabSwitchingUITest() local137 comma_pos = contents.find(",", pos); in RunTabSwitchingUITest()139 number_length = comma_pos - pos; in RunTabSwitchingUITest()
724 size_t comma_pos = value.find(',', begin_pos); in AddNonCacheableHeaders() local725 if (comma_pos == std::string::npos) in AddNonCacheableHeaders()726 comma_pos = value.size(); in AddNonCacheableHeaders()727 size_t end = comma_pos; in AddNonCacheableHeaders()739 begin_pos = comma_pos + 1; in AddNonCacheableHeaders()
164 size_t comma_pos = line.find(','); in ExtractPortFromPASVResponse() local165 if (comma_pos == std::string::npos) in ExtractPortFromPASVResponse()168 size_t space_pos = line.rfind(' ', comma_pos); in ExtractPortFromPASVResponse()