/external/chromium_org/chrome/browser/sync_file_system/local/ |
sync_file_system_backend.h | 8 #include "chrome/browser/profiles/profile.h" 25 explicit SyncFileSystemBackend(Profile* profile); 71 explicit ProfileHolder(Profile* profile); 78 Profile* GetProfile(); 82 Profile* profile_;
|
/external/chromium_org/chrome/browser/ui/android/tab_model/ |
tab_model_list.cc | 8 #include "chrome/browser/profiles/profile.h" 47 Profile* profile) { 48 if (!profile) 53 Profile* model_profile = (*i)->GetProfile(); 54 if (profile->IsSameProfile(model_profile) && 55 profile->IsOffTheRecord() == model_profile->IsOffTheRecord()) {
|
/external/chromium_org/chrome/browser/ui/app_list/ |
chrome_signin_delegate.cc | 8 #include "chrome/browser/profiles/profile.h" 26 SigninManagerBase* GetSigninManager(Profile* profile) { 27 return SigninManagerFactory::GetForProfile(profile); 37 void ChromeSigninDelegate::SetProfile(Profile* profile) { 38 profile_ = profile;
|
/external/chromium_org/chrome/browser/ui/ash/ |
chrome_new_window_delegate_chromeos.cc | 29 Profile* const profile = ProfileManager::GetActiveUserProfileOrOffTheRecord(); local 30 const ExtensionService* const service = profile->GetExtensionService(); 41 OpenApplication(AppLaunchParams(profile, 69 Profile* profile = ProfileManager::GetActiveUserProfileOrOffTheRecord(); local 71 ash::KeyboardOverlayView::ShowDialog(profile,
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_unittest.cc | 25 content::WebContents::CreateParams(browser()->profile())); 48 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable 52 profile, &BookmarkInstantExtendedTest::CreateTemplateURLService); 53 return profile; 58 content::BrowserContext* profile) { 59 return new TemplateURLService(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_search_prerenderer.h | 15 class Profile; 40 InstantSearchPrerenderer(Profile* profile, const GURL& url); 43 // Returns the InstantSearchPrerenderer instance for the given |profile|. 44 static InstantSearchPrerenderer* GetForProfile(Profile* profile); 89 Profile* const profile_;
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extensions_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 47 Profile* profile = Profile::FromWebUI(web_ui); local 58 CommandHandler* commands_handler = new CommandHandler(profile); 63 new ExtensionErrorHandler(profile); 81 content::WebUIDataSource::Add(profile, source);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_login_handler.cc | 18 #include "chrome/browser/profiles/profile.h" 87 PrefService* pref_service = Profile::FromWebUI(web_ui())->GetPrefs(); 129 Profile* profile = Profile::FromWebUI(web_ui()); local 130 std::string username = profile->GetPrefs()->GetString( 140 if (signin::ShouldShowPromo(profile)) { 184 Profile::FromWebUI(web_ui())->GetPrefs()->SetBoolean( 200 Profile* profile = Profile::FromWebUI(web_ui()) local [all...] |
ntp_login_handler.h | 13 class Profile; 33 // for the given |profile|. |profile| must not be NULL. 34 static bool ShouldShow(Profile* profile); 37 static void GetLocalizedValues(Profile* profile, DictionaryValue* values);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymbolManager.h | 72 virtual void Profile(llvm::FoldingSetNodeID& profile) = 0; 136 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { 137 profile.AddInteger((unsigned) RegionValueKind); 138 profile.AddPointer(R); 141 virtual void Profile(llvm::FoldingSetNodeID& profile) { 142 Profile(profile, R) [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorProfile.java | 20 * predefined videoeditor profile settings for videoeditor applications. 23 * <p>The videoeditor profile specifies the following set of parameters: 59 * Returns the videoeditor profile 66 * Returns the supported profile by given video codec 69 int profile = -1; local 75 profile = native_get_videoeditor_export_profile(vidCodec); 81 return profile;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
base.h | 31 /** @file profile/base.h 33 * This file is a GNU profile extension to the Standard C++ Library. 42 #include <profile/impl/profiler.h> 48 * @brief GNU profile code, replaces standard behavior with profile behavior. 57 * @brief GNU profile code for public use. 61 // Import all the profile versions of components in namespace std.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
base.h | 31 /** @file profile/base.h 33 * This file is a GNU profile extension to the Standard C++ Library. 42 #include <profile/impl/profiler.h> 48 * @brief GNU profile code, replaces standard behavior with profile behavior. 57 * @brief GNU profile code for public use. 61 // Import all the profile versions of components in namespace std.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
base.h | 31 /** @file profile/base.h 33 * This file is a GNU profile extension to the Standard C++ Library. 42 #include <profile/impl/profiler.h> 48 * @brief GNU profile code, replaces standard behavior with profile behavior. 57 * @brief GNU profile code for public use. 61 // Import all the profile versions of components in namespace std.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
base.h | 31 /** @file profile/base.h 33 * This file is a GNU profile extension to the Standard C++ Library. 42 #include <profile/impl/profiler.h> 48 * @brief GNU profile code, replaces standard behavior with profile behavior. 57 * @brief GNU profile code for public use. 61 // Import all the profile versions of components in namespace std.
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_bubble_model.cc | 19 #include "chrome/browser/profiles/profile.h" 89 Profile* profile, 91 : ContentSettingBubbleModel(web_contents, profile, content_type), 163 Profile* profile, 175 Profile* profile, 178 delegate, web_contents, profile, content_type) { 199 Profile* profile [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
mock_authenticator.h | 18 class Profile; 36 virtual bool AuthenticateToLogin(Profile* profile, 89 virtual void RetryAuth(Profile* profile, 121 // Profile hasn't been loaded. 140 Profile* profile, 145 Profile* profile, [all...] |
/external/chromium_org/chrome/browser/download/ |
download_ui_controller.cc | 18 #include "chrome/browser/profiles/profile.h" 50 // |profile| is required to outlive DefaultUIControllerDelegate. 51 explicit DefaultUIControllerDelegate(Profile* profile) 52 : profile_(profile) {} 59 Profile* profile_; 68 // As a last resort, use the last active browser for this profile. Not ideal, 94 // The delegate should not be invoked after the profile has gone away. This 96 // DownloadService, which in turn is a profile keyed service. 98 Profile::FromBrowserContext(manager->GetBrowserContext()))) [all...] |
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_api.h | 24 class Profile; 35 explicit PushMessagingEventRouter(Profile* profile); 49 Profile* const profile_; 113 explicit PushMessagingAPI(Profile* profile); 116 // Convenience method to get the PushMessagingAPI for a profile. 117 static PushMessagingAPI* Get(Profile* profile); 155 Profile* profile_ [all...] |
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
signed_in_devices_api.cc | 12 #include "chrome/browser/profiles/profile.h" 78 Profile* profile) { 79 // Get the profile sync service and extension prefs pointers 81 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile); 82 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile); 90 Profile* profile) { 91 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile); 98 profile); [all...] |
/external/chromium_org/chrome/browser/extensions/error_console/ |
error_console.h | 28 class Profile; 54 explicit ErrorConsole(Profile* profile, ExtensionService* extension_service); 57 // Convenience method to return the ErrorConsole for a given profile. 58 static ErrorConsole* Get(Profile* profile); 94 // the incognito profile is destroyed. 122 // The profile with which the ErrorConsole is associated. Only collect errors 123 // from extensions and RenderViews associated with this Profile (and it's 125 Profile* profile_ [all...] |
/external/chromium_org/chrome/browser/notifications/ |
message_center_settings_controller.cc | 24 #include "chrome/browser/profiles/profile.h" 59 Profile* profile() const { return profile_; } function in class:message_center::ProfileNotifierGroup 62 Profile* profile_; 72 // Try to get the profile 103 // the profile selector context menu, so listen for them all. We'll just 179 // Temporarily use the last used profile to prevent chrome from crashing when 180 // the default profile is not loaded. 181 Profile* profile = GetCurrentProfile() local 301 Profile* profile = GetCurrentProfile(); local 364 Profile* profile = GetCurrentProfile(); local 385 Profile* profile = GetCurrentProfile(); local [all...] |
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_mementos.cc | 16 #include "chrome/browser/profiles/profile.h" 26 PreferenceHostedPromptMemento::PreferenceHostedPromptMemento(Profile* profile) 27 : profile_(profile) {} 46 LocalStateHostedPromptMemento::LocalStateHostedPromptMemento(Profile* profile) 47 : profile_(profile) {} 89 FileHostedPromptMemento::FileHostedPromptMemento(Profile* profile) 90 : profile_(profile) {} [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.h | 19 // Returns the full path to the profile icon file. 22 // Returns the default shortcut filename for the given profile name, 28 // Returns the command-line flags to launch Chrome with the given profile. 39 // shortcut should be created if none exist, or only the icon for this profile 40 // should be created in the profile directory. 46 // Specifies whether non-profile shortcuts should be updated. 87 // Gives the profile path of an alternate profile than |profile_path|. 91 // Creates or updates shortcuts for the profile at |profile_path| according 93 // creating or updating the icon file for this profile [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_history.cc | 13 #include "chrome/browser/profiles/profile.h" 24 Profile* profile) 25 : profile_(profile), 28 if (profile) { 30 content::Source<Profile>(profile)); 67 DVLOG(1) << "Profile gone."; 75 // History access from profile needs to happen in UI thread 92 profile_, Profile::EXPLICIT_ACCESS) [all...] |