| /external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
| bookmark_apitest.cc | 11 #include "chrome/browser/profiles/profile.h" 27 Profile* profile = browser()->profile(); local 28 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); 30 ChromeBookmarkClientFactory::GetForProfile(profile); 42 profile->GetPrefs()->Set(prefs::kManagedBookmarks, list);
|
| /external/chromium_org/chrome/browser/extensions/ |
| chrome_extensions_browser_client.cc | 24 #include "chrome/browser/profiles/profile.h" 67 Profile* profile = static_cast<Profile*>(context); local 69 profile->GetPrefs()->GetBoolean(prefs::kDisableExtensions); 74 Profile* profile = static_cast<Profile*>(context); local 75 return g_browser_process->profile_manager()->IsValidProfile(profile); 81 return static_cast<Profile*>(first)->IsSameProfile 163 Profile* profile = static_cast<Profile*>(context); local 197 Profile* profile = static_cast<Profile*>(context); local [all...] |
| /external/chromium_org/chrome/browser/feedback/ |
| feedback_profile_observer.cc | 9 #include "chrome/browser/profiles/profile.h" 45 Profile* profile = content::Source<Profile>(source).ptr(); local 46 if (profile && !profile->IsOffTheRecord()) 47 QueueUnsentReports(profile);
|
| /external/chromium_org/chrome/browser/notifications/sync_notifier/ |
| chrome_notifier_service_factory.cc | 19 Profile* profile, Profile::ServiceAccessType service_access_type) { 21 GetInstance()->GetServiceForBrowserContext(profile, true)); 61 content::BrowserContext* profile) const { 65 new ChromeNotifierService(static_cast<Profile*>(profile),
|
| /external/chromium_org/chrome/browser/services/gcm/ |
| push_messaging_service_impl.h | 14 class Profile; 27 // Register profile-specific prefs for GCM. 31 static void InitializeForProfile(Profile* profile); 34 Profile* profile); 62 Profile* profile_; // It owns our owner.
|
| /external/chromium_org/chrome/browser/sessions/ |
| in_memory_tab_restore_service.cc | 10 #include "chrome/browser/profiles/profile.h" 14 Profile* profile, 16 : helper_(this, NULL, profile, time_factory) { 93 content::BrowserContext* profile) const { 94 return new InMemoryTabRestoreService(static_cast<Profile*>(profile), NULL);
|
| /external/chromium_org/chrome/browser/sync/ |
| sync_startup_tracker.h | 12 class Profile; 31 SyncStartupTracker(Profile* profile, Observer* observer); 46 static SyncServiceState GetSyncServiceState(Profile* profile); 57 // Profile whose ProfileSyncService we should track. 58 Profile* profile_;
|
| /external/chromium_org/chrome/browser/sync/test/integration/ |
| dictionary_helper.h | 21 // Used to check the size of the dictionary within a particular sync profile. 24 // Used to check the size of the dictionary within the verifier sync profile. 35 // Waits until the profile at the given index contains exactly |num| dictionary 39 // Used to verify that the dictionary within a particular sync profile matches 40 // the dictionary within the verifier sync profile. 43 // Adds |word| to the dictionary for profile with index |index|. Also adds 48 // Removes |word| from the dictionary for profile with index |index|. Also
|
| /external/chromium_org/chrome/browser/ui/cocoa/ |
| drag_util.mm | 8 #include "chrome/browser/profiles/profile.h" 25 BOOL IsSupportedFileURL(Profile* profile, const GURL& url) { 46 profile->GetResourceContext(), 67 BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info) { 72 return !IsSupportedFileURL(profile, url);
|
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| options_handlers_helper.cc | 28 apps::AppWindowRegistry::Get(Profile::FromWebUI(web_ui)) 39 Profile* profile, 40 Profile::CreateStatus status) { 41 if (status != Profile::CREATE_STATUS_INITIALIZED) 45 profile, 57 if (Profile::FromWebUI(web_ui)->IsSupervised())
|
| /external/chromium_org/chrome/browser/ui/webui/signin/ |
| user_manager_ui.cc | 8 #include "chrome/browser/profiles/profile.h" 32 Profile* profile = Profile::FromWebUI(web_ui); local 34 content::WebUIDataSource::Add(profile, CreateUIDataSource(localized_strings)); 38 ThemeSource* theme = new ThemeSource(profile); 39 content::URLDataSource::Add(profile, theme);
|
| /external/chromium_org/components/autofill/core/browser/webdata/ |
| autofill_change.h | 53 // Change notification details for Autofill profile changes. 57 // which is expected to be the GUID identifying the |profile|. 58 // When |type| == ADD, |profile| should be non-NULL. 59 // When |type| == UPDATE, |profile| should be non-NULL. 60 // When |type| == REMOVE, |profile| should be NULL. 63 const AutofillProfile* profile); 66 const AutofillProfile* profile() const { return profile_; } function in class:autofill::AutofillProfileChange
|
| /frameworks/base/core/java/android/app/admin/ |
| DevicePolicyManagerInternal.java | 29 * Listener for changes in the white-listed packages to show cross-profile 35 * Called when the white-listed packages to show cross-profile widgets 38 * @param profileId The profile for which the white-listed packages changed. 48 * @param profileId The profile id. 50 * no white-listed packages or the profile id is not a managed 51 * profile. 57 * cross-profile app widgets.
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| LocalBluetoothProfile.java | 24 * functionality related to a Bluetooth profile. 34 * Returns true if the user can enable auto connection for this profile. 52 /** Display order for device profile settings. */ 56 * Returns the string resource ID for the localized name for this profile. 62 * Returns the string resource ID for the summary text for this profile 65 * @param device the device to query for profile connection status 66 * @return a string resource ID for the profile summary text
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/ |
| base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
| base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
| base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
| base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
| base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
| base.h | 24 /** @file profile/base.h 26 * This file is a GNU profile extension to the Standard C++ Library. 35 #include <profile/impl/profiler.h> 41 * @brief GNU profile code, replaces standard behavior with profile behavior. 50 * @brief GNU profile code for public use. 54 // Import all the profile versions of components in namespace std.
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| login_utils.cc | 60 #include "chrome/browser/profiles/profile.h" 106 virtual void DoBrowserLaunch(Profile* profile, 119 virtual void OnProfilePrepared(Profile* profile) OVERRIDE; 127 void DoBrowserLaunchOnLocaleLoadedImpl(Profile* profile, 139 void AttemptRestart(Profile* profile); 144 // Delegate to be fired when the profile will be prepared 187 Profile* profile; member in struct:chromeos::DoBrowserLaunchOnLocaleLoadedData 249 profile, local [all...] |
| /external/chromium_org/chrome/browser/safe_browsing/ |
| last_download_finder_unittest.cc | 40 TestingProfile* profile = static_cast<TestingProfile*>(context); local 44 profile->GetPath().Append(chrome::kHistoryFilename)); 53 ChromeHistoryClientFactory::GetForProfile(profile), profile); 54 if (history_service->Init(profile->GetPath())) 71 // Creates a new profile that participates in safe browsing and adds a 74 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN); local 76 HistoryServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS); 95 // A type for specifying whether or not a profile created by CreateProfil 145 TestingProfile* profile = profile_manager_->CreateTestingProfile( local 270 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_OUT); local 281 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN); local 292 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN); local [all...] |
| /external/chromium_org/chrome/browser/extensions/api/tabs/ |
| tabs_event_router.cc | 14 #include "chrome/browser/profiles/profile.h" 95 TabsEventRouter::TabsEventRouter(Profile* profile) : profile_(profile) { 96 DCHECK(!profile->IsOffTheRecord()); 126 if (!profile_->IsSameProfile(browser->profile())) 163 if (!profile_->IsSameProfile(browser->profile())) 193 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()) local 228 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 251 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 273 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 301 Profile* profile = local 351 Profile* profile = tab_strip_model->profile(); local 379 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local 462 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); local [all...] |
| /external/chromium_org/chrome/browser/ui/ |
| settings_window_manager_browsertest.cc | 66 Profile* CreateTestProfile() { 85 Profile* profile, 86 Profile::CreateStatus status) { 87 if (status == Profile::CREATE_STATUS_INITIALIZED) { 88 test_profile_ = profile; 93 void ShowSettingsForProfile(Profile* profile) { 95 profile, GURL(chrome::kChromeUISettingsURL)); 122 Profile* test_profile_; // Owned by g_browser_process->profile_manager( [all...] |
| /external/chromium_org/chrome/browser/ui/startup/ |
| autolaunch_prompt_win.cc | 14 #include "chrome/browser/profiles/profile.h" 41 static void Create(InfoBarService* infobar_service, Profile* profile); 44 explicit AutolaunchInfoBarDelegate(Profile* profile); 58 // Weak pointer to the profile, not owned by us. 59 Profile* profile_; 72 Profile* profile) { 75 new AutolaunchInfoBarDelegate(profile)))); [all...] |