OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initiating_profile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/
browser_navigator.cc
93
params->
initiating_profile
) ||
94
params->
initiating_profile
->IsGuestSession()) {
98
Profile* profile = params->
initiating_profile
;
131
Profile* profile = params->
initiating_profile
;
246
return params->
initiating_profile
;
417
initiating_profile
(NULL),
439
initiating_profile
(NULL),
463
initiating_profile
(a_profile),
490
params->
initiating_profile
= source_browser->profile();
491
DCHECK(params->
initiating_profile
);
[
all
...]
browser_navigator.h
202
// NULL, in which case |
initiating_profile
| must be provided.
215
Profile*
initiating_profile
;
member in struct:chrome::NavigateParams
/external/chromium_org/chrome/browser/ui/apps/
chrome_shell_window_delegate.cc
96
new_tab_params.
initiating_profile
= profile;
/external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc
469
params.
initiating_profile
= profile;
Completed in 271 milliseconds