HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 676 - 700 of 8345) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/
browser_navigator.cc 12 #include "chrome/browser/profiles/profile.h"
31 SiteInstance* GetSiteInstance(TabContents* source_contents, Profile* profile,
36 if (ChromeWebUIFactory::GetInstance()->UseWebUIForURL(profile, url))
37 return SiteInstance::CreateSiteInstanceForURL(profile, url);
44 SiteInstance::IsSameWebSite(source_contents->profile(),
60 // Finds an existing Browser compatible with |profile|, making a new one if no
62 Browser* GetOrCreateBrowser(Profile* profile) {
63 Browser* browser = BrowserList::FindBrowserWithType(profile,
134 Profile* profile = local
159 Profile* profile = local
    [all...]
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 36 // Callback to show error dialog on profile load error.
69 WebDataServiceWrapper::WebDataServiceWrapper(Profile* profile) {
70 base::FilePath profile_path = profile->GetPath();
155 static_cast<Profile*>(context), Profile::EXPLICIT_ACCESS);
170 static_cast<Profile*>(context), Profile::EXPLICIT_ACCESS);
188 Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.h 16 // Java layer. Note that on Android, there's only a single profile, and
28 // Returns the profile as indexed by |index| in the PersonalDataManager's
35 // Returns the profile with the specified |jguid|, or NULL if there is no
36 // profile with the specified |jguid|. Both web and auxiliary profiles may
43 // Adds or modifies a profile. If |jguid| is an empty string, we are creating
44 // a new profile. Else we are updating an existing profile. Always returns
45 // the GUID for this profile; the GUID it may have just been created.
71 // creating a new profile. Else we are updating an existing profile. Alway
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/preference/
chrome_direct_setting_api.cc 15 #include "chrome/browser/profiles/profile.h"
36 Profile* profile,
44 ExtensionSystem::Get(profile)->event_router()->RegisterObserver(
51 Profile* profile,
77 ChromeDirectSettingAPI::ChromeDirectSettingAPI(Profile* profile)
78 : profile_(profile) {
79 preference_whitelist.Get().RegisterEventListeners(profile, this)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
default_apps_unittest.cc 44 scoped_ptr<TestingProfile> profile(new TestingProfile());
47 Provider provider(profile.get(), NULL, loader, Manifest::INTERNAL,
53 int state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
58 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
63 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
66 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
70 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
73 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
82 profile.reset(new DefaultTestingProfile);
83 Provider provider2(profile.get(), NULL, loader, Manifest::INTERNAL
    [all...]
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.h 24 class Profile;
44 Profile* profile) OVERRIDE;
46 Profile* profile) OVERRIDE;
51 Profile* profile,
54 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
74 bool ShowNotification(const Notification& notification, Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui.cc 16 #include "chrome/browser/profiles/profile.h"
38 content::WebUIDataSource* CreateDownloadsUIHTMLSource(Profile* profile) {
82 PrefService* prefs = profile->GetPrefs();
85 source->AddBoolean("show_delete_history", !profile->IsManaged());
105 Profile* profile = Profile::FromWebUI(web_ui); local
106 DownloadManager* dlm = BrowserContext::GetDownloadManager(profile);
112 content::WebUIDataSource* source = CreateDownloadsUIHTMLSource(profile);
    [all...]
  /external/chromium/chrome/browser/chromeos/
choose_mobile_network_dialog.cc 24 HtmlDialogWithoutContextMenuView(Profile* profile,
26 : HtmlDialogView(profile, delegate) {}
41 Profile* profile; local
45 profile = browser->profile();
47 profile = ProfileManager::GetDefaultProfile();
50 profile, new ChooseMobileNetworkDialog);
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 14 #include "chrome/browser/profiles/profile.h"
29 Profile* profile,
31 : ContentSettingBubbleModel(tab_contents, profile, content_type) {
132 Profile* profile,
134 : ContentSettingTitleAndLinkModel(tab_contents, profile, content_type) {
166 Profile* profile,
168 : ContentSettingTitleLinkAndCustomModel(tab_contents, profile,
    [all...]
plugin_updater.h 21 class Profile;
43 void UpdatePluginGroupsStateFromPrefs(Profile* profile);
46 void UpdatePreferences(Profile* profile, int delay_ms);
60 // preferences. The profile pointer is only to be passed to the UI thread.
61 static void GetPreferencesDataOnFileThread(void* profile);
65 Profile* profile,
  /external/chromium/chrome/browser/sessions/
session_restore.h 16 class Profile;
33 static void RestoreSession(Profile* profile,
42 Profile* profile,
48 static void RestoreForeignSessionTab(Profile* profile,
59 Profile* profile,
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.cc 11 #include "chrome/browser/profiles/profile.h"
25 static std::wstring GetTitle(Profile* profile,
28 ExtensionService* extensions_service = profile->GetExtensionService();
48 // handling without getting the accept language from the profile.
50 gfx::Font(), 0, profile->GetPrefs()->GetString(prefs::kAcceptLanguages));
62 void RunJavascriptMessageBox(Profile* profile,
71 std::wstring title = GetTitle(profile, is_alert, frame_url);
  /external/chromium/chrome/browser/ui/views/
browser_dialogs.h 26 class Profile;
46 Profile* profile,
54 Profile* profile);
78 Profile* profile);
95 Profile* profile,
  /external/chromium_org/chrome/browser/chromeos/contacts/
fake_contact_store.h 19 class Profile;
75 // Returns the FakeContactStore previously created for |profile|, or NULL if
77 FakeContactStore* GetContactStoreForProfile(Profile* profile);
84 virtual bool CanCreateContactStoreForProfile(Profile* profile) OVERRIDE;
85 virtual ContactStore* CreateContactStore(Profile* profile) OVERRIDE;
88 typedef std::map<Profile*, FakeContactStore*> ProfileStoreMap;
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run.cc 25 void LaunchDialogForProfile(Profile* profile) {
27 extensions::ExtensionSystem::Get(profile)->extension_service();
37 profile, extension, extensions::LAUNCH_CONTAINER_WINDOW, NEW_WINDOW));
44 explicit DialogLauncher(Profile* profile)
45 : profile_(profile) {
46 DCHECK(profile);
76 Profile* profile_;
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager.h 18 #include "chrome/browser/profiles/profile.h"
31 // Manages image writer operations for the current profile. Including clean-up
40 explicit OperationManager(Profile* profile);
80 static OperationManager* Get(Profile* profile);
82 Profile* profile() { return profile_; } function in class:extensions::image_writer::OperationManager
101 Profile* profile_;
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 9 #include "chrome/browser/profiles/profile.h"
57 Profile* profile = local
58 Profile::FromBrowserContext(process_->GetBrowserContext());
60 ExtensionSystem::Get(profile)->process_manager();
71 Profile* profile = local
72 Profile::FromBrowserContext(process_->GetBrowserContext());
74 ExtensionSystem::Get(profile)->process_manager();
incognito_connectability.h 13 class Profile;
53 // Returns the IncognitoConnectability object for |profile|. |profile| must
55 static IncognitoConnectability* Get(Profile* profile);
57 // Returns true if |url| is allowed to connect from this profile, false
66 explicit IncognitoConnectability(Profile* profile);
86 // profile is destroyed (i.e. when the last incognito window is closed).
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.h 20 class Profile;
31 static SettingsFrontend* Create(Profile* profile);
36 Profile* profile);
68 Profile* profile);
75 // The (non-incognito) Profile this Frontend belongs to.
76 Profile* const profile_;
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_api.cc 16 #include "chrome/browser/profiles/profile.h"
32 StreamsPrivateAPI* StreamsPrivateAPI::Get(Profile* profile) {
33 return GetFactoryInstance()->GetForProfile(profile);
36 StreamsPrivateAPI::StreamsPrivateAPI(Profile* profile)
37 : profile_(profile),
40 content::Source<Profile>(profile));
  /external/chromium_org/chrome/browser/
platform_util.h 14 class Profile;
23 // The |profile| is used to determine the running profile of file manager app
26 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path);
30 void OpenItem(Profile* profile, const base::FilePath& full_path);
35 void OpenExternal(Profile* profile, const GURL& url);
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.cc 9 #include "chrome/browser/profiles/profile.h"
26 Profile* profile,
29 profile_sync_factory, profile, sync_service) {
64 profile(), Profile::EXPLICIT_ACCESS).get();
83 profile());
87 profile(), Profile::EXPLICIT_ACCESS);
autofill_profile_data_type_controller.cc 10 #include "chrome/browser/profiles/profile.h"
27 Profile* profile,
30 profile,
56 profile(), Profile::EXPLICIT_ACCESS).get();
86 autofill::PersonalDataManagerFactory::GetForProfile(profile());
94 profile(), Profile::EXPLICIT_ACCESS).get();
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_mac.cc 83 Profile* profile = proxy_->GetProfile(); local
84 DCHECK(profile);
85 return profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck);
109 Profile* profile = proxy_->GetProfile(); local
110 DCHECK(profile);
113 profile->GetPrefs()->SetBoolean(
115 !profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck));
  /external/chromium_org/chrome/browser/themes/
theme_service_browsertest.cc 10 #include "chrome/browser/profiles/profile.h"
47 Profile* profile = browser()->profile(); local
48 ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
69 profile->GetPrefs()->SetFilePath(
76 browser()->profile());

Completed in 728 milliseconds

<<21222324252627282930>>