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

  /external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc 48 FilePath history_proto_path; local
49 PathService::Get(chrome::DIR_TEST_DATA, &history_proto_path);
50 history_proto_path = history_proto_path.Append(
52 history_proto_path = history_proto_path.Append(TestDBName());
53 EXPECT_TRUE(file_util::PathExists(history_proto_path));
55 std::ifstream proto_file(history_proto_path.value().c_str());
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc 201 base::FilePath history_proto_path; local
202 PathService::Get(chrome::DIR_TEST_DATA, &history_proto_path);
203 history_proto_path = history_proto_path.Append(
205 history_proto_path = history_proto_path.Append(TestDBName());
206 EXPECT_TRUE(base::PathExists(history_proto_path));
208 std::ifstream proto_file(history_proto_path.value().c_str());
    [all...]

Completed in 1031 milliseconds