HomeSort by relevance Sort by last modified time
    Searched defs:expected_contents (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade_unittest.cc 127 std::string expected_contents = local
133 EXPECT_EQ(expected_contents, real_contents);
  /external/chromium_org/google_apis/drive/
base_requests_server_unittest.cc 101 std::string expected_contents; local
102 base::ReadFileToString(expected_path, &expected_contents);
103 EXPECT_EQ(expected_contents, contents);
gdata_wapi_requests_unittest.cc 1557 const std::string expected_contents = kTestId + kTestId + kTestId; local
    [all...]
drive_api_requests_unittest.cc 1608 const std::string expected_contents = kTestId + kTestId + kTestId; local
1643 const std::string expected_contents = kTestId + kTestId + kTestId; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 91 string* expected_contents = FindPtrOrNull(files_, virtual_filename); local
92 ASSERT_TRUE(expected_contents != NULL)
99 EXPECT_TRUE(actual_contents == *expected_contents)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 91 string* expected_contents = FindPtrOrNull(files_, virtual_filename); local
92 ASSERT_TRUE(expected_contents != NULL)
99 EXPECT_TRUE(actual_contents == *expected_contents)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 57 // Checks that file under path |selected_path| contains |expected_contents|.
60 const std::string& expected_contents) {
63 EXPECT_EQ(expected_contents, test_file_contents);
288 const std::string expected_contents = "hello from test extension."; local
290 base::Bind(&ExpectFileContentEquals, selected_path, expected_contents));
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 163 std::string expected_contents; local
164 base::RemoveChars(expected_contents_raw, "\r", &expected_contents);
166 if (!expected_contents.compare(0, strlen(kMarkSkipFile), kMarkSkipFile)) {
199 Tokenize(expected_contents, "\n", &expected_lines);
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 800 std::string expected_contents(file_size, '*');
801 EXPECT_TRUE(VerifyFile(download_path, expected_contents, file_size));
2762 std::string expected_contents = test_server()->GetURL(std::string()).spec(); local
    [all...]

Completed in 121 milliseconds