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

  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 121 // URLs. After the first url is opened |opened_url| is set to true and
128 bool* opened_url) {
131 if (*opened_url)
137 if (!*opened_url) {
138 *opened_url = true;
154 OpenAllImpl(child_node, initial_disposition, navigator, opened_url);
385 bool opened_url = false; local
387 OpenAllImpl(nodes[i], initial_disposition, &navigator, &opened_url);
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 335 const GURL& opened_url = match.destination_url; local
354 const bool is_hit = (*url_it == opened_url);
387 if (opened_url == it->first) {

Completed in 92 milliseconds