OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initiating_profile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/
browser_navigator.cc
97
params->
initiating_profile
) ||
98
params->
initiating_profile
->IsGuestSession()) {
102
Profile* profile = params->
initiating_profile
;
135
Profile* profile = params->
initiating_profile
;
254
return params->
initiating_profile
;
418
initiating_profile
(NULL),
441
initiating_profile
(NULL),
466
initiating_profile
(a_profile),
494
params->
initiating_profile
= source_browser->profile();
495
DCHECK(params->
initiating_profile
);
[
all
...]
browser_navigator.h
205
// NULL, in which case |
initiating_profile
| must be provided.
218
Profile*
initiating_profile
;
member in struct:chrome::NavigateParams
browser.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.cc
66
new_tab_params.
initiating_profile
= Profile::FromBrowserContext(context);
/external/chromium_org/chrome/browser/android/
tab_android.cc
71
Profile* profile = params.
initiating_profile
;
Completed in 8771 milliseconds