/external/chromium/chrome/browser/ |
background_mode_manager_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 14 Profile* profile) { 16 GetInstance()->GetServiceForProfile(profile)); 32 Profile* profile) const { 33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
|
background_contents_service_unittest.cc | 32 const DictionaryValue* GetPrefs(Profile* profile) { 33 return profile->GetPrefs()->GetDictionary( 37 void ClearPrefs(Profile* profile) { 38 profile->GetPrefs()->ClearPref(prefs::kRegisteredBackgroundContents); 42 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { 43 const DictionaryValue* pref = GetPrefs(profile); 57 explicit MockBackgroundContents(Profile* profile 111 TestingProfile profile; local 116 TestingProfile profile; local 127 TestingProfile profile; local 153 TestingProfile profile; local 172 TestingProfile profile; local 202 TestingProfile profile; local [all...] |
background_contents_service_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 14 Profile* profile) { 16 GetInstance()->GetServiceForProfile(profile)); 33 Profile* profile) const { 34 return new BackgroundContentsService(profile,
|
renderer_preferences_util.h | 11 class Profile; 16 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile);
|
/external/chromium/chrome/browser/chromeos/frame/ |
dom_browser.cc | 14 DOMBrowser::DOMBrowser(Profile* profile) 15 : Browser(Browser::TYPE_NORMAL, profile) { 22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) { 23 DOMBrowser* browser = new DOMBrowser(profile);
|
dom_browser.h | 12 class Profile; 22 explicit DOMBrowser(Profile* profile); 27 static DOMBrowser* CreateForDOM(Profile* profile);
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_service_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 13 Profile* profile) { 15 GetInstance()->GetServiceForProfile(profile)); 30 Profile* profile) const { 31 return new PinnedTabService(profile);
|
/external/chromium/chrome/browser/ui/cocoa/ |
keystone_infobar.h | 9 class Profile; 21 static void PromotionInfoBar(Profile* profile);
|
html_dialog_window_controller.h | 16 class Profile; 30 // delegate and profile. The window is automatically destroyed when 36 profile:(Profile*)profile; 45 profile:(Profile*)profile;
|
/external/javasqlite/src/main/java/SQLite/ |
Profile.java | 4 * Callback interface for SQLite's profile function. 7 public interface Profile { 10 * Callback to profile (ie log) one SQL statement 17 public void profile(String stmt, long est); method in interface:Profile
|
/external/chromium/chrome/browser/instant/ |
instant_confirm_dialog.cc | 10 #include "chrome/browser/profiles/profile.h" 23 Profile* profile) { 24 PrefService* prefs = profile->GetPrefs(); 28 PromoCounter* promo_counter = profile->GetInstantPromoCounter(); 33 InstantController::Enable(profile); 37 ShowInstantConfirmDialog(parent, profile);
|
instant_confirm_dialog.h | 12 class Profile; 23 Profile* profile); 29 Profile* profile);
|
promo_counter_unittest.cc | 13 TestingProfile profile; local 14 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test"); 17 PromoCounter counter(&profile, "test", "test", 2, 2); 25 TestingProfile profile; local 26 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test"); 30 PromoCounter counter(&profile, "test", "test", 2, 2); 35 PromoCounter counter(&profile, "test", "test", 2, 2); 40 PromoCounter counter(&profile, "test", "test", 2, 2); 47 TestingProfile profile; local 48 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test") 66 TestingProfile profile; local [all...] |
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view_unittest.cc | 15 profile()->CreateBookmarkModel(true); 16 profile()->BlockUntilBookmarkModelLoaded(); 18 profile()->GetBookmarkModel()->AddURL( 19 profile()->GetBookmarkModel()->GetBookmarkBarNode(), 24 BookmarkBarView bookmark_bar(profile(), browser()); 36 bookmark_bar.SetProfile(profile());
|
/external/e2fsprogs/e2fsck/ |
profile_helpers.h | 2 * profile_helpers.h -- Function prototypes for profile helper functions 13 (profile_t profile, const char *const *names, char ***ret_values); 19 (profile_t profile, const char **names, char ***ret_names); 22 (profile_t profile, const char **names, char ***ret_names);
|
/external/chromium/chrome/browser/extensions/ |
extension_disabled_infobar_delegate.h | 11 class Profile; 15 void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile, 19 void ShowExtensionDisabledDialog(ExtensionService* service, Profile* profile,
|
/external/chromium/chrome/browser/profiles/ |
profile_keyed_service_factory.h | 10 class Profile; 14 // Base class for Factories that take a Profile object and return some service 24 typedef ProfileKeyedService* (*FactoryFunction)(Profile* profile); 27 // Associate an already-created |service| with |profile| for this factory. 31 void ForceAssociationBetween(Profile* profile, ProfileKeyedService* service) { 32 Associate(profile, service); 54 // Common implementation that maps |profile| to some service object. Deals 57 ProfileKeyedService* GetServiceForProfile(Profile* profile) [all...] |
/external/chromium/chrome/browser/ui/options/ |
show_options_url.cc | 7 #include "chrome/browser/profiles/profile.h" 13 void ShowOptionsURL(Profile* profile, const GURL& url) { 16 Browser* browser = Browser::Create(profile);
|
/external/webkit/Source/WebCore/html/ |
HTMLHeadElement.idl | 23 attribute [Reflect] DOMString profile;
|
/external/chromium/chrome/browser/autofill/ |
autofill_common_test.cc | 12 #include "chrome/browser/profiles/profile.h" 29 FormGroup* profile, AutofillFieldType type, const char* value) { 31 profile->SetInfo(type, ASCIIToUTF16(value)); 34 void SetProfileInfo(AutofillProfile* profile, 40 check_and_set(profile, NAME_FIRST, first_name); 41 check_and_set(profile, NAME_MIDDLE, middle_name); 42 check_and_set(profile, NAME_LAST, last_name); 43 check_and_set(profile, EMAIL_ADDRESS, email); 44 check_and_set(profile, COMPANY_NAME, company); 45 check_and_set(profile, ADDRESS_HOME_LINE1, address1) [all...] |
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnProfile.java | 75 VpnProfile profile = new VpnProfile(key); local 76 profile.name = values[0]; 77 profile.type = Integer.valueOf(values[1]); 78 if (profile.type < 0 || profile.type > TYPE_MAX) { 81 profile.server = values[2]; 82 profile.username = values[3]; 83 profile.password = values[4]; 84 profile.dnsServers = values[5]; 85 profile.searchDomains = values[6] [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run_dialog.h | 9 class Profile; 15 void ShowFirstRunDialog(Profile* profile,
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptProfile.h | 47 static PassRefPtr<ScriptProfile> create(const v8::CpuProfile* profile) 49 return adoptRef(new ScriptProfile(profile)); 60 ScriptProfile(const v8::CpuProfile* profile) 61 : m_profile(profile)
|
/external/chromium/chrome/browser/themes/ |
theme_service_factory.h | 17 class Profile; 20 // Profiles. Listens for the Profile's destruction notification and cleans up 25 // |profile|. Note that even if a Profile doesn't have a theme installed, it 27 static ThemeService* GetForProfile(Profile* profile); 30 // |profile|. Returns NULL if the theme is no longer installed, if there is 32 static const Extension* GetThemeForProfile(Profile* profile); 43 virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
CamcorderProfileTest.java | 47 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { 48 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " + 52 profile.duration, 53 profile.quality, 54 profile.fileFormat, 55 profile.videoCodec, 56 profile.videoBitRate, 57 profile.videoFrameRate, 58 profile.videoFrameWidth, 59 profile.videoFrameHeight 164 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local [all...] |