drive_api_requests_unittest.cc | 128 std::string expected_content_; member in class:google_apis::DriveApiRequestsTest 140 expected_content_.clear(); 331 // To use this method, both |expected_content_type_| and |expected_content_| 335 if (expected_content_type_.empty() || expected_content_.empty()) { 347 response->set_content(expected_content_); 844 expected_content_ = kTestChildrenResponse; [all...] |