Home
last modified time | relevance | path

Searched refs:initiating_profile (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dbrowser_navigator.cc97 params->initiating_profile) || in AdjustNavigateParamsForURL()
98 params->initiating_profile->IsGuestSession()) { in AdjustNavigateParamsForURL()
102 Profile* profile = params->initiating_profile; in AdjustNavigateParamsForURL()
135 Profile* profile = params->initiating_profile; in GetBrowserForDisposition()
254 return params->initiating_profile; in GetSourceProfile()
418 initiating_profile(NULL), in NavigateParams()
441 initiating_profile(NULL), in NavigateParams()
466 initiating_profile(a_profile), in NavigateParams()
494 params->initiating_profile = source_browser->profile(); in Navigate()
495 DCHECK(params->initiating_profile); in Navigate()
[all …]
Dbrowser_navigator.h218 Profile* initiating_profile; member
Dbrowser.cc1843 params.initiating_profile = profile_; in NavigateOnThumbnailClick()
/external/chromium_org/chrome/browser/ui/apps/
Dchrome_app_delegate.cc66 new_tab_params.initiating_profile = Profile::FromBrowserContext(context); in OpenURLFromTabInternal()
/external/chromium_org/chrome/browser/android/
Dtab_android.cc71 Profile* profile = params.initiating_profile; in CreateTargetContents()