| /external/chromium_org/chrome/browser/ui/ |
| browser_finder.cc | 7 #include "chrome/browser/profiles/profile.h" 30 // . If it contains kMatchOriginalProfile then the original profile of the 31 // browser must match |profile->GetOriginalProfile()|. This is used to match 37 Profile* profile, 46 if (browser->profile()->GetOriginalProfile() != 47 profile->GetOriginalProfile()) 49 } else if (browser->profile() != profile) { 65 Profile* profile [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_install_ui.h | 14 class Profile; 27 static ExtensionInstallUI* Create(Profile* profile); 51 static void OpenAppInstalledUI(Profile* profile, const std::string& app_id); 64 // Creates an ExtensionInstallPrompt from |profile|. 68 Profile* profile); 70 Profile* profile() { return profile_; function in class:ExtensionInstallUI [all...] |
| /external/chromium_org/chrome/browser/feedback/ |
| show_feedback_page.cc | 9 #include "chrome/browser/profiles/profile.h" 49 Profile* profile = NULL; local 51 profile = browser->profile(); 53 profile = ProfileManager::GetLastUsedProfileAllowedByPolicy(); 55 if (!profile) { 56 LOG(ERROR) << "Cannot invoke feedback: No profile found!"; 60 // We do not want to launch on an OTR profile. 61 profile = profile->GetOriginalProfile() [all...] |
| /external/chromium_org/chrome/browser/profiles/ |
| profile_destroyer.h | 14 class Profile; 20 // We use this class to destroy the off the record profile so that we can make 24 static void DestroyProfileWhenAppropriate(Profile* const profile); 25 static void DestroyOffTheRecordProfileNow(Profile* const profile); 33 ProfileDestroyer(Profile* const profile, HostSet* hosts); 43 // Fetch the list of render process hosts that still refer to the profile. 45 static bool GetHostsForProfile(Profile* const profile, HostSet* hosts) [all...] |
| /external/chromium_org/chrome/browser/ui/webui/ |
| signin_internals_ui.cc | 8 #include "chrome/browser/profiles/profile.h" 34 Profile* profile = Profile::FromWebUI(web_ui); local 35 content::WebUIDataSource::Add(profile, CreateSignInInternalsHTMLSource()); 36 if (profile) { 38 AboutSigninInternalsFactory::GetForProfile(profile); 45 Profile* profile = Profile::FromWebUI(web_ui()) local 60 Profile* profile = Profile::FromWebUI(web_ui()); local [all...] |
| /external/e2fsprogs/e2fsck/ |
| prof_err.c | 11 N_("Profile version 0.0"), 13 N_("Profile section not found"), 14 N_("Profile relation not found"), 16 N_( "A profile section header has a non-zero value"), 17 N_("Bad linked list in profile structures"), 18 N_("Bad group level in profile structures"), 19 N_( "Bad parent pointer in profile structures"), 20 N_("Bad magic value in profile iterator"), 22 N_("Invalid argument passed to profile library"), 23 N_("Attempt to modify read-only profile"), [all...] |
| /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
| oi_modules.h | 59 OI_MODULE_A2DP, /**< 01 Advanced Audio Distribution Profile */ 60 OI_MODULE_AVCTP, /**< 02 Audio-Visual Control Transport Profile */ 62 OI_MODULE_AVRCP, /**< 04 Audio-Visual Remote Control Profile */ 63 OI_MODULE_BIP_CLI, /**< 05 Basic Imaging Profile protocol client */ 64 OI_MODULE_BIP_SRV, /**< 06 Basic Imaging Profile protocol server */ 66 OI_MODULE_BPP_SENDER, /**< 08 Basic Printing Profile */ 67 OI_MODULE_BPP_PRINTER, /**< 09 Basic Printing Profile */ 68 OI_MODULE_CTP, /**< 10 Cordless Telephony Profile */ 69 OI_MODULE_DUN, /**< 11 Dial-Up Networking Profile */ 70 OI_MODULE_FAX, /**< 12 Fax Profile */ [all...] |
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| open_util.cc | 39 void ShowWarningMessageBox(Profile* profile, 43 profile, false, chrome::HOST_DESKTOP_TYPE_ASH); 54 void ExecuteFileTaskForUrl(Profile* profile, 58 GetFileSystemContextForExtensionId(profile, kFileManagerAppId); 61 profile, 76 void OpenFileManagerWithInternalActionId(Profile* profile, 87 ExecuteFileTaskForUrl(profile, task, url) [all...] |
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| create_profile_handler.h | 10 #include "chrome/browser/profiles/profile.h" 26 // Handler for the 'create profile' overlay. 40 // Represents the final profile creation status. It is used to map 47 // Represents errors that could occur during a profile creation. 56 // Represents the type of the in progress profile creation operation. 57 // It is used to map the type of the profile creation operation to the 66 // Asynchronously creates and initializes a new profile. 70 // 2: a flag stating whether we should create a profile desktop shortcut 77 // If a local error occurs during profile creation, then show an appropriate 78 // error message. However, if profile creation succeeded and th [all...] |
| /external/chromium_org/chrome/browser/android/ |
| content_view_util.cc | 9 #include "chrome/browser/profiles/profile.h" 16 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile(); local 18 profile = profile->GetOffTheRecordProfile(); 20 content::WebContents::CreateParams params(profile);
|
| /external/chromium_org/chrome/browser/autocomplete/ |
| autocomplete_classifier_factory.h | 13 class Profile; 19 // Returns the AutocompleteClassifier for |profile|. 20 static AutocompleteClassifier* GetForProfile(Profile* profile); 24 static KeyedService* BuildInstanceFor(content::BrowserContext* profile); 37 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/autofill/ |
| personal_data_manager_factory.h | 13 class Profile; 21 // Listens for the Profile's destruction notification and cleans up the 25 // Returns the PersonalDataManager for |profile|, creating it if it is not 27 static PersonalDataManager* GetForProfile(Profile* profile); 39 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/captive_portal/ |
| captive_portal_service_factory.h | 13 class Profile; 18 // Profiles. Listens for the Profile's destruction notification and cleans up 23 // Returns the CaptivePortalService for |profile|. 24 static CaptivePortalService* GetForProfile(Profile* profile); 38 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
| file_browser_private_api.h | 11 class Profile; 20 explicit FileBrowserPrivateAPI(Profile* profile); 26 // Convenience function to return the FileBrowserPrivateAPI for a Profile. 27 static FileBrowserPrivateAPI* Get(Profile* profile);
|
| /external/chromium_org/chrome/browser/chromeos/extensions/ |
| wallpaper_manager_util.cc | 9 #include "chrome/browser/profiles/profile.h" 20 Profile* profile = ProfileManager::GetActiveUserProfile(); local 21 DCHECK(profile); 24 extensions::ExtensionSystem::Get(profile)->extension_service(); 33 OpenApplication(AppLaunchParams(profile, extension,
|
| /external/chromium_org/chrome/browser/google/ |
| google_url_tracker_factory.h | 13 class Profile; 18 // Returns the GoogleURLTracker for |profile|. This may return NULL for a 19 // testing profile. 20 static GoogleURLTracker* GetForProfile(Profile* profile); 32 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/notifications/ |
| desktop_notification_service_factory.h | 13 class Profile; 16 // Profiles. Listens for the Profile's destruction notification and cleans up 22 // for |profile|. 23 static DesktopNotificationService* GetForProfile(Profile* profile); 35 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/notifications/sync_notifier/ |
| synced_notification_app_info_service_factory.h | 9 #include "chrome/browser/profiles/profile.h" 19 // Return the SyncedNotificationAppInfoService for this profile. 21 Profile* profile, 22 Profile::ServiceAccessType service_access_type); 35 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/ |
| platform_util_android.cc | 13 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { 17 void OpenItem(Profile* profile, const base::FilePath& full_path) { 21 void OpenExternal(Profile* profile, const GURL& url) {
|
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_manager_factory.h | 12 class Profile; 19 // Listens for the Profile's destruction notification and cleans up the 23 // Returns the PrerenderManager for |profile|. 24 static PrerenderManager* GetForProfile(Profile* profile); 36 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/printing/cloud_print/ |
| cloud_print_proxy_service_factory.h | 13 class Profile; 16 // Profiles. Listens for the Profile's destruction notification and cleans up 20 // Returns the CloudPrintProxyService for |profile|, creating if not yet 22 static CloudPrintProxyService* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/search_engines/ |
| template_url_fetcher_factory.h | 11 class Profile; 18 static TemplateURLFetcher* GetForProfile(Profile* profile); 25 static void ShutdownForProfile(Profile* profile); 35 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/signin/ |
| signin_error_notifier_factory_ash.h | 12 class Profile; 15 // Profiles. Listens for the Profile's destruction notification and cleans up 20 // profile, creating one if none exists and the shell exists. 21 static SigninErrorNotifier* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
| signin_global_error_factory.h | 12 class Profile; 15 // Profiles. Listens for the Profile's destruction notification and cleans up 20 // profile, creating one if none exists. In Ash, this will return NULL. 21 static SigninGlobalError* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
| signin_tracker_factory.cc | 18 Profile* profile, 23 account_reconcilor = AccountReconcilorFactory::GetForProfile(profile); 26 ProfileOAuth2TokenServiceFactory::GetForProfile(profile), 27 SigninManagerFactory::GetForProfile(profile), 29 ChromeSigninClientFactory::GetForProfile(profile),
|