/external/chromium_org/chrome/browser/android/ |
password_ui_view_android.cc | 28 Profile* PasswordUIViewAndroid::GetProfile() {
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
accessibility_manager_browsertest.cc | 150 Profile* GetProfile() { 157 return GetProfile()->GetPrefs(); 632 PrefServiceSyncable::FromProfile(GetProfile()), 634 UserSessionManager::GetInstance()->GetDefaultIMEState(GetProfile()));
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_extension_function.h | 31 Profile* GetProfile() const;
|
extension_test_notification_observer.h | 88 Profile* GetProfile();
|
extension_tab_util.cc | 103 Browser::TYPE_TABBED, function->GetProfile(), desktop_type); 141 browser = chrome::FindTabbedBrowser(function->GetProfile(), 157 function->GetProfile(), 273 return GetBrowserInProfileWithId(function->GetProfile(), 293 return GetBrowserInProfileWithId(details.GetProfile(),
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_permission_controller.cc | 67 GetProfile())), 212 extensions::ExtensionPrefs::Get(GetProfile()), extension_->id()); 295 extensions::ExtensionPrefs::Get(GetProfile()), 520 Profile* MediaGalleriesPermissionController::GetProfile() {
|
/external/chromium_org/chrome/browser/renderer_context_menu/ |
render_view_context_menu.h | 62 Profile* GetProfile();
|
render_view_context_menu.cc | 329 ProtocolHandlerRegistryFactory::GetForBrowserContext(GetProfile())) { 576 Profile* RenderViewContextMenu::GetProfile() { 701 TemplateURLServiceFactory::GetForProfile(GetProfile()); [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
sync_file_system_backend.h | 88 Profile* GetProfile();
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
test_with_browser_view.cc | 81 predictor_db_.reset(new predictors::PredictorDatabase(GetProfile()));
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_ui.h | 128 Profile* GetProfile() const;
|
new_tab_ui.cc | 95 Profile* profile = GetProfile(); 219 GetProfile()->GetPrefs()->GetBoolean(bookmarks::prefs::kShowBookmarkBar) ? 300 Profile* NewTabUI::GetProfile() const {
|
/packages/apps/Browser/src/com/android/browser/ |
AutoFillProfileDatabase.java | 97 public Cursor getProfile(int id) {
|
/external/chromium_org/chrome/browser/profiles/ |
profile_manager.cc | 368 Profile* ProfileManager::GetProfile(const base::FilePath& profile_dir) { 369 TRACE_EVENT0("browser", "ProfileManager::GetProfile") 497 Profile* profile = GetProfile(profile_path.Append(profile_dir)); 503 return GetProfile(GetLastUsedProfileDir(user_data_dir)); 528 // Make a copy because the list might change in the calls to GetProfile. 538 to_return.push_back(GetProfile(user_data_dir.AppendASCII(profile))); 737 // GetProfile, we automatically cause the profile to be loaded which will 739 GetProfile(cache.GetPathOfProfileAtIndex(p)); [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
search_engines_helper.cc | 121 test()->GetProfile(profile_index)); 211 Profile* profile = test()->GetProfile(profile_index);
|
two_client_search_engines_sync_test.cc | 59 Profile* profile = sync_datatype_helper::test()->GetProfile(0); 179 Profile* profile = sync_datatype_helper::test()->GetProfile(1);
|
single_client_backup_rollback_test.cc | 59 GetProfile(0)->GetPath().Append(FILE_PATH_LITERAL("Sync Data Backup")), 195 GetProfile(0)->GetPath().Append(FILE_PATH_LITERAL("Sync Data Backup")))); 378 GetProfile(0)->GetPath().Append(FILE_PATH_LITERAL("Sync Data Backup")),
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipAccountRegistry.java | 44 SipProfile getProfile() { 263 if (Objects.equals(sipUri, entry.getProfile().getUriString())) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 16 self.assertIsNone(sys.getprofile()) 23 self.assertIs(sys.getprofile(), fn)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 16 self.assertIsNone(sys.getprofile()) 23 self.assertIs(sys.getprofile(), fn)
|
/external/chromium_org/chrome/browser/ui/prefs/ |
prefs_tab_helper.cc | 318 PrefService* prefs = GetProfile()->GetPrefs(); 363 web_contents_->GetMutableRendererPrefs(), GetProfile()); 368 ThemeServiceFactory::GetForProfile(GetProfile()))); 571 web_contents_->GetMutableRendererPrefs(), GetProfile()); 575 Profile* PrefsTabHelper::GetProfile() { 597 PrefService* prefs = GetProfile()->GetPrefs();
|
/external/chromium_org/chrome/browser/download/ |
download_target_determiner.cc | 198 GetProfile()->GetPrefs()->GetString(prefs::kDefaultCharset), 491 GetProfile()->GetResourceContext(), 595 GetProfile(), Profile::EXPLICIT_ACCESS); 744 Profile* DownloadTargetDeterminer::GetProfile() { 824 GetProfile(), *download_)) { [all...] |
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
notifications_api.cc | 306 this, GetProfile(), extension_->id(), id)); // ownership is passed to 322 g_browser_process->notification_ui_manager()->Add(notification, GetProfile()); 443 GetProfile()); 449 DesktopNotificationServiceFactory::GetForProfile(GetProfile()); 593 GetProfile(), extension_->url());
|
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
enterprise_platform_keys_private_api.cc | 135 GetProfile()->GetPrefs()->GetList(prefs::kAttestationExtensionWhitelist); 155 SigninManagerFactory::GetForProfile(GetProfile()); 551 return GetProfile()->GetPrefs()->GetBoolean(prefs::kAttestationEnabled);
|
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api.cc | 286 content::Source<Profile>(GetProfile()->GetOriginalProfile()), 298 GetProfile(), extension_id(), params->suggestion)) { 301 content::Source<Profile>(GetProfile()->GetOriginalProfile()),
|