| /external/chromium_org/chrome/browser/ui/ |
| D | browser_mac.cc | 14 void OpenAboutWindow(Profile* profile) { in OpenAboutWindow() 22 void OpenHistoryWindow(Profile* profile) { in OpenHistoryWindow() 30 void OpenDownloadsWindow(Profile* profile) { in OpenDownloadsWindow() 38 void OpenHelpWindow(Profile* profile, HelpSource source) { in OpenHelpWindow() 46 void OpenOptionsWindow(Profile* profile) { in OpenOptionsWindow() 54 void OpenSyncSetupWindow(Profile* profile, signin::Source source) { in OpenSyncSetupWindow() 62 void OpenClearBrowsingDataDialogWindow(Profile* profile) { in OpenClearBrowsingDataDialogWindow() 70 void OpenImportSettingsDialogWindow(Profile* profile) { in OpenImportSettingsDialogWindow() 78 void OpenBookmarkManagerWindow(Profile* profile) { in OpenBookmarkManagerWindow() 86 void OpenExtensionsWindow(Profile* profile) { in OpenExtensionsWindow()
|
| D | browser_finder.cc | 37 Profile* profile, in BrowserMatches() 65 Profile* profile, in FindBrowserMatching() 75 Browser* FindBrowserWithTabbedOrAnyType(Profile* profile, in FindBrowserWithTabbedOrAnyType() 100 size_t GetBrowserCountImpl(Profile* profile, in GetBrowserCountImpl() 119 Browser* FindTabbedBrowser(Profile* profile, in FindTabbedBrowser() 128 Browser* FindAnyBrowser(Profile* profile, in FindAnyBrowser() 137 Browser* FindBrowserWithProfile(Profile* profile, in FindBrowserWithProfile() 170 Browser* FindLastActiveWithProfile(Profile* profile, HostDesktopType type) { in FindLastActiveWithProfile() 194 size_t GetTotalBrowserCountForProfile(Profile* profile) { in GetTotalBrowserCountForProfile() 203 size_t GetBrowserCount(Profile* profile, HostDesktopType type) { in GetBrowserCount() [all …]
|
| /external/chromium_org/chrome/browser/notifications/ |
| D | desktop_notification_profile_util.cc | 13 Profile* profile) { in ResetToDefaultContentSetting() 20 Profile* profile, const ContentSettingsPattern& pattern) { in ClearSetting() 32 Profile* profile, const GURL& origin) { in GrantPermission() 44 Profile* profile, const GURL& origin) { in DenyPermission() 56 Profile* profile, ContentSettingsForOneType* settings) { in GetNotificationsSettings() 64 Profile* profile, const GURL& origin) { in GetContentSetting() 72 void DesktopNotificationProfileUtil::UsePermission(Profile* profile, in UsePermission()
|
| /external/chromium_org/chrome/browser/sync/test/integration/ |
| D | themes_helper.cc | 32 ThemeService* GetThemeService(Profile* profile) { in GetThemeService() 44 std::string GetThemeID(Profile* profile) { in GetThemeID() 48 bool UsingCustomTheme(Profile* profile) { in UsingCustomTheme() 52 bool UsingDefaultTheme(Profile* profile) { in UsingDefaultTheme() 56 bool UsingSystemTheme(Profile* profile) { in UsingSystemTheme() 60 bool ThemeIsPendingInstall(Profile* profile, const std::string& id) { in ThemeIsPendingInstall() 65 void UseCustomTheme(Profile* profile, int index) { in UseCustomTheme() 70 void UseDefaultTheme(Profile* profile) { in UseDefaultTheme() 74 void UseSystemTheme(Profile* profile) { in UseSystemTheme() 111 ThemePendingInstallChecker::ThemePendingInstallChecker(Profile* profile, in ThemePendingInstallChecker() [all …]
|
| D | sync_extension_helper.cc | 68 Profile* profile, const std::string& name, Manifest::Type type) { in InstallExtension() 83 Profile* profile, const std::string& name) { in UninstallExtension() 105 void SyncExtensionHelper::EnableExtension(Profile* profile, in EnableExtension() 112 void SyncExtensionHelper::DisableExtension(Profile* profile, in DisableExtension() 121 Profile* profile, const std::string& name) const { in IsExtensionEnabled() 128 Profile* profile, const std::string& name) { in IncognitoEnableExtension() 134 Profile* profile, const std::string& name) { in IncognitoDisableExtension() 140 Profile* profile, const std::string& name) const { in IsIncognitoEnabled() 147 Profile* profile, const std::string& id) const { in IsExtensionPendingInstallForSync() 159 void SyncExtensionHelper::InstallExtensionsPendingForSync(Profile* profile) { in InstallExtensionsPendingForSync() [all …]
|
| D | sync_app_list_helper.cc | 54 bool SyncAppListHelper::AppListMatchesVerifier(Profile* profile) { in AppListMatchesVerifier() 111 Profile* profile = test_->GetProfile(i); in AllProfilesHaveSameAppListAsVerifier() local 120 void SyncAppListHelper::MoveApp(Profile* profile, size_t from, size_t to) { in MoveApp() 126 void SyncAppListHelper::MoveAppToFolder(Profile* profile, in MoveAppToFolder() 135 void SyncAppListHelper::MoveAppFromFolder(Profile* profile, in MoveAppFromFolder() 149 void SyncAppListHelper::CopyOrdinalsToVerifier(Profile* profile, in CopyOrdinalsToVerifier() 160 void SyncAppListHelper::PrintAppList(Profile* profile) { in PrintAppList() 171 void SyncAppListHelper::PrintItem(Profile* profile, in PrintItem()
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| D | app_list_controller_delegate.cc | 40 const extensions::Extension* GetExtension(Profile* profile, in GetExtension() 81 Profile* profile, in UserMayModifySettings() 95 Profile* profile, in DoShowAppInfoFlow() 117 void AppListControllerDelegate::UninstallApp(Profile* profile, in UninstallApp() 126 Profile* profile, in IsAppFromWebStore() 133 Profile* profile, in ShowAppInWebStore() 157 Profile* profile, in HasOptionsPage() 165 Profile* profile, in ShowOptionsPage() 179 Profile* profile, in GetExtensionLaunchType() 186 Profile* profile, in SetExtensionLaunchType() [all …]
|
| /external/chromium_org/chrome/browser/extensions/ |
| D | chrome_process_manager_delegate.cc | 40 Profile* profile = static_cast<Profile*>(context); in IsBackgroundPageAllowed() local 51 Profile* profile = static_cast<Profile*>(context); in DeferCreatingStartupBackgroundHosts() local 78 Profile* profile = content::Source<Profile>(source).ptr(); in Observe() local 83 Profile* profile = content::Source<Profile>(source).ptr(); in Observe() local 93 Profile* profile = browser->profile(); in OnBrowserWindowReady() local 125 void ChromeProcessManagerDelegate::OnProfileCreated(Profile* profile) { in OnProfileCreated() 141 void ChromeProcessManagerDelegate::OnProfileDestroyed(Profile* profile) { in OnProfileDestroyed()
|
| /external/chromium_org/chrome/browser/accessibility/ |
| D | accessibility_events.cc | 21 Profile* profile = info->profile(); in SendControlAccessibilityNotification() local 32 Profile* profile = info->profile(); in SendMenuAccessibilityNotification() local 43 Profile* profile = info->profile(); in SendWindowAccessibilityNotification() local 52 Profile* profile, const std::string& name) in AccessibilityControlInfo() 76 AccessibilityWindowInfo::AccessibilityWindowInfo(Profile* profile, in AccessibilityWindowInfo() 85 AccessibilityButtonInfo::AccessibilityButtonInfo(Profile* profile, in AccessibilityButtonInfo() 96 AccessibilityStaticTextInfo::AccessibilityStaticTextInfo(Profile* profile, in AccessibilityStaticTextInfo() 107 AccessibilityLinkInfo::AccessibilityLinkInfo(Profile* profile, in AccessibilityLinkInfo() 119 Profile* profile, in AccessibilityRadioButtonInfo() 144 AccessibilityCheckboxInfo::AccessibilityCheckboxInfo(Profile* profile, in AccessibilityCheckboxInfo() [all …]
|
| /external/chromium_org/chrome/browser/apps/app_shim/ |
| D | extension_app_shim_handler_mac.cc | 42 Profile* profile, in ProfileLoadedCallback() 53 void SetAppHidden(Profile* profile, const std::string& app_id, bool hidden) { in SetAppHidden() 87 EnableViaPrompt(Profile* profile, in EnableViaPrompt() 142 Profile* profile = profile_manager->GetProfileByPath(full_path); in ProfileForPath() local 160 Profile* profile, in GetWindows() 167 Profile* profile, in GetAppExtension() 176 Profile* profile, in EnableExtension() 183 Profile* profile, in LaunchApp() 199 Profile* profile, in LaunchShim() 225 Profile* profile, in FindHost() [all …]
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| D | open_util.cc | 39 void ShowWarningMessageBox(Profile* profile, in ShowWarningMessageBox() 54 void ExecuteFileTaskForUrl(Profile* profile, in ExecuteFileTaskForUrl() 76 void OpenFileManagerWithInternalActionId(Profile* profile, in OpenFileManagerWithInternalActionId() 91 void OpenFileWithMimeType(Profile* profile, in OpenFileWithMimeType() 130 void OpenFile(Profile* profile, in OpenFile() 141 void OnContinueOpenItemCompleted(Profile* profile, in OnContinueOpenItemCompleted() 158 void ContinueOpenItem(Profile* profile, in ContinueOpenItem() 181 bool ConvertPath(Profile* profile, in ConvertPath() 202 void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path) { in OpenRemovableDrive() 213 void OpenItem(Profile* profile, const base::FilePath& file_path) { in OpenItem() [all …]
|
| D | open_with_browser.cc | 67 bool IsPepperPluginEnabled(Profile* profile, in IsPepperPluginEnabled() 83 bool IsPdfPluginEnabled(Profile* profile) { in IsPdfPluginEnabled() 91 bool IsFlashPluginEnabled(Profile* profile) { in IsFlashPluginEnabled() 102 void OpenNewTab(Profile* profile, const GURL& url) { in OpenNewTab() 133 bool OpenFileWithBrowser(Profile* profile, in OpenFileWithBrowser() 182 Profile* profile, in ShouldBeOpenedWithPlugin()
|
| /external/chromium_org/chrome/browser/sync/ |
| D | profile_sync_service_mock.cc | 19 ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile) in ProfileSyncServiceMock() 32 scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile) in ProfileSyncServiceMock() 48 TestingProfile* profile = new TestingProfile(); in MakeSignedInTestingProfile() local 55 content::BrowserContext* profile) { in BuildMockProfileSyncService()
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/ |
| D | OmniboxPrerender.java | 35 public void clear(Profile profile) { in clear() 46 public void initializeForProfile(Profile profile) { in initializeForProfile() 62 Profile profile, Tab tab) { in prerenderMaybe() 68 private native void nativeClear(long nativeOmniboxPrerender, Profile profile); in nativeClear() 71 Profile profile); in nativeInitializeForProfile() 73 String currentUrl, long nativeAutocompleteResult, Profile profile, in nativePrerenderMaybe()
|
| /external/chromium_org/chrome/browser/signin/ |
| D | signin_ui_util.cc | 40 GlobalError* GetSignedInServiceError(Profile* profile) { in GetSignedInServiceError() 47 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile) { in GetSignedInServiceErrors() 72 base::string16 GetSigninMenuLabel(Profile* profile) { in GetSigninMenuLabel() 101 void GetStatusLabelsForAuthError(Profile* profile, in GetStatusLabelsForAuthError() 162 void InitializePrefsForProfile(Profile* profile) { in InitializePrefsForProfile() 170 void ShowSigninErrorLearnMorePage(Profile* profile) { in ShowSigninErrorLearnMorePage() 179 std::string GetDisplayEmail(Profile* profile, const std::string& account_id) { in GetDisplayEmail()
|
| /external/chromium_org/chrome/browser/history/ |
| D | history_service_factory.cc | 21 Profile* profile, Profile::ServiceAccessType sat) { in GetForProfile() 34 Profile* profile, Profile::ServiceAccessType sat) { in GetForProfileIfExists() 46 HistoryServiceFactory::GetForProfileWithoutCreating(Profile* profile) { in GetForProfileWithoutCreating() 57 void HistoryServiceFactory::ShutdownForProfile(Profile* profile) { in ShutdownForProfile() 74 Profile* profile = static_cast<Profile*>(context); in BuildServiceInstanceFor() local
|
| /external/chromium_org/chrome/browser/content_settings/ |
| D | host_content_settings_map_unittest.cc | 42 TestingProfile profile; in TEST_F() local 75 TestingProfile profile; in TEST_F() local 184 TestingProfile profile; in TEST_F() local 231 TestingProfile profile; in TEST_F() local 272 TestingProfile profile; in TEST_F() local 313 TestingProfile profile; in TEST_F() local 349 TestingProfile profile; in TEST_F() local 395 TestingProfile profile; in TEST_F() local 550 TestingProfile profile; in TEST_F() local 616 TestingProfile profile; in TEST_F() local [all …]
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/ |
| D | ProfileDownloader.java | 57 Profile profile, String accountId, int imageSidePixels) { in startFetchingAccountInfoFor() 74 public static String getCachedName(Profile profile) { in getCachedName() 82 public static Bitmap getCachedAvatar(Profile profile) { in getCachedAvatar() 88 Profile profile, String accountId, int imageSidePixels); in nativeStartFetchingAccountInfoFor() 89 private static native String nativeGetCachedNameForPrimaryAccount(Profile profile); in nativeGetCachedNameForPrimaryAccount() 90 private static native Bitmap nativeGetCachedAvatarForPrimaryAccount(Profile profile); in nativeGetCachedAvatarForPrimaryAccount()
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/prerender/ |
| D | ExternalPrerenderHandler.java | 23 public long addPrerender(Profile profile, String url, String referrer, int width, int height) { in addPrerender() 37 public static boolean hasPrerenderedUrl(Profile profile, String url, long webContentsPtr) { in hasPrerenderedUrl() 41 public static boolean hasCookieStoreLoaded(Profile profile) { in hasCookieStoreLoaded() 47 long nativeExternalPrerenderHandlerAndroid, Profile profile, in nativeAddPrerender() 50 Profile profile, String url, long webContentsPtr); in nativeHasPrerenderedUrl() 52 Profile profile); in nativeHasCookieStoreLoaded()
|
| /external/chromium_org/chrome/browser/autocomplete/ |
| D | shortcuts_backend_factory.cc | 15 Profile* profile) { in GetForProfile() 22 Profile* profile) { in GetForProfileIfExists() 35 content::BrowserContext* profile) { in BuildProfileForTesting() 46 content::BrowserContext* profile) { in BuildProfileNoDatabaseForTesting()
|
| /external/chromium_org/chrome/browser/profiles/ |
| D | profile_manager.cc | 207 size_t GetEnabledAppCount(Profile* profile) { in GetEnabledAppCount() 299 Profile* profile = GetLastUsedProfile(); in GetLastUsedProfileAllowedByPolicy() local 356 Profile* profile = in GetActiveUserProfile() local 438 Profile* profile = info->profile.get(); in CreateProfileAsync() local 454 bool ProfileManager::IsValidProfile(Profile* profile) { in IsValidProfile() 497 Profile* profile = GetProfile(profile_path.Append(profile_dir)); in GetLastUsedProfile() local 532 std::string profile; in GetLastOpenedProfiles() local 629 Profile* profile = GetProfileByPath(profile_dir); in ScheduleProfileForDeletion() local 744 void ProfileManager::InitProfileUserPrefs(Profile* profile) { in InitProfileUserPrefs() 802 void ProfileManager::RegisterTestingProfile(Profile* profile, in RegisterTestingProfile() [all …]
|
| /external/chromium_org/chrome/browser/background/ |
| D | background_contents_service.cc | 96 CrashNotificationDelegate(Profile* profile, in CrashNotificationDelegate() 167 Profile* profile, in NotificationImageReady() 193 void ShowBalloon(const Extension* extension, Profile* profile) { in ShowBalloon() 220 void ReloadExtension(const std::string& extension_id, Profile* profile) { in ReloadExtension() 264 Profile* profile, const CommandLine* command_line) in BackgroundContentsService() 297 Profile* profile) { in ShowBalloonForTesting() 311 void BackgroundContentsService::StartObserving(Profile* profile) { in StartObserving() 352 Profile* profile = content::Source<Profile>(source).ptr(); in Observe() local 377 Profile* profile = content::Source<Profile>(source).ptr(); in Observe() local 393 Profile* profile = content::Source<Profile>(source).ptr(); in Observe() local [all …]
|
| /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
| D | private_api_util.cc | 60 void GetFileNativeLocalPathForOpening(Profile* profile, in GetFileNativeLocalPathForOpening() 81 void GetFileNativeLocalPathForSaving(Profile* profile, in GetFileNativeLocalPathForSaving() 108 void GetSelectedFileInfoInternal(Profile* profile, in GetSelectedFileInfoInternal() 148 void ContinueGetSelectedFileInfo(Profile* profile, in ContinueGetSelectedFileInfo() 164 Profile* profile, in VolumeInfoToVolumeMetadata() 277 Profile* profile, in GetLocalPathFromURL() 294 Profile* profile, in GetSelectedFileInfo() 321 Profile* profile) { in SetupProfileFileAccessPermissions() 332 drive::EventLogger* GetLogger(Profile* profile) { in GetLogger()
|
| /external/chromium_org/chrome/browser/ui/ash/launcher/ |
| D | multi_profile_app_window_launcher_controller.cc | 48 Profile* profile = in ActiveUserChanged() local 58 Profile* profile = in ActiveUserChanged() local 69 Profile* profile) { in AdditionalUserAddedToSession() 83 Profile* profile = Profile::FromBrowserContext(app_window->browser_context()); in OnAppWindowAdded() local 98 Profile* profile = Profile::FromBrowserContext(app_window->browser_context()); in OnAppWindowShown() local 121 Profile* profile = Profile::FromBrowserContext(app_window->browser_context()); in OnAppWindowHidden() local
|
| /external/chromium_org/chrome/browser/sessions/ |
| D | session_service_factory.cc | 13 SessionService* SessionServiceFactory::GetForProfile(Profile* profile) { in GetForProfile() 25 Profile* profile) { in GetForProfileIfExisting() 37 Profile* profile) { in GetForProfileForSessionRestore() 49 void SessionServiceFactory::ShutdownForProfile(Profile* profile) { in ShutdownForProfile()
|