Searched refs:profile_ (Results 151 - 175 of 1032) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc38 profile_(NULL),
55 DCHECK(!service_ && !profile_);
58 profile_ = service->profile();
67 DCHECK(!service_ && !profile_);
70 profile_ = profile;
77 profile_pref_change_registrar_.Init(profile_->GetPrefs());
91 client->GetPrefServiceForContext(profile_));
100 controller_->GetApps(profile_, &extensions);
105 extensions::ui_util::ShouldDisplayInAppLauncher(app->get(), profile_);
174 if (!extensions::ui_util::ShouldDisplayInAppLauncher(extension, profile_))
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_app_tab_helper.h27 Profile* profile_; member in class:LauncherAppTabHelper
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_bubble_sign_in_delegate.h40 Profile* profile_; member in class:BookmarkBubbleSignInDelegate
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dfirst_run_bubble_controller.h17 Profile* profile_; variable
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service.h29 Profile* profile_; member in class:PinnedTabService
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_badge_controller.cc80 : profile_(profile), delegate_(delegate) {
81 DCHECK(profile_);
87 content::Source<Profile>(profile_));
118 if (GlobalErrorServiceFactory::GetForProfile(profile_)->
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
H A Dsuggestions_internals_ui_handler.h38 Profile* profile_; member in class:SuggestionsInternalsUIHandler
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Ddump_database_handler.h27 Profile* profile_; member in class:syncfs_internals::DumpDatabaseHandler
H A Dfile_metadata_handler.cc28 : profile_(profile),
59 SyncFileSystemServiceFactory::GetForProfile(profile_);
70 profile_,
/external/chromium_org/ui/gfx/
H A Dcolor_profile.cc24 ReadColorProfile(&profile_);
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_event_router.cc23 : profile_(profile) {
24 DCHECK(profile_);
36 EventRouter* router = EventRouter::Get(profile_);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_model.cc104 profile_(browser->profile()),
110 if (profile_->GetPrefs()->GetBoolean(prefs::kExtensionsUIDeveloperMode) &&
122 profile_(browser->profile()),
160 profile_)->management_policy()->UserMayModifySettings(extension, NULL);
207 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
218 profile_, browser_->window()->GetNativeWindow(), this));
238 extensions::ExtensionSystem::Get(profile_)
258 extensions::ExtensionActionManager::Get(profile_);
269 profile_, this, this, base::Bind(MenuItemMatchesAction, action_type_)));
295 int visibility_string_id = GetVisibilityStringId(profile_, extensio
[all...]
H A Dshared_user_script_master.cc18 profile_(profile),
20 extension_registry_observer_.Add(ExtensionRegistry::Get(profile_));
41 bool incognito_enabled = util::IsIncognitoEnabled(extension->id(), profile_);
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_extensions.cc25 : profile_(profile) {
54 ExtensionRegistry* extension_registry = ExtensionRegistry::Get(profile_);
63 if (extensions::ProcessMap::Get(profile_)->Contains(
/external/chromium_org/chrome/browser/google/
H A Dchrome_google_url_tracker_client.cc20 : profile_(profile) {
53 return profile_->GetPrefs();
58 return profile_->GetRequestContext();
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database_unittest.cc26 profile_.reset(new TestingProfile);
32 history_db_name_ = profile_->GetPath().Append(chrome::kHistoryFilename);
41 scoped_ptr<TestingProfile> profile_; member in class:history::AndroidURLsMigrationTest
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_test_util.cc37 profile_ = profile;
48 profile_ = profile;
67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_))
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_mementos.h41 Profile* profile_; member in class:PreferenceHostedPromptMemento
62 Profile* profile_; member in class:LocalStateHostedPromptMemento
96 Profile* profile_; member in class:FileHostedPromptMemento
/external/chromium_org/chrome/browser/sync/glue/
H A Dautofill_data_type_controller.cc31 profile_(profile) {
66 profile_, Profile::EXPLICIT_ACCESS).get();
85 profile_);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_result.cc35 : profile_(profile),
44 extensions::ExtensionSystem::Get(profile_)->extension_service()
51 new extensions::IconImage(profile_,
93 extensions::ExtensionSystem::Get(profile_)->extension_service()
99 if (!extensions::util::IsAppLaunchable(app_id_, profile_))
111 profile_,
121 new AppResult(profile_, app_id_, controller_));
135 this, profile_, app_id_, controller_));
146 extension_registry_ = extensions::ExtensionRegistry::Get(profile_);
157 if (extensions::util::IsAppLaunchableWithoutEnabling(app_id_, profile_))
[all...]
H A Dsearch_webstore_result.cc22 : profile_(profile),
50 chrome::NavigateParams params(profile_,
62 new SearchWebstoreResult(profile_, query_)).Pass();
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_controller_unittest.cc21 PrefService* GetPrefs() { return profile_.GetPrefs(); }
27 TestingProfile profile_; member in class:OmniboxControllerTest
40 omnibox_controller_.reset(new OmniboxController(NULL, &profile_));
/external/chromium_org/chrome/browser/ui/startup/
H A Ddefault_browser_prompt_win.cc36 : profile_(profile) {
47 Profile* profile_; member in class:__anon5151::SetMetroBrowserFlowLauncher
65 SetAsDefaultBrowserUI::Show(profile_, browser);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view.cc32 profile_(profile) {
62 DCHECK(profile_);
64 TemplateURLServiceFactory::GetForProfile(profile_);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dlogin_ui_service.cc25 : ui_(NULL), profile_(profile) {
66 InlineLoginDialog::Show(profile_);
69 profile_, chrome::GetActiveDesktop());

Completed in 7749 milliseconds

1234567891011>>