Searched refs:CreateUrlFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dimporter_unittest.cc268 bool CreateUrlFile(std::wstring file, std::wstring url) { function
336 ASSERT_TRUE(CreateUrlFile(path + L"\\Google Home Page.url",
338 ASSERT_TRUE(CreateUrlFile(path + L"\\SubFolder\\Title.url",
340 ASSERT_TRUE(CreateUrlFile(path + L"\\TheLink.url",
342 ASSERT_TRUE(CreateUrlFile(path + L"\\WithPortAndQuery.url",
344 ASSERT_TRUE(CreateUrlFile(path + L"\\\x0061\\\x4E2D\x6587.url",
346 ASSERT_TRUE(CreateUrlFile(path + L"\\Links\\TheLink.url",
348 ASSERT_TRUE(CreateUrlFile(path + L"\\Links\\SubFolderOfLinks\\SubLink.url",

Completed in 46 milliseconds