OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bookmark_urls_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc
386
if (!
bookmark_urls_
.empty()) {
406
bookmark_urls_
.push_back(url);
432
if (
bookmark_urls_
.empty()) {
436
std::string url =
bookmark_urls_
.front();
447
bookmark_urls_
.pop_front();
449
} while (!
bookmark_urls_
.empty());
457
if (!
bookmark_urls_
.empty()) {
458
url = GURL(
bookmark_urls_
.front());
459
bookmark_urls_
.pop_front();
bookmark_html_writer.h
62
// Takes single url from
bookmark_urls_
and removes it from the list.
76
std::list<std::string>
bookmark_urls_
;
member in class:BookmarkFaviconFetcher
Completed in 521 milliseconds