/external/chromium/chrome/browser/chromeos/notifications/ |
system_notification.h | 18 class Profile; 26 // The profile is the current user profile. The id is any string used 29 SystemNotification(Profile* profile, 35 SystemNotification(Profile* profile, 82 Profile* profile_;
|
/external/chromium/chrome/browser/ |
content_setting_bubble_model.h | 19 class Profile; 31 Profile* profile, 92 ContentSettingBubbleModel(TabContents* tab_contents, Profile* profile, 96 Profile* profile() const { return profile_; } function in class:ContentSettingBubbleModel 121 Profile* profile_;
|
mock_browsing_data_appcache_helper.h | 15 explicit MockBrowsingDataAppCacheHelper(Profile* profile);
|
/external/chromium/chrome/browser/extensions/ |
extension_content_settings_apitest.cc | 7 #include "chrome/browser/profiles/profile.h" 16 PrefService* pref_service = browser()->profile()->GetPrefs(); 34 PrefService* prefs = browser()->profile()->GetPrefs(); 40 // Setting an incognito preference should not create an incognito profile. 41 EXPECT_FALSE(browser()->profile()->HasOffTheRecordProfile()); 44 browser()->profile()->GetOffTheRecordProfile()->GetPrefs(); 68 PrefService* pref_service = browser()->profile()->GetPrefs(); 84 PrefService* prefs = browser()->profile()->GetPrefs();
|
extension_cookies_helpers.cc | 13 #include "chrome/browser/profiles/profile.h" 28 Profile* ChooseProfileFromStoreId(const std::string& store_id, 29 Profile* profile, 31 DCHECK(profile); 32 bool allow_original = !profile->IsOffTheRecord(); 33 bool allow_incognito = profile->IsOffTheRecord() || 34 (include_incognito && profile->HasOffTheRecordProfile()); 36 return profile->GetOriginalProfile(); 38 return profile->GetOffTheRecordProfile() [all...] |
extension_data_deleter.cc | 7 #include "chrome/browser/profiles/profile.h" 18 ExtensionDataDeleter::ExtensionDataDeleter(Profile* profile, 20 DCHECK(profile); 21 webkit_context_ = profile->GetWebKitContext(); 22 database_tracker_ = profile->GetDatabaseTracker(); 23 extension_request_context_ = profile->GetRequestContextForExtensions(); 24 file_system_context_ = profile->GetFileSystemContext();
|
extension_browser_event_router.cc | 13 #include "chrome/browser/profiles/profile.h" 64 static void DispatchEvent(Profile* profile, 67 if (profile->GetExtensionEventRouter()) { 68 profile->GetExtensionEventRouter()->DispatchEventToRenderers( 69 event_name, json_args, profile, GURL()); 73 static void DispatchEventToExtension(Profile* profile, 77 if (profile->GetExtensionEventRouter()) { 78 profile->GetExtensionEventRouter()->DispatchEventToExtension [all...] |
extension_web_ui.cc | 17 #include "chrome/browser/profiles/profile.h" 61 ExtensionWebUIImageLoadingTracker(Profile* profile, 69 ExtensionService* service = profile->GetExtensionService(); 133 ExtensionService* service = tab_contents->profile()->GetExtensionService(); 240 bool ExtensionWebUI::HandleChromeURLOverride(GURL* url, Profile* profile) { 245 profile->GetPrefs()->GetDictionary(kExtensionURLOverrides); 251 ExtensionService* service = profile->GetExtensionService(); 263 UnregisterChromeURLOverride(page, profile, val) [all...] |
extension_cookies_unittest.cc | 26 // A test profile that supports linking with another profile for incognito support. 30 virtual Profile* GetOriginalProfile() { 37 virtual Profile* GetOffTheRecordProfile() { 54 void set_linked_profile(OtrTestingProfile* profile) { 55 linked_profile_ = profile; 68 OtrTestingProfile profile, otrProfile; local 70 OtrTestingProfile::LinkProfiles(&profile, &otrProfile); 73 extension_cookies_helpers::GetStoreIdFromProfile(&profile)); 74 EXPECT_EQ(&profile, 151 TestingProfile profile; local [all...] |
/external/chromium/chrome/browser/metrics/ |
user_metrics.h | 11 class Profile; 46 // TODO(semenzato): |profile| isn't actually used---should switch all calls 48 static void RecordAction(const UserMetricsAction& action, Profile* profile); 56 Profile* profile); 62 static void Record(const char *action, Profile *profile);
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_data_type_controller.h | 18 Profile* profile,
|
autofill_profile_change_processor.cc | 69 "Autofill Profile root node lookup failed"); 130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile()); 133 AddAutofillProfileSyncNode(trans, autofill_root, *(change->profile())); 148 WriteAutofillProfile(*(change->profile()), &node); 184 LOG(ERROR) << "could not delete the profile " << 225 LOG(ERROR) << "could not add autofill profile for guid " << p.guid(); 238 LOG(ERROR) << "Could not find the autofill profile to update for " << 249 LOG(ERROR) << "Could not update autofill profile for " << 283 const AutofillProfile& profile) { 285 std::string guid = profile.guid() [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller_unittest.mm | 24 BookmarkModel* model = helper_.profile()->GetBookmarkModel(); 31 profile:helper_.profile() 54 BookmarkModel* model = helper_.profile()->GetBookmarkModel(); 67 profile:helper_.profile() 84 BookmarkModel* model = helper_.profile()->GetBookmarkModel(); 91 profile:helper_.profile() 105 BookmarkModel* model = helper_.profile()->GetBookmarkModel() [all...] |
/external/oprofile/libpp/ |
populate.cpp | 15 #include "profile.h" 33 populate_from_files(profile_t & profile, op_bfd const & abfd, 46 profile.add_sample_file(it->sample_filename); 47 profile.set_offset(abfd); 91 profile_t profile; local 92 if (populate_from_files(profile, abfd, it->files)) { 93 header = profile.get_header(); 94 samples.add(profile, abfd, it->app_image, i);
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLHeadElement01.html | 3 <HEAD PROFILE="http://xw2k.sdct.itl.nist.gov/brady/dom/files/profile">
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLHeadElement01.xhtml | 6 <head profile="http://xw2k.sdct.itl.nist.gov/brady/dom/files/profile">
|
/external/chromium/chrome/browser/net/ |
chrome_url_request_context.h | 36 class Profile; 62 // Gets the blob storage context associated with this context's profile. 67 // Gets the file system host context with this context's profile. 173 // create the ChromeURLRequestContext. If |profile| is non-NULL, then the 177 ChromeURLRequestContextGetter(Profile* profile, 199 // Create an instance for use with an 'original' (non-OTR) profile. This is 202 Profile* profile, const ProfileIOData* profile_io_data); 204 // Create an instance for an original profile for media. This is expected t [all...] |
/external/chromium/chrome/browser/download/ |
download_history.cc | 11 #include "chrome/browser/profiles/profile.h" 20 DownloadHistory::DownloadHistory(Profile* profile) 21 : profile_(profile), 23 DCHECK(profile); 31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) [all...] |
/external/chromium/chrome/browser/tab_contents/ |
render_view_host_delegate_helper.h | 20 class Profile; 42 Profile* profile, 75 Profile* profile, 98 static WebPreferences GetWebkitPrefs(Profile* profile, bool is_web_ui); 100 static void UpdateInspectorSetting(Profile* profile, 103 static void ClearInspectorSettings(Profile* profile) [all...] |
/external/chromium/chrome/browser/ui/views/ |
chrome_views_delegate.cc | 29 // If the given window has a profile associated with it, use that profile's 33 // TODO(mirandac): This function will also separate windows by profile in a 34 // multi-profile environment. 36 Profile* profile = reinterpret_cast<Profile*>( local 38 Profile::kProfileKey)); 39 if (!profile) { 40 // Use local state for windows that have no explicit profile [all...] |
/external/compiler-rt/make/platform/ |
clang_linux.mk | 33 # Configuration for profile runtime. 35 Configs += profile-i386 profile-x86_64 36 Arch.profile-i386 := i386 37 Arch.profile-x86_64 := x86_64 58 CFLAGS.profile-i386 := $(CFLAGS) -m32 59 CFLAGS.profile-x86_64 := $(CFLAGS) -m64 68 CFLAGS.profile-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux 69 CFLAGS.profile-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux 73 FUNCTIONS.profile-i386 := GCDAProfilin [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4_Common.h | 84 Profile = AAC : 86 Profile = HE_AAC and input is AAC: 88 Profile = HE_AAC and input is HE_AAC: 91 case profile = HE_AAC_v2 : 93 AAC_kDS_BY_3 = 2, /**< Down sampling by 3 - only for AAC profile */ 94 AAC_kDS_BY_4 = 3, /**< Down sampling by 4 - only for AAC profile */ 95 AAC_kDS_BY_8 = 4 /**< Down sampling by 8 - only for AAC profile */ 116 * @brief This enum defines the AAC decoder profile 121 AAC_kAAC = 0, /**< AAC profile (only AAC LC object are supported) */ 122 AAC_kHE_AAC = 1, /**< HE AAC or AAC+ profile (SBR in LP Mode) * [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager.cc | 21 #include "chrome/browser/profiles/profile.h" 92 // Returns true if minimum requirements for import of a given |profile| have 96 bool IsMinimumAddress(const AutofillProfile& profile) { 97 return !profile.GetInfo(ADDRESS_HOME_LINE1).empty() && 98 !profile.GetInfo(ADDRESS_HOME_CITY).empty() && 99 !profile.GetInfo(ADDRESS_HOME_STATE).empty() && 100 !profile.GetInfo(ADDRESS_HOME_ZIP).empty(); 176 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); 197 // TODO: Is this the funcionality that tries to create a profile for the user 204 // Parse the form and construct a profile based on the information that i 600 const FormGroup* profile = *iter; local [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothProfileManager.java | 82 * Mapping from profile name, e.g. "HEADSET" to profile object. 120 * Initialize or update the local profile objects. If a UUID was previously 122 * profile object as it might be referenced elsewhere, or the UUID might 123 * come back and we don't want multiple copies of the profile objects. 130 Log.d(TAG, "Adding local A2DP profile"); 136 Log.w(TAG, "Warning: A2DP profile was previously added but the UUID is now missing."); 143 Log.d(TAG, "Adding local HEADSET profile"); 150 Log.w(TAG, "Warning: HEADSET profile was previously added but the UUID is now missing."); 156 Log.d(TAG, "Adding local OPP profile"); 271 LocalBluetoothProfile profile = mHeadsetProfile; local [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.h | 24 class Profile; 41 int BookmarkDragOperation(Profile* profile, const BookmarkNode* node); 46 int BookmarkDropOperation(Profile* profile, 54 int PerformBookmarkDrop(Profile* profile, 60 // |index|. A drop from a separate profile is always allowed, where as 61 // a drop from the same profile is only allowed if none of the nodes in 64 bool IsValidDropLocation(Profile* profile [all...] |