Home
last modified time | relevance | path

Searched refs:ParseBookmarkFromLine (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/utility/importer/
Dbookmark_html_reader_unittest.cc63 result = internal::ParseBookmarkFromLine( in TEST()
75 result = internal::ParseBookmarkFromLine( in TEST()
85 result = internal::ParseBookmarkFromLine( in TEST()
96 result = internal::ParseBookmarkFromLine( in TEST()
107 result = internal::ParseBookmarkFromLine( in TEST()
121 result = internal::ParseBookmarkFromLine( in TEST()
Dbookmark_html_reader.h72 bool ParseBookmarkFromLine(const std::string& line,
Dbookmark_html_reader.cc148 internal::ParseBookmarkFromLine(line, charset, &title, in ImportBookmarksFile()
304 bool ParseBookmarkFromLine(const std::string& line, in ParseBookmarkFromLine() function