OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:urls_to_open
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/sessions/
session_restore.h
32
// If
urls_to_open
is non-empty, a tab is added for each of the URLs.
37
const std::vector<GURL>&
urls_to_open
);
54
// If
urls_to_open
is non-empty, a tab is added for each of the URLs.
60
const std::vector<GURL>&
urls_to_open
);
session_restore.cc
414
const std::vector<GURL>&
urls_to_open
)
420
urls_to_open_(
urls_to_open
),
783
const std::vector<GURL>&
urls_to_open
) {
802
always_create_tabbed_browser,
urls_to_open
);
811
const std::vector<GURL>&
urls_to_open
) {
813
always_create_tabbed_browser,
urls_to_open
);
841
const std::vector<GURL>&
urls_to_open
) {
842
return Restore(profile, NULL, true, false, true,
urls_to_open
);
session_service.h
64
bool RestoreIfNecessary(const std::vector<GURL>&
urls_to_open
);
203
bool RestoreIfNecessary(const std::vector<GURL>&
urls_to_open
,
session_service.cc
156
bool SessionService::RestoreIfNecessary(const std::vector<GURL>&
urls_to_open
) {
157
return RestoreIfNecessary(
urls_to_open
, NULL);
474
bool SessionService::RestoreIfNecessary(const std::vector<GURL>&
urls_to_open
,
495
profile(), browser, false, browser ? false : true,
urls_to_open
);
[
all
...]
/external/chromium/chrome/browser/ui/
browser_init.h
111
const std::vector<GURL>&
urls_to_open
,
153
const std::vector<GURL>&
urls_to_open
);
160
// . If
urls_to_open
is non-empty, they are opened and true is returned.
166
bool ProcessStartupURLs(const std::vector<GURL>&
urls_to_open
);
browser_init.cc
644
const std::vector<GURL>&
urls_to_open
,
694
RecordLaunchModeHistogram(
urls_to_open
.empty()?
696
ProcessLaunchURLs(process_startup,
urls_to_open
);
850
const std::vector<GURL>&
urls_to_open
) {
856
if (process_startup && ProcessStartupURLs(
urls_to_open
)) {
863
profile_->GetSessionService()->RestoreIfNecessary(
urls_to_open
))) {
873
std::vector<GURL> adjust_urls =
urls_to_open
;
885
const std::vector<GURL>&
urls_to_open
) {
907
SessionRestore::RestoreSessionSynchronously(profile_,
urls_to_open
);
914
RecordAppLaunches(profile_,
urls_to_open
, tabs)
1330
std::vector<GURL>
urls_to_open
= GetURLsFromCommandLine(
local
1350
std::vector<GURL>
urls_to_open
= GetURLsFromCommandLine(
local
[
all
...]
Completed in 593 milliseconds