/external/chromium/chrome/browser/ui/views/ |
browser_dialogs.h | 26 class Profile; 46 Profile* profile, 54 Profile* profile); 78 Profile* profile); 95 Profile* profile,
|
dom_view.cc | 23 bool DOMView::Init(Profile* profile, SiteInstance* instance) { 28 tab_contents_.reset(CreateTabContents(profile, instance)); 36 TabContents* DOMView::CreateTabContents(Profile* profile, 38 return new TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL);
|
/external/compiler-rt/lib/profile/ |
Makefile.mk | 1 #===- lib/profile/Makefile.mk ------------------------------*- Makefile -*--===# 10 ModuleName := profile
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
bitenc.h | 36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
ti_video_config_parser.h | 40 uint32 profile; member in struct:_tiVideoConfigParserOutputs
|
/external/chromium/chrome/browser/ui/options/ |
options_util.cc | 17 #include "chrome/browser/profiles/profile.h" 23 void OptionsUtil::ResetToDefaults(Profile* profile) { 27 PrefService* prefs = profile->GetPrefs(); 83 profile->GetDownloadManager()->download_prefs()->ResetToDefaults(); 84 profile->GetHostContentSettingsMap()->ResetToDefaults(); 85 profile->GetGeolocationContentSettingsMap()->ResetToDefault(); 86 profile->GetHostZoomMap()->ResetToDefaults(); 87 DesktopNotificationServiceFactory::GetForProfile(profile)->
|
/external/chromium/chrome/browser/ui/webui/ |
html_dialog_tab_contents_delegate_unittest.cc | 28 explicit TestTabContentsDelegate(Profile* profile) 29 : HtmlDialogTabContentsDelegate(profile) {} 44 test_tab_contents_delegate_.reset(new TestTabContentsDelegate(profile())); 86 new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL); 95 EXPECT_EQ(profile(), test_tab_contents_delegate_->profile()); 97 EXPECT_EQ(NULL, test_tab_contents_delegate_->profile());
|
html_dialog_tab_contents_delegate.cc | 7 #include "chrome/browser/profiles/profile.h" 15 // non-incognito profile. 18 // profile that's long-lived? Of course, we'd still have to clear it out 20 HtmlDialogTabContentsDelegate::HtmlDialogTabContentsDelegate(Profile* profile) 21 : profile_(profile->GetOriginalProfile()) {} 25 Profile* HtmlDialogTabContentsDelegate::profile() const { return profile_; } function in class:HtmlDialogTabContentsDelegate 36 // to find a browser matching params.profile or create a new one. 39 params.profile = profile_ [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaRecorderStressTestRunner.java | 36 public static CamcorderProfile profile = field in class:MediaRecorderStressTestRunner 40 public static int mVideoEncoder = profile.videoCodec; 41 public static int mAudioEncdoer = profile.audioCodec; 42 public static int mFrameRate = profile.videoFrameRate; 43 public static int mVideoWidth = profile.videoFrameWidth; 44 public static int mVideoHeight = profile.videoFrameHeight; 45 public static int mBitRate = profile.videoBitRate;
|
/external/chromium/chrome/browser/extensions/ |
extension_disabled_infobar_delegate.cc | 29 ExtensionDisabledDialogDelegate(Profile* profile, 50 Profile* profile, 56 install_ui_.reset(new ExtensionInstallUI(profile)); 117 Source<Profile>(service->profile())); 119 Source<Profile>(service->profile())); 148 new ExtensionDisabledDialogDelegate(tab_contents_->profile(), service_ [all...] |
extension_proxy_apitest.cc | 8 #include "chrome/browser/profiles/profile.h" 80 PrefService* pref_service = browser()->profile()->GetPrefs(); 94 PrefService* pref_service = browser()->profile()->GetPrefs(); 108 PrefService* pref_service = browser()->profile()->GetPrefs(); 125 PrefService* pref_service = browser()->profile()->GetPrefs(); 139 PrefService* pref_service = browser()->profile()->GetPrefs(); 156 PrefService* pref_service = browser()->profile()->GetPrefs(); 170 PrefService* pref_service = browser()->profile()->GetPrefs(); 181 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs(); 203 PrefService* pref_service = browser()->profile()->GetPrefs() [all...] |
extension_processes_api.cc | 19 #include "chrome/browser/profiles/profile.h" 58 void ExtensionProcessesEventRouter::ObserveProfile(Profile* profile) { 59 profiles_.insert(profile); 141 // Notify each profile that is interested. 144 Profile* profile = *it; local 145 DispatchEvent(profile, keys::kOnUpdated, json_args); 150 void ExtensionProcessesEventRouter::DispatchEvent(Profile* profile, [all...] |
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 82 // The key of the profile for the current ContextMenu. 93 VpnProfile profile = VpnProfile.decode(savedState.getString("VpnKey"), local 95 if (profile != null) { 96 mDialog = new VpnDialog(getActivity(), this, profile, 145 VpnProfile profile = mDialog.getProfile(); local 146 savedState.putString("VpnKey", profile.key); 147 savedState.putByteArray("VpnProfile", profile.encode()); 181 for (VpnProfile profile : profiles) { 182 final VpnPreference pref = new VpnPreference(context, profile); 184 mPreferences.put(profile.key, pref) 231 VpnProfile profile = mDialog.getProfile(); local 268 VpnProfile profile = ((VpnPreference) preference).getProfile(); local 314 VpnProfile profile = ((VpnPreference) preference).getProfile(); local 542 final VpnProfile profile = VpnProfile.decode( local [all...] |
/external/chromium/chrome/browser/content_settings/ |
host_content_settings_map_unittest.cc | 46 TestingProfile profile; local 48 profile.GetHostContentSettingsMap(); 177 TestingProfile profile; local 179 profile.GetHostContentSettingsMap(); 208 TestingProfile profile; local 210 profile.GetHostContentSettingsMap(); 244 TestingProfile profile; local 246 profile.GetHostContentSettingsMap(); 248 PrefService* prefs = profile.GetPrefs(); 280 TestingProfile profile; local 317 TestingProfile profile; local 396 TestingProfile profile; local 449 TestingProfile profile; local 496 TestingProfile profile; local 521 TestingProfile profile; local 547 TestingProfile profile; local 580 TestingProfile profile; local 603 TestingProfile profile; local 630 TestingProfile profile; local 666 TestingProfile profile; local 704 TestingProfile profile; local 742 TestingProfile profile; local 773 TestingProfile profile; local 812 TestingProfile profile; local 842 TestingProfile profile; local 866 TestingProfile profile; local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
html_page_screen.cc | 26 TabContents* HTMLPageDomView::CreateTabContents(Profile* profile, 28 return new WizardWebPageViewTabContents(profile, 57 Profile* profile = ProfileManager::GetDefaultProfile(); local 58 view()->InitDOM(profile, 59 SiteInstance::CreateSiteInstanceForURL(profile, url));
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_content_settings_map_unittest.cc | 67 TestingProfile profile; local 69 profile.GetGeolocationContentSettingsMap(); 78 TestingProfile profile; local 80 profile.GetGeolocationContentSettingsMap(); 106 TestingProfile profile; local 108 profile.GetGeolocationContentSettingsMap(); 155 TestingProfile profile; local 157 profile.GetGeolocationContentSettingsMap(); 168 TestingProfile profile; local 170 profile.GetGeolocationContentSettingsMap() 189 TestingProfile profile; local 221 TestingProfile profile; local 250 TestingProfile profile; local 285 TestingProfile profile; local [all...] |
/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/webkit/Source/WebCore/bindings/js/ |
ScriptProfile.cpp | 33 #include <profiler/Profile.h> 38 PassRefPtr<ScriptProfile> ScriptProfile::create(PassRefPtr<JSC::Profile> profile) 40 if (!profile) 42 return adoptRef(new ScriptProfile(profile)); 45 ScriptProfile::ScriptProfile(PassRefPtr<JSC::Profile> profile) 46 : m_profile(profile)
|
/external/chromium/chrome/browser/webdata/ |
autofill_table.cc | 60 void BindAutofillProfileToStatement(const AutofillProfile& profile, 62 DCHECK(guid::IsValidGUID(profile.guid())); 63 s->BindString(0, profile.guid()); 65 string16 text = profile.GetInfo(COMPANY_NAME); 67 text = profile.GetInfo(ADDRESS_HOME_LINE1); 69 text = profile.GetInfo(ADDRESS_HOME_LINE2); 71 text = profile.GetInfo(ADDRESS_HOME_CITY); 73 text = profile.GetInfo(ADDRESS_HOME_STATE); 75 text = profile.GetInfo(ADDRESS_HOME_ZIP); 77 text = profile.GetInfo(ADDRESS_HOME_COUNTRY) 85 AutofillProfile* profile = new AutofillProfile; local 969 AutofillProfile* profile = NULL; local 1955 AutofillProfile profile; local 2105 AutofillProfile* profile = NULL; local [all...] |
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_unittest.cc | 494 explicit VisitCountingRenderProcessHost(Profile* profile) 495 : MockRenderProcessHost(profile) {} 500 static_cast<VisitCountingProfile*>(profile()); 505 static_cast<VisitCountingProfile*>(profile()); 516 explicit VisitRelayingRenderProcessHost(Profile* profile) 517 : BrowserRenderProcessHost(profile) { 540 static_cast<VisitCountingProfile*>(profile()); 565 virtual RenderProcessHost* CreateRenderProcessHost(Profile* profile) const 600 VisitCountingProfile* profile() const { function in class:VisitedLinkEventsTest [all...] |
/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...] |
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_browsertest.cc | 145 collection->Add(NewMockNotification("1"), browser()->profile()); 152 collection->Add(NewMockNotification("2"), browser()->profile()); 186 collection->Add(NewMockNotification("1"), browser()->profile()); 187 collection->Add(NewMockNotification("2"), browser()->profile()); 200 collection->Add(NewMockNotification("1"), browser()->profile()); 217 collection->Add(NewMockNotification("3"), browser()->profile()); 234 collection->AddSystemNotification(notify, browser()->profile(), true, false); 271 collection->Add(NewMockNotification("1"), browser()->profile()); 274 collection->Add(NewMockNotification("2"), browser()->profile()); 316 collection->Add(NewMockNotification("1"), browser()->profile()); 391 Profile* profile = browser()->profile(); local 420 Profile* profile = browser()->profile(); local 430 collection->Add(NewMockNotification(id), profile); local 495 Profile* profile = browser()->profile(); local 528 Profile* profile = browser()->profile(); local 549 Profile* profile = browser()->profile(); local 580 Profile* profile = browser()->profile(); local [all...] |
/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/search_engines/ |
template_url_prepopulate_data_unittest.cc | 76 TestingProfile profile; local 78 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]); 82 profile.GetPrefs(), &(urls.get()), &default_index); 137 { // Scoping for the profile. 138 TestingProfile profile; local 140 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, 145 profile.GetPrefs(), &(urls.get()), &default_index); 158 TestingProfile profile; local 162 TemplateURLPrepopulateData::GetEngineForOrigin(profile.GetPrefs(), 172 profile.GetPrefs() [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_ie_toolbar_import_win.cc | 125 bool ImportSingleProfile(FormGroup* profile, 128 DCHECK(profile != NULL); 147 profile->SetInfo(it->second, field_value); 215 AutofillProfile profile; local 216 if (ImportSingleProfile(&profile, &key, reg_to_field)) { 219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE); 220 phone.append(profile.GetInfo(PHONE_HOME_CITY_CODE)); 221 phone.append(profile.GetInfo(PHONE_HOME_NUMBER)); 222 profile.SetInfo(PHONE_HOME_WHOLE_NUMBER, phone); 223 phone = profile.GetInfo(PHONE_FAX_COUNTRY_CODE) [all...] |