Home | History | Annotate | Download | only in bookmarks

Lines Matching full:navigator

120 // |node| that are of type URL. |navigator| is the PageNavigator used to open
122 // |navigator| is set to the PageNavigator of the last active tab. This is done
127 PageNavigator** navigator,
135 (*navigator)->OpenURL(node->GetURL(), GURL(), disposition,
140 // the current page, reset the navigator just to be sure.
146 *navigator = current_tab;
154 OpenAllImpl(child_node, initial_disposition, navigator, opened_url);
364 PageNavigator* navigator,
371 if (!navigator) {
375 navigator = &navigator_impl;
381 navigator = browser->GetSelectedTabContents();
387 OpenAllImpl(nodes[i], initial_disposition, &navigator, &opened_url);
392 PageNavigator* navigator,
397 OpenAll(parent, profile, navigator, nodes, initial_disposition);