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

  /external/chromium_org/ppapi/tests/
test_url_request.h 40 const std::string& expected_body);
test_url_loader.h 35 const std::string& expected_body);
test_url_loader.cc 196 const std::string& expected_body) {
216 if (body.size() != expected_body.size())
218 if (body != expected_body)
487 std::string expected_body = "hello\n";
488 if (data.size() != expected_body.size())
490 if (data != expected_body)
test_url_request.cc 291 PP_Resource url_request, const std::string& expected_body) {
326 if (actual_body != expected_body)
  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow_unittest.cc 187 std::string expected_body(
193 EXPECT_EQ(expected_body, body);
198 std::string expected_body(
204 EXPECT_EQ(expected_body, body);
209 std::string expected_body(
215 EXPECT_EQ(expected_body, body);
220 std::string expected_body(
226 EXPECT_EQ(expected_body, body);
  /external/chromium_org/net/tools/testserver/
testserver.py 837 expected_body = query_dict.get('expected_body', [])
838 if expected_body and request_body not in expected_body:
    [all...]

Completed in 133 milliseconds