HomeSort by relevance Sort by last modified time
    Searched refs:response_text (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 87 response_text = fetch_license_data(userid)
89 logging.debug('Attempting to JSON parse: %s' % response_text)
90 json = simplejson.loads(response_text)
93 logging.exception('Could not parse response as JSON: %s' % response_text)
  /external/chromium_org/rlz/win/lib/
machine_deal.cc 73 bool GetResponseLine(const char* response_text, int response_length,
84 const char* line_end = strchr(response_text + line_begin, '\n');
86 if (line_end == NULL || line_end - response_text > response_length) {
87 line_end = response_text + response_length;
90 *search_index = line_end - response_text + 1;
93 response_line->assign(response_text + line_begin,
94 line_end - response_text - line_begin);
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 7241 std::string response_text; local
7305 std::string response_text; local
7364 std::string response_text; local
7437 std::string response_text; local
7515 std::string response_text; local
    [all...]

Completed in 3232 milliseconds