OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSameProfile
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.cc
60
if (!profile_->
IsSameProfile
(window_controller->profile()))
73
if (!profile_->
IsSameProfile
(window_controller->profile()))
138
profile_->
IsSameProfile
(window_controller->profile())) {
tabs_event_router.cc
126
if (!profile_->
IsSameProfile
(browser->profile()))
163
if (!profile_->
IsSameProfile
(browser->profile()))
418
if (!profile_->
IsSameProfile
(profile) ||
430
if (!profile_->
IsSameProfile
(profile))
/external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list.cc
54
if (profile->
IsSameProfile
(model_profile) &&
/external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.cc
52
return static_cast<Profile*>(first)->
IsSameProfile
(
navigation_observer.cc
37
if (!profile_->
IsSameProfile
(
permissions_updater.cc
141
if (profile_->
IsSameProfile
(profile)) {
webstore_installer.cc
346
installer->profile()->
IsSameProfile
(profile_)) {
353
CHECK(profile_->
IsSameProfile
(content::Source<Profile>(source).ptr()));
389
if (!profile_->
IsSameProfile
(crx_installer->profile()))
user_script_master.cc
416
if (!profile_->
IsSameProfile
(profile))
450
if (!profile_->
IsSameProfile
(profile))
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h
79
virtual bool
IsSameProfile
(Profile* profile) OVERRIDE;
fake_profile.cc
146
bool FakeProfile::
IsSameProfile
(Profile* profile) {
/external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc
145
profile->
IsSameProfile
((*iter)->profile())) {
154
if (profile->
IsSameProfile
((*iter)->profile()) &&
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_api.cc
93
return profile_->
IsSameProfile
(active_profile);
braille_display_private_apitest.cc
276
ProfileHelper::GetSigninProfile()->
IsSameProfile
(
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h
59
virtual bool
IsSameProfile
(Profile* profile) OVERRIDE;
profile.h
243
virtual bool
IsSameProfile
(Profile* profile) = 0;
profile_impl.h
115
virtual bool
IsSameProfile
(Profile* profile) OVERRIDE;
/external/chromium_org/chrome/browser/ui/
browser_list.cc
166
if (it->profile()->
IsSameProfile
(profile) &&
/external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc
158
!browser->profile()->
IsSameProfile
(profile_))
/external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.cc
223
if (!profile_->
IsSameProfile
(browser->profile()))
229
if (!profile_->
IsSameProfile
(browser->profile()))
/external/chromium/android/autofill/
profile_android.h
198
virtual bool
IsSameProfile
(Profile* profile) { NOTREACHED(); return false; }
/external/chromium/chrome/browser/extensions/
extension_event_router.cc
182
DCHECK(!restrict_to_profile || profile_->
IsSameProfile
(restrict_to_profile));
/external/chromium/chrome/browser/profiles/
profile.h
469
virtual bool
IsSameProfile
(Profile* profile) = 0;
profile_impl.h
109
virtual bool
IsSameProfile
(Profile* profile);
/external/chromium_org/chrome/browser/extensions/error_console/
error_console.cc
243
if (profile->IsOffTheRecord() && profile_->
IsSameProfile
(profile))
/external/chromium_org/chrome/test/base/
testing_profile.h
304
virtual bool
IsSameProfile
(Profile *p) OVERRIDE;
Completed in 182 milliseconds
1
2