Searched refs:profile_ (Results 1 - 25 of 1516) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/search/
H A Dhotword_service.cc11 : profile_(profile) {
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_test_helper.cc11 profile_.reset(new TestingProfile());
12 profile_->CreateBookmarkModel(true);
13 profile_->BlockUntilBookmarkModelLoaded();
20 profile_->CreateAutocompleteClassifier();
21 profile_->CreateTemplateURLModel();
23 browser_.reset(new Browser(Browser::TYPE_NORMAL, profile_.get()));
30 message_loop_.DeleteSoon(FROM_HERE, profile_.release());
43 return profile_.get();
/external/chromium_org/chrome/browser/extensions/signin/
H A Dscoped_gaia_auth_extension.cc10 : profile_(profile) {
12 extensions::GaiaAuthExtensionLoader::Get(profile_);
19 extensions::GaiaAuthExtensionLoader::Get(profile_);
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_signin_flow.cc17 profile_(profile) {
21 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->
37 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->AddObserver(this);
40 LoginUIServiceFactory::GetForProfile(profile_);
46 if (ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_windows_api.cc17 TabsWindowsAPI::TabsWindowsAPI(Profile* profile) : profile_(profile) {
19 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
21 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
23 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
25 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
27 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
29 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
31 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
33 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
35 ExtensionSystem::Get(profile_)
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service_unittest.cc19 profile_.reset(new TestingProfile);
21 profile_.get(), NULL,
27 scoped_ptr<TestingProfile> profile_; member in class:drive::DriveIntegrationServiceTest
/external/chromium/android/content/browser/tab_contents/
H A Dtab_contents.h25 : profile_(ProfileImplAndroid::CreateProfile(FilePath()))
30 Profile* profile() { return profile_.get(); }
31 void SetProfileRequestContext(net::URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.get())->SetRequestContext(context); }
36 scoped_ptr<Profile> profile_; member in class:TabContents
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dmedia_player_event_router.cc25 : profile_(profile) {
32 BroadcastEvent(profile_, "mediaPlayerPrivate.onNextTrack");
36 BroadcastEvent(profile_, "mediaPlayerPrivate.onPrevTrack");
40 BroadcastEvent(profile_, "mediaPlayerPrivate.onTogglePlayState");
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_ui.cc11 : profile_(profile),
H A Dexternal_policy_loader.cc22 : profile_(profile) {
23 pref_change_registrar_.Init(profile_->GetPrefs());
32 content::Source<Profile>(profile_));
48 if (profile_ == NULL) return;
51 if (content::Source<Profile>(source).ptr() == profile_) {
54 profile_ = NULL;
60 profile_->GetPrefs()->GetDictionary(prefs::kExtensionInstallForceList);
H A Dtest_extension_system.cc36 : profile_(profile),
49 process_manager_.reset(ProcessManager::Create(profile_));
68 profile_->GetPrefs(),
70 ExtensionPrefValueMapFactory::GetForBrowserContext(profile_),
74 profile_,
83 if (!ExtensionPrefs::Get(profile_))
85 install_verifier_.reset(new InstallVerifier(ExtensionPrefs::Get(profile_),
92 new StateStore(profile_, value_store.PassAs<ValueStore>()));
93 blacklist_.reset(new Blacklist(ExtensionPrefs::Get(profile_)));
95 new StandardManagementPolicyProvider(ExtensionPrefs::Get(profile_)));
[all...]
/external/chromium_org/apps/
H A Dapp_keep_alive_service_unittest.cc17 service_.reset(new apps::AppKeepAliveService(&profile_));
26 TestingProfile profile_; member in class:AppKeepAliveServiceUnitTest
32 service_->OnAppStart(&profile_, "foo");
34 service_->OnAppStop(&profile_, "foo");
45 service_->OnAppStart(&profile_, "foo");
49 service_->OnAppStop(&profile_, "foo");
58 service_->OnAppStop(&profile_, "foo");
60 service_->OnAppStart(&profile_, "foo");
62 service_->OnAppStop(&profile_, "foo");
71 service_->OnAppStart(&profile_, "fo
[all...]
/external/chromium/chrome/browser/sync/
H A Dsignin_manager.cc18 : profile_(NULL), had_two_factor_error_(false) {}
28 profile_ = profile;
29 username_ = profile_->GetPrefs()->GetString(prefs::kGoogleServicesUsername);
30 profile_->GetTokenService()->Initialize(
31 GaiaConstants::kChromeSource, profile_);
33 profile_->GetTokenService()->LoadTokensFromDB();
56 DCHECK(!profile_->GetTokenService()->AreCredentialsValid());
63 profile_->GetRequestContext()));
79 profile_->GetRequestContext()));
89 if (!profile_)
[all...]
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_url.h15 explicit CloudPrintURL(Profile* profile) : profile_(profile) {}
29 Profile* profile_; member in class:CloudPrintURL
/external/chromium_org/chrome/browser/profiles/
H A Dbookmark_model_loaded_observer.cc11 : profile_(profile) {
20 ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_);
H A Dstartup_task_runner_service.cc12 : profile_(profile) {
23 new base::DeferredSequencedTaskRunner(profile_->GetIOTaskRunner());
/external/chromium_org/chrome/browser/ui/sync/
H A Dsync_promo_ui_unittest.cc24 profile_.reset(new TestingProfile());
33 profile_.get(),
38 profile_.get(),
41 signin_manager->Initialize(profile_.get(), NULL);
53 scoped_ptr<TestingProfile> profile_; member in class:SyncPromoUITest
64 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
73 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
75 EXPECT_TRUE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
/external/chromium_org/ui/gfx/
H A Dcolor_profile.h26 const std::vector<char>& profile() const { return profile_; }
29 std::vector<char> profile_; member in class:gfx::ColorProfile
/external/chromium_org/chrome/browser/signin/
H A Dsignin_tracker.cc18 : profile_(profile), observer_(observer) {
19 DCHECK(profile_);
24 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->
34 content::Source<Profile>(profile_));
37 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_);
/external/chromium_org/media/mp4/
H A Daac.cc48 : profile_(0), frequency_index_(0), channel_config_(0), frequency_(0),
74 RCHECK(reader.ReadBits(5, &profile_));
81 if (profile_ == 5 || profile_ == 29) {
82 ps_present = (profile_ == 29);
87 RCHECK(reader.ReadBits(5, &profile_));
141 profile_ >= 1 && profile_ <= 4 && frequency_index_ != 0xf &&
173 DCHECK(profile_ >= 1 && profile_ <
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_unittest.cc33 profile_.reset(new TestingProfile());
34 profile_->CreateBookmarkModel(true);
35 profile_->BlockUntilBookmarkModelLoaded();
36 browser_.reset(new Browser(Browser::TYPE_NORMAL, profile_.get()));
39 bookmark_bar_.reset(new BookmarkBarGtk(NULL, profile_.get(), browser_.get(),
49 profile_.reset();
56 scoped_ptr<TestingProfile> profile_; member in class:BookmarkBarGtkUnittest
63 BookmarkModel* model = profile_->GetBookmarkModel();
72 BookmarkModel* model = profile_->GetBookmarkModel();
83 BookmarkModel* model = profile_
[all...]
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model.cc19 : profile_(profile),
36 content::Source<Profile>(profile_));
55 return profile_;
71 if (profile_) {
74 content::Source<Profile>(profile_),
92 if (!profile_)
94 UIThreadSearchTermsData search_terms_data(profile_);
109 profile_ = NULL;
119 profile_ = profile;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower.cc15 profile_(NULL),
30 if (IsAppListVisible() && (requested_profile == profile_)) {
37 } else if (requested_profile != profile_) {
38 profile_ = requested_profile;
61 if (requested_profile == profile_)
65 profile_ = requested_profile;
67 profile_,
81 profile_ = NULL;
106 DCHECK(!profile_);
H A Dchrome_signin_delegate.cc38 profile_ = profile;
45 if (!profile_)
48 if (!GetSigninManager(profile_))
51 return GetSigninManager(profile_)->GetAuthenticatedUsername().empty();
56 DCHECK(profile_);
58 profile_, chrome::GetActiveDesktop());
65 chrome::NavigateParams params(profile_, gurl, content::PAGE_TRANSITION_LINK);
70 ExtensionService* service = profile_->GetExtensionService();
77 OpenApplication(AppLaunchParams(profile_, extension, NEW_FOREGROUND_TAB));
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_installer.cc18 profile_(profile),
28 new ExtensionInstallPrompt(profile_, parent_window_, this));
34 profile_, chrome::GetActiveDesktop());

Completed in 1142 milliseconds

1234567891011>>