| /external/chromium_org/chrome/browser/sync/sessions/ |
| session_data_type_controller.h | 12 class Profile; 22 Profile* profile, 36 Profile* const profile_;
|
| /external/chromium_org/chrome/browser/sync/test/integration/ |
| extension_settings_helper.h | 10 class Profile; 17 // Calls Set() with |settings| for |profile| and the extension with ID |id|. 19 Profile* profile,
|
| /external/chromium_org/chrome/browser/task_manager/ |
| task_manager_util.h | 11 class Profile; 29 // Returns the name of profile from InfoCache. 30 base::string16 GetProfileNameFromInfoCache(Profile* profile);
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| extension_uninstaller.h | 11 class Profile; 19 ExtensionUninstaller(Profile* profile, 32 Profile* profile_;
|
| start_page_service_factory.h | 11 class Profile; 19 // Gets or creates the instance of StartPageService for |profile|. 20 static StartPageService* GetForProfile(Profile* profile);
|
| /external/chromium_org/chrome/browser/ui/app_list/search/ |
| omnibox_provider.h | 15 class Profile; 23 explicit OmniboxProvider(Profile* profile); 37 Profile* profile_;
|
| search_webstore_result.h | 14 class Profile; 21 SearchWebstoreResult(Profile* profile, const std::string& query); 31 Profile* profile_;
|
| /external/chromium_org/chrome/browser/ui/ash/app_list/ |
| app_sync_ui_state_watcher.h | 17 class Profile; 20 // of the given profile changes. 23 AppSyncUIStateWatcher(Profile* profile, app_list::AppListModel* model);
|
| /external/chromium_org/chrome/browser/ui/omnibox/ |
| omnibox_current_page_delegate_impl.h | 12 class Profile; 17 Profile* profile); 42 Profile* profile_;
|
| /external/chromium_org/chrome/browser/ui/ |
| scoped_tabbed_browser_displayer.h | 12 class Profile; 16 // This class finds the last active tabbed browser matching |profile| and 22 ScopedTabbedBrowserDisplayer(Profile* profile, HostDesktopType type);
|
| /external/chromium_org/chrome/browser/ui/startup/ |
| session_crashed_infobar_delegate.h | 11 class Profile; 21 explicit SessionCrashedInfoBarDelegate(Profile* profile); 32 Profile* profile_;
|
| /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/ |
| suggestions_internals_ui_handler.h | 12 class Profile; 22 explicit SuggestionsInternalsUIHandler(Profile* profile); 38 Profile* profile_;
|
| /external/chromium_org/chrome/test/base/ |
| testing_profile_manager.cc | 26 virtual Profile* CreateProfileHelper( 60 // Create a path for the profile based on the name. 64 // Create the profile and register it. 75 TestingProfile* profile = builder.Build().release(); local 76 profile->set_profile_name(profile_name); 77 profile_manager_->AddProfile(profile); // Takes ownership. 88 testing_profiles_.insert(std::make_pair(profile_name, profile)); 90 return profile; 104 // Set up a profile with an off the record profile 115 TestingProfile* profile = builder.Build().release(); local 134 TestingProfile* profile = it->second; local [all...] |
| testing_profile_manager.h | 25 // The TestingProfileManager is a TestingProfile factory for a multi-profile 29 // When a Profile is needed for testing, create it through the factory method 45 // |prefs| is the PrefService used by the profile. If it is NULL, the profile 48 // ProfileInfoCache and provide the user-visible profile metadata. This will 49 // register the TestingProfile with the profile subsystem as well. The 50 // subsystem owns the Profile and returns a weak pointer. 51 // |factories| contains BCKSs to use with the newly created profile. 63 // Creates a new guest TestingProfile whose data lives in the guest profile 64 // test environment directory, as specified by the profile manager [all...] |
| /external/chromium_org/third_party/skia/experimental/webtry/sys/ |
| webtry_schroot | 9 profile=minimal
|
| /external/chromium_org/tools/stats_viewer/Properties/ |
| Settings.settings | 4 <Profile Name="(Default)" />
|
| /external/llvm/test/Transforms/SampleProfile/ |
| syntax.ll | 1 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-prefix=NO-DEBUG %s 2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefix=MISSING-FILE %s 3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCheck -check-prefix=BAD-FN-HEADER %s 4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLE-LINE %s 5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | FileCheck -check-prefix=BAD-LINE-VALUES % [all...] |
| /external/skia/experimental/webtry/sys/ |
| webtry_schroot | 9 profile=minimal
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-profile/2.0.6/ |
| _remote.repositories | 3 maven-profile-2.0.6.pom>central=
|
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.7/ |
| _remote.repositories | 3 maven-profile-2.0.7.pom>central=
|
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.8/ |
| _remote.repositories | 3 maven-profile-2.0.8.pom>central=
|
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| user_network_configuration_updater_factory.cc | 15 #include "chrome/browser/profiles/profile.h" 25 UserNetworkConfigurationUpdaterFactory::GetForProfile(Profile* profile) { 27 GetInstance()->GetServiceForBrowserContext(profile, true)); 64 Profile* profile = static_cast<Profile*>(context); local 65 if (chromeos::ProfileHelper::IsSigninProfile(profile)) 69 chromeos::User* user = user_manager->GetUserByProfile(profile); 80 ProfilePolicyConnectorFactory::GetForProfile(profile); [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_functional_browsertest.cc | 10 #include "chrome/browser/profiles/profile.h" 57 ExtensionService* service = profile()->GetExtensionService(); 62 ExtensionService* service = profile()->GetExtensionService(); 66 EXPECT_FALSE(util::IsIncognitoEnabled(last_loaded_extension_id(), profile())); 70 ExtensionService* service = profile()->GetExtensionService(); 74 util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), false); 80 util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), false); 86 util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), true); 87 EXPECT_TRUE(util::IsIncognitoEnabled(last_loaded_extension_id(), profile())); 91 util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), false) [all...] |
| extension_web_ui.h | 15 class Profile; 54 static void RegisterChromeURLOverrides(Profile* profile, 56 static void UnregisterChromeURLOverrides(Profile* profile, 59 Profile* profile, 68 Profile* profile, 76 Profile* profile [all...] |
| webstore_install_with_prompt.cc | 8 #include "chrome/browser/profiles/profile.h" 19 Profile* profile, 21 : WebstoreStandaloneInstaller(webstore_item_id, profile, callback), 23 WebContents::Create(WebContents::CreateParams(profile))), 30 Profile* profile, 33 : WebstoreStandaloneInstaller(webstore_item_id, profile, callback), 35 WebContents::Create(WebContents::CreateParams(profile))), 64 new ExtensionInstallPrompt(profile(), parent_window_, this)) [all...] |