Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.cc128 bool* opened_url) { in OpenAllImpl() argument
131 if (*opened_url) in OpenAllImpl()
137 if (!*opened_url) { in OpenAllImpl()
138 *opened_url = true; in OpenAllImpl()
154 OpenAllImpl(child_node, initial_disposition, navigator, opened_url); in OpenAllImpl()
385 bool opened_url = false; in OpenAll() local
387 OpenAllImpl(nodes[i], initial_disposition, &navigator, &opened_url); in OpenAll()