HomeSort by relevance Sort by last modified time
    Searched full:first_content (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader_unittest.cc 346 std::string first_content; local
347 ASSERT_EQ(net::OK, test_util::ReadAllData(reader.get(), &first_content));
348 EXPECT_EQ(content_size, first_content.size());
380 EXPECT_EQ(first_content, second_content);
417 std::string first_content; local
418 ASSERT_EQ(net::OK, test_util::ReadAllData(reader.get(), &first_content));
421 EXPECT_EQ(kRangeLength, static_cast<int64>(first_content.size()));
450 EXPECT_EQ(first_content, second_content);
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit_unittest.cc 125 base::string16 first_content = notification->title(); local
136 EXPECT_NE(first_content, notification->title());

Completed in 167 milliseconds