HomeSort by relevance Sort by last modified time
    Searched refs:profile_ (Results 1 - 25 of 1425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
extension_install_ui.cc 6 ExtensionInstallUI::ExtensionInstallUI() : profile_(NULL) {
scoped_gaia_auth_extension.h 20 Profile* profile_; member in class:ScopedGaiaAuthExtension
external_policy_loader.cc 22 : 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);
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.cc 11 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/android/content/browser/tab_contents/
tab_contents.h 25 : 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/extensions/api/tabs/
tabs_windows_api.cc 16 : profile_(profile) {
17 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
19 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
21 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
35 windows_event_router_.reset(new WindowsEventRouter(profile_));
40 ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this);
53 ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this);
  /external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui_unittest.cc 24 profile_.reset(new TestingProfile());
32 profile_.get(),
34 signin_manager->Initialize(profile_.get(), NULL);
46 scoped_ptr<TestingProfile> profile_; member in class:SyncPromoUITest
57 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
66 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
68 EXPECT_TRUE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_unittest.cc 19 profile_.reset(new TestingProfile);
21 profile_.get(),
29 scoped_ptr<TestingProfile> profile_; member in class:drive::DriveIntegrationServiceTest
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_signin_flow.cc 17 profile_(profile) {
21 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->
37 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->AddObserver(this);
40 LoginUIServiceFactory::GetForProfile(profile_);
  /external/chromium/chrome/browser/sync/
signin_manager.cc 18 : 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_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc 79 profile_(new TestingProfile),
88 profile_.get(), FakeSigninManagerBase::Build);
91 profile_.get(), FakeSigninManager::Build);
98 profile_.get(), NULL);
100 profile_.get(), NULL);
101 profile_.reset();
122 profile_.get(), FakeOAuth2TokenService::BuildTokenService);
125 profile_.get(), BuildService));
140 scoped_ptr<TestingProfile> profile_; member in class:ProfileSyncServiceStartupTest
150 profile_.get(), FakeOAuth2TokenService::BuildTokenService)
    [all...]
profile_sync_components_factory_impl.cc 114 : profile_(profile),
119 autofill::AutofillWebDataService::FromBrowserContext(profile_)) {
139 new AutofillDataTypeController(this, profile_, pss));
146 new AutofillProfileDataTypeController(this, profile_, pss));
153 new BookmarkDataTypeController(this, profile_, pss));
158 if (!profile_->GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled) &&
161 new TypedUrlDataTypeController(this, profile_, pss));
169 syncer::HISTORY_DELETE_DIRECTIVES, this, profile_, pss));
177 new SessionDataTypeController(this, profile_, pss));
185 profile_,
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.h 15 explicit CloudPrintURL(Profile* profile) : profile_(profile) {}
29 Profile* profile_; member in class:CloudPrintURL
  /external/chromium_org/chrome/browser/profiles/
bookmark_model_loaded_observer.cc 11 : profile_(profile) {
20 ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_);
startup_task_runner_service.cc 12 : profile_(profile) {
23 new base::DeferredSequencedTaskRunner(profile_->GetIOTaskRunner());
  /external/chromium_org/ui/gfx/
color_profile.h 26 const std::vector<char>& profile() const { return profile_; }
29 std::vector<char> profile_; member in class:gfx::ColorProfile
  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_event_router.cc 25 : profile_(profile) {
32 BroadcastEvent(profile_, "mediaPlayerPrivate.onNextTrack");
36 BroadcastEvent(profile_, "mediaPlayerPrivate.onPlaylistChanged");
40 BroadcastEvent(profile_, "mediaPlayerPrivate.onPrevTrack");
44 BroadcastEvent(profile_, "mediaPlayerPrivate.onTogglePlayState");
  /external/chromium_org/media/mp4/
aac.cc 48 : 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_ <= 4 && frequency_index_ != 0xf &
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc 33 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_->GetBookmarkModel()
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 19 : profile_(profile),
36 content::Source<Profile>(profile_));
45 : profile_(NULL),
62 return profile_;
78 if (profile_) {
81 content::Source<Profile>(profile_),
103 if (!profile_)
105 UIThreadSearchTermsData search_terms_data(profile_);
120 profile_ = NULL;
130 profile_ = profile
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
chrome_signin_delegate.cc 33 : profile_(profile) {}
39 if (!profile_)
42 if (!GetSigninManager(profile_))
45 return GetSigninManager(profile_)->GetAuthenticatedUsername().empty();
50 DCHECK(profile_);
52 signin_tracker_.reset(new SigninTracker(profile_, this));
54 Browser* browser = FindOrCreateTabbedBrowser(profile_,
62 chrome::NavigateParams params(profile_, gurl, content::PAGE_TRANSITION_LINK);
67 ExtensionService* service = profile_->GetExtensionService();
75 profile_, extension, NEW_FOREGROUND_TAB))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api.cc 42 : profile_(profile),
44 if (!ExtensionSystem::Get(profile_)->event_router()) { // Check for testing.
48 activity_log_ = extensions::ActivityLog::GetInstance(profile_);
50 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver(
64 ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this);
88 event->restrict_to_profile = profile_;
89 ExtensionSystem::Get(profile_)->event_router()->BroadcastEvent(event.Pass());
  /external/chromium_org/chrome/browser/ui/app_list/search/
webstore_installer.cc 17 profile_(profile),
24 new ExtensionInstallPrompt(profile_, parent_window_, this));
30 profile_, chrome::GetActiveDesktop());
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher.cc 22 CookieFetcher::CookieFetcher(Profile* profile) : profile_(profile) {
23 CHECK(profile_);
25 new ClientLoginResponseHandler(profile_->GetRequestContext()));
27 new IssueResponseHandler(profile_->GetRequestContext()));
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 149 profile_.reset(new TemplateURLModelTestingProfile());
150 profile_->SetUp();
151 profile_->SetTemplateURLModel(new TestingTemplateURLModel(profile_.get()));
152 profile_->GetTemplateURLModel()->AddObserver(this);
156 if (profile_.get()) {
157 profile_->TearDown();
158 profile_.reset();
198 model()->service_ = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
202 profile_->SetTemplateURLModel(NULL)
    [all...]

Completed in 1658 milliseconds

1 2 3 4 5 6 7 8 91011>>