/external/chromium/chrome/browser/ui/webui/ |
favicon_source.h | 17 class Profile; 23 explicit FaviconSource(Profile* profile); 45 Profile* profile_;
|
keyboard_ui.cc | 10 #include "chrome/browser/profiles/profile.h" 23 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
ntp_resource_cache.h | 15 class Profile; 22 explicit NTPResourceCache(Profile* profile); 34 Profile* profile_;
|
theme_source.h | 13 class Profile; 18 explicit ThemeSource(Profile* profile); 39 // The original profile (never an OTR profile). 40 Profile* profile_;
|
thumbnail_source.h | 16 class Profile; 26 explicit ThumbnailSource(Profile* profile);
|
/external/kernel-headers/original/linux/mfd/ |
msm-adie-codec.h | 101 int (*codec_open) (struct adie_codec_dev_profile *profile, 108 u32 (*codec_freq_supported) (struct adie_codec_dev_profile *profile, 128 int adie_codec_open(struct adie_codec_dev_profile *profile, 134 u32 adie_codec_freq_supported(struct adie_codec_dev_profile *profile,
|
/external/llvm/utils/ |
Makefile | 17 llvm-native-gxx makellvm profile.pl vim
|
/external/srtp/include/ |
srtp.h | 245 * Audio/Video Profile). A session can be viewed as a set of SRTP 610 * @brief identifies a particular SRTP profile 613 * profile (that is, a set of algorithms and parameters). These 634 * The function call crypto_policy_set_rtp_default(&policy, profile) 636 * protection, as defined by the srtp_profile_t profile. 646 * - err_status_bad_param the profile is not supported 651 srtp_profile_t profile); 662 * The function call crypto_policy_set_rtcp_default(&policy, profile) 664 * protection, as defined by the srtp_profile_t profile. 674 * - err_status_bad_param the profile is not supported [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_event_router.cc | 14 #include "chrome/browser/profiles/profile.h" 65 bool ExtensionEventRouter::CanCrossIncognito(Profile* profile, 68 profile->GetExtensionService()->GetExtensionById(extension_id, false); 69 return CanCrossIncognito(profile, extension); 73 bool ExtensionEventRouter::CanCrossIncognito(Profile* profile, 75 // We allow the extension to see events and data from another profile iff it 77 // extensions only see events for a matching profile. 79 (profile->GetExtensionService()->IsIncognitoEnabled(extension->id()) & [all...] |
extension_tabs_module.cc | 19 #include "chrome/browser/profiles/profile.h" 56 static Browser* GetBrowserInProfileWithId(Profile* profile, 63 static bool GetTabById(int tab_id, Profile* profile, 137 contents->profile()->IsOffTheRecord()); 159 browser->profile()->IsOffTheRecord()); 218 bool ExtensionTabUtil::GetTabById(int tab_id, Profile* profile, 224 Profile* incognito_profile 724 Profile* profile = browser->profile()->GetOriginalProfile(); local [all...] |
extension_cookies_api.cc | 15 #include "chrome/browser/profiles/profile.h" 47 Source<Profile>(source).ptr(), 57 Profile* profile, 65 extension_cookies_helpers::GetStoreIdFromProfile(profile))); 101 DispatchEvent(profile, keys::kOnChanged, json_args, cookie_domain); 104 void ExtensionCookiesEventRouter::DispatchEvent(Profile* profile, 108 if (profile && profile->GetExtensionEventRouter()) [all...] |
/external/chromium/chrome/browser/geolocation/ |
geolocation_settings_state_unittest.cc | 26 TestingProfile profile; local 27 GeolocationSettingsState state(&profile); 36 profile.GetGeolocationContentSettingsMap()->SetContentSetting( 41 profile.GetGeolocationContentSettingsMap()->SetContentSetting( 123 TestingProfile profile; local 124 GeolocationSettingsState state(&profile); 133 profile.GetGeolocationContentSettingsMap()->SetContentSetting( 138 profile.GetGeolocationContentSettingsMap()->SetContentSetting( 143 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
|
geolocation_permission_context_unittest.cc | 32 TestTabContentsWithPendingInfoBar(Profile* profile, SiteInstance* instance); 44 Profile* profile, 46 : TestTabContents(profile, instance), 152 new TestTabContentsWithPendingInfoBar(profile(), NULL); 184 new GeolocationPermissionContext(profile()); 208 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( 211 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( 257 profile()->GetGeolocationContentSettingsMap()->GetContentSetting [all...] |
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.cc | 18 #include "chrome/browser/profiles/profile.h" 60 Profile* profile, 63 DCHECK(profile); 71 if (profile->GetPrefs()->HasPrefPath(prefs::kCloudPrintEmail) && 72 !profile->GetPrefs()->GetString(prefs::kCloudPrintEmail).empty()) 79 CloudPrintSetupFlow* flow = new CloudPrintSetupFlow(json_args, profile, 90 browser::ShowHtmlDialog(parent_window, profile, flow); 96 Profile* profile, [all...] |
/external/chromium/chrome/browser/sync/glue/ |
theme_util_unittest.cc | 9 #include "chrome/browser/profiles/profile.h" 103 TestingProfile profile; local 105 ThemeServiceFactory::GetInstance()->ForceAssociationBetween(&profile, 110 SetCurrentThemeFromThemeSpecifics(theme_specifics, &profile); 117 TestingProfile profile; local 119 ThemeServiceFactory::GetInstance()->ForceAssociationBetween(&profile, 124 SetCurrentThemeFromThemeSpecifics(theme_specifics, &profile); 218 TestingProfile profile; local 220 ThemeServiceFactory::GetInstance()->ForceAssociationBetween(&profile, 230 &profile); [all...] |
/external/chromium/chrome/browser/sync/ |
test_profile_sync_service.cc | 31 Profile* profile, 34 : browser_sync::SyncBackendHost(profile), 135 SetDefaultExpectationsForWorkerCreation(ProfileMock* profile) { 136 EXPECT_CALL(*profile, GetPasswordStore(testing::_)). 141 ProfileMock* profile) { 142 EXPECT_CALL(*profile, GetHistoryService(testing::_)). 160 Profile* profile, 164 : ProfileSyncService(factory, profile, test_user) [all...] |
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service_unittest.cc | 24 // Set up a testing profile and create a promo resource service. 25 TestingProfile profile; local 33 new PromoResourceService(&profile)); 55 PrefService* prefs = profile.GetPrefs(); 114 // Set up a testing profile and create a promo resource service. 115 TestingProfile profile; local 123 new PromoResourceService(&profile)); 151 PrefService* prefs = profile.GetPrefs(); 185 // Set up a testing profile and create a promo resource service. 186 TestingProfile profile; local [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ProfileView.js | 28 WebInspector.CPUProfileView = function(profile) 32 this.element.addStyleClass("profile-view"); 69 this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function."), "focus-profile-node-status-bar-item"); 73 this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected function."), "exclude-profile-node-status-bar-item"); 77 this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."), "reset-profile-status-bar-item"); 81 this.profile = profile; 84 function profileCallback(error, profile) 88 self.profile.head = profile.head [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar | |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 146 TestingProfile profile; local 147 profile.CreateHistoryService(true, false); 148 profile.BlockUntilHistoryProcessesPendingRequests(); 149 profile.CreateFaviconService(); 150 profile.CreateBookmarkModel(true); 151 profile.BlockUntilBookmarkModelLoaded(); 152 BookmarkModel* model = profile.GetBookmarkModel(); 194 profile.GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1, 196 profile.GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1 [all...] |
bookmark_context_menu_controller.h | 17 class Profile; 41 // |profile| is used for opening urls as well as enabling 'open incognito'. 49 Profile* profile, 67 Profile* profile() const { return profile_; } function in class:BookmarkContextMenuController 87 Profile* profile_;
|
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.h | 25 class Profile; 54 KeywordProvider(ACProviderListener* listener, Profile* profile); 70 Profile* profile, 141 // TemplateURLModel from the Profile is used.
|
/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...] |
/external/chromium/chrome/browser/automation/ |
chrome_frame_automation_provider.cc | 6 #include "chrome/browser/profiles/profile.h" 12 ChromeFrameAutomationProvider::ChromeFrameAutomationProvider(Profile* profile) 13 : AutomationProvider(profile) {}
|
/external/chromium/chrome/browser/ |
browsing_data_indexed_db_helper.cc | 12 #include "chrome/browser/profiles/profile.h" 26 explicit BrowsingDataIndexedDBHelperImpl(Profile* profile); 43 Profile* profile_; 61 Profile* profile) 62 : profile_(profile), 184 Profile* profile) { 185 return new BrowsingDataIndexedDBHelperImpl(profile); [all...] |