Searched refs:content_pos (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/net/
H A Dadb_client_socket.cc181 size_t content_pos = response_.find("Content-Length:"); local
182 if (content_pos != std::string::npos) {
183 size_t endline_pos = response_.find("\n", content_pos);
185 std::string len = response_.substr(content_pos + 15,
186 endline_pos - content_pos - 15);
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_device_manager.cc149 size_t content_pos = response_.find("Content-Length:"); local
150 if (content_pos != std::string::npos) {
151 size_t endline_pos = response_.find("\n", content_pos);
153 std::string len = response_.substr(content_pos + 15,
154 endline_pos - content_pos - 15);

Completed in 640 milliseconds