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

/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc407 if (!bookmark_urls_.empty())
427 bookmark_urls_.push_back(url);
452 if (bookmark_urls_.empty()) {
456 std::string url = bookmark_urls_.front();
471 bookmark_urls_.pop_front();
473 } while (!bookmark_urls_.empty());
480 if (!bookmark_urls_.empty()) {
481 url = GURL(bookmark_urls_.front());
482 bookmark_urls_.pop_front();
H A Dbookmark_html_writer.h67 // Takes single url from bookmark_urls_ and removes it from the list.
81 std::list<std::string> bookmark_urls_; member in class:BookmarkFaviconFetcher

Completed in 1460 milliseconds