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

  /external/chromium_org/chrome/utility/importer/
bookmark_html_reader.h 72 bool ParseBookmarkFromLine(const std::string& line,
bookmark_html_reader_unittest.cc 60 result = internal::ParseBookmarkFromLine(
72 result = internal::ParseBookmarkFromLine(
82 result = internal::ParseBookmarkFromLine(
93 result = internal::ParseBookmarkFromLine(
104 result = internal::ParseBookmarkFromLine(
118 result = internal::ParseBookmarkFromLine(
bookmark_html_reader.cc 148 internal::ParseBookmarkFromLine(line, charset, &title,
304 bool ParseBookmarkFromLine(const std::string& line,
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest.cc 110 result = Firefox2Importer::ParseBookmarkFromLine(
122 result = Firefox2Importer::ParseBookmarkFromLine(
132 result = Firefox2Importer::ParseBookmarkFromLine(
143 result = Firefox2Importer::ParseBookmarkFromLine(
154 result = Firefox2Importer::ParseBookmarkFromLine(
168 result = Firefox2Importer::ParseBookmarkFromLine(
firefox2_importer.h 97 static bool ParseBookmarkFromLine(const std::string& line,
firefox2_importer.cc 122 if (ParseBookmarkFromLine(line, charset, &title, &url,
194 is_bookmark = ParseBookmarkFromLine(line, charset, &title,
465 bool Firefox2Importer::ParseBookmarkFromLine(const std::string& line,

Completed in 32 milliseconds