OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_tabs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/first_run/
first_run.h
78
std::vector<GURL>
new_tabs
;
member in struct:first_run::MasterPrefs
first_run.cc
471
install_prefs.GetFirstRunTabs(), &out_prefs->
new_tabs
);
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
230
const std::vector<GURL>&
new_tabs
) {
231
for (std::vector<GURL>::const_iterator it =
new_tabs
.begin();
232
it !=
new_tabs
.end(); ++it) {
[
all
...]
Completed in 2652 milliseconds