| /external/chromium_org/chrome/browser/ui/ |
| browser_mac.h | 11 class Profile; 17 void OpenAboutWindow(Profile* profile); 18 void OpenHistoryWindow(Profile* profile); 19 void OpenDownloadsWindow(Profile* profile); 20 void OpenHelpWindow(Profile* profile, HelpSource source); 21 void OpenOptionsWindow(Profile* profile) [all...] |
| browser_mac.cc | 7 #include "chrome/browser/profiles/profile.h" 14 void OpenAboutWindow(Profile* profile) { 16 new Browser(Browser::CreateParams(profile, 22 void OpenHistoryWindow(Profile* profile) { 24 new Browser(Browser::CreateParams(profile, 30 void OpenDownloadsWindow(Profile* profile) { 32 new Browser(Browser::CreateParams(profile, [all...] |
| /external/chromium_org/chromeos/test/data/network/policy/ |
| shill_unmanaged_ethernet_eap.json | 3 "Profile": "/profile/user1/shill",
|
| shill_disallow_autoconnect_on_unmanaged_wifi2.json | 4 "Profile": "/profile/user1/shill",
|
| shill_unmanaged_wifi1_wo_uidata.json | 5 "Profile": "/profile/user1/shill",
|
| shill_unmanaged_wifi2.json | 5 "Profile": "/profile/user1/shill",
|
| /external/chromium_org/chrome/browser/sync/test/integration/ |
| themes_helper.h | 14 class Profile; 21 // Gets the ID of |profile|'s theme. 22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT; 24 // Returns true iff |profile| is using a custom theme. 25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT; 27 // Returns true iff |profile| is using the default theme. 28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT [all...] |
| themes_helper.cc | 26 ThemeService* GetThemeService(Profile* profile) { 27 return ThemeServiceFactory::GetForProfile(profile); 38 std::string GetThemeID(Profile* profile) { 39 return GetThemeService(profile)->GetThemeID(); 42 bool UsingCustomTheme(Profile* profile) { 43 return GetThemeID(profile) != ThemeService::kDefaultThemeID; 46 bool UsingDefaultTheme(Profile* profile) [all...] |
| extensions_helper.h | 15 class Profile; 19 // Returns true iff the profile with index |index| has the same extensions 30 // Installs the extension for the given index to |profile|, and returns the 32 std::string InstallExtension(Profile* profile, int index); 38 // Uninstalls the extension for the given index from |profile|. Assumes that 40 void UninstallExtension(Profile* profile, int index); 43 // test extensions on |profile|. 44 std::vector<int> GetInstalledExtensions(Profile* profile) [all...] |
| apps_helper.cc | 9 #include "chrome/browser/profiles/profile.h" 35 LOG(ERROR) << "Profile " << i << " doesn't have the same apps as the" 36 " verifier profile."; 43 std::string InstallApp(Profile* profile, int index) { 45 profile, 50 std::string InstallPlatformApp(Profile* profile, int index) { 52 profile, 63 void UninstallApp(Profile* profile, int index) [all...] |
| apps_helper.h | 13 class Profile; 17 // Returns true iff the profile with index |index| has the same apps (hosted, 25 // Installs the app for the given index to |profile|, and returns the extension 27 std::string InstallApp(Profile* profile, int index); 29 // Installs the platform app for the given index to |profile|, and returns the 32 std::string InstallPlatformApp(Profile* profile, int index); 38 // Uninstalls the app for the given index from |profile|. Assumes that it was 40 void UninstallApp(Profile* profile, int index) [all...] |
| sync_extension_helper.h | 18 class Profile; 34 // Installs the extension with the given name to |profile|, and returns the 36 std::string InstallExtension(Profile* profile, 40 // Uninstalls the extension with the given name from |profile|. 41 void UninstallExtension(Profile* profile, const std::string& name); 44 // on |profile|. 45 std::vector<std::string> GetInstalledExtensionNames(Profile* profile) const [all...] |
| autofill_helper.h | 36 // Used to access the web data service within a particular sync profile. 40 // Used to access the personal data manager within a particular sync profile. 44 // Adds the form fields in |keys| to the WebDataService of sync profile 45 // |profile|. 46 void AddKeys(int profile, const std::set<autofill::AutofillKey>& keys); 48 // Removes the form field in |key| from the WebDataService of sync profile 49 // |profile|. 50 void RemoveKey(int profile, const autofill::AutofillKey& key); 52 // Removes all of the keys from the WebDataService of sync profile |profile| [all...] |
| /external/compiler-rt/lib/profile/ |
| CMakeLists.txt | 1 add_custom_target(profile) 16 add_dependencies(profile clang_rt.profile_osx) 19 add_compiler_rt_runtime(clang_rt.profile-${arch} ${arch} STATIC 21 add_dependencies(profile clang_rt.profile-${arch}) 23 add_compiler_rt_runtime(clang_rt.profile-pic-${arch} ${arch} STATIC 26 add_dependencies(profile clang_rt.profile-pic-${arch}) 30 add_dependencies(compiler-rt profile)
|
| /external/compiler-rt/test/profile/ |
| CMakeLists.txt | 6 list(APPEND PROFILE_TEST_DEPS profile llvm-profdata) 13 add_lit_testsuite(check-profile "Running the profile tests" 16 set_target_properties(check-profile PROPERTIES FOLDER "Profile tests")
|
| /external/chromium_org/chrome/browser/history/ |
| history_service_factory.cc | 19 Profile* profile, Profile::ServiceAccessType sat) { 21 if (profile->GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled) && 22 sat != Profile::EXPLICIT_ACCESS) 26 GetInstance()->GetServiceForBrowserContext(profile, true)); 32 Profile* profile, Profile::ServiceAccessType sat) { 34 if (profile->GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled) & 71 Profile* profile = static_cast<Profile*>(context); local [all...] |
| /external/chromium_org/chrome/browser/sessions/ |
| tab_restore_service_factory.cc | 7 #include "chrome/browser/profiles/profile.h" 12 TabRestoreService* TabRestoreServiceFactory::GetForProfile(Profile* profile) { 14 GetInstance()->GetServiceForBrowserContext(profile, true)); 19 Profile* profile) { 21 GetInstance()->GetServiceForBrowserContext(profile, false)); 25 void TabRestoreServiceFactory::ResetForProfile(Profile* profile) { 27 factory->BrowserContextShutdown(profile); [all...] |
| /external/chromium_org/chrome/browser/chromeos/profiles/ |
| profile_helper.h | 18 class Profile; 27 // active user profile. 32 // 1. Get "signin profile" which is a special type of profile that is only used 34 // 2. Get profile dir of an active user, used by ProfileManager: 36 // 3. Get mapping from user_id_hash to Profile instance/profile path etc. 44 // Returns Profile instance that corresponds to |user_id_hash|. 45 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash); 47 // Returns profile dir that corresponds to a --login-profile cmd line switch [all...] |
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/prerender/ |
| ExternalPrerenderHandler.java | 9 import org.chromium.chrome.browser.profiles.Profile; 23 public long addPrerender(Profile profile, String url, String referrer, int width, int height) { 25 if (nativeAddPrerender(mNativeExternalPrerenderHandler, profile, webContentsPtr, 37 public static boolean hasPrerenderedUrl(Profile profile, String url, long webContentsPtr) { 38 return nativeHasPrerenderedUrl(profile, url, webContentsPtr); 41 public static boolean hasCookieStoreLoaded(Profile profile) { 42 return nativeHasCookieStoreLoaded(profile); [all...] |
| /external/chromium_org/chrome/browser/autocomplete/ |
| shortcuts_backend_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 15 Profile* profile) { 17 GetInstance()->GetServiceForBrowserContext(profile, true).get()); 22 Profile* profile) { 24 GetInstance()->GetServiceForBrowserContext(profile, false).get()); 35 content::BrowserContext* profile) { 37 new ShortcutsBackend(static_cast<Profile*>(profile), false)) [all...] |
| /external/chromium_org/chrome/browser/ui/app_list/test/ |
| fake_profile_store.cc | 7 #include "chrome/browser/profiles/profile.h" 16 void FakeProfileStore::LoadProfile(Profile* profile) { 17 loaded_profiles_[profile->GetPath()] = profile; 18 CallbacksByPath::iterator it = callbacks_.find(profile->GetPath()); 20 it->second.Run(profile); 25 void FakeProfileStore::RemoveProfile(Profile* profile) { 26 base::FilePath path(profile->GetPath()) 42 Profile* profile = GetProfileByPath(path); local [all...] |
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| OWNERS | 1 per-file heap-profile*=dmikurube@chromium.org 2 per-file heap-profile*=glider@chromium.org 3 per-file deep-heap-profile*=dmikurube@chromium.org 4 per-file deep-heap-profile*=glider@chromium.org
|
| /external/javasqlite/src/main/java/SQLite/ |
| Profile.java | 4 * Callback interface for SQLite's profile function. 7 public interface Profile { 10 * Callback to profile (ie log) one SQL statement 17 public void profile(String stmt, long est); method in interface:Profile
|
| /external/chromium_org/chrome/browser/ui/ash/ |
| app_sync_ui_state_factory.cc | 7 #include "chrome/browser/profiles/profile.h" 13 AppSyncUIState* AppSyncUIStateFactory::GetForProfile(Profile* profile) { 14 if (!AppSyncUIState::ShouldObserveAppSyncForProfile(profile)) 18 GetInstance()->GetServiceForBrowserContext(profile, true)); 38 Profile* profile = static_cast<Profile*>(context); local 39 DCHECK(AppSyncUIState::ShouldObserveAppSyncForProfile(profile)); 40 return new AppSyncUIState(profile); [all...] |
| /external/chromium_org/chrome/browser/ui/sync/ |
| sync_promo_ui.h | 8 class Profile; 14 // |profile| is the profile for which the promo would be displayed. 15 static bool ShouldShowSyncPromo(Profile* profile);
|