OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFirefoxImporterName
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/importer/
firefox_importer_utils_unittest.cc
104
TEST(FirefoxImporterUtilsTest,
GetFirefoxImporterName
) {
113
EXPECT_EQ(
GetFirefoxImporterName
(temp_dir.path()),
118
GetFirefoxImporterName
(base::FilePath(
firefox_importer_utils.h
92
base::string16
GetFirefoxImporterName
(const base::FilePath& app_path);
firefox_importer_utils.cc
256
base::string16
GetFirefoxImporterName
(const base::FilePath& app_path) {
/external/chromium_org/chrome/browser/importer/
importer_list.cc
84
firefox->importer_name =
GetFirefoxImporterName
(app_path);
Completed in 3358 milliseconds