/external/chromium/chrome/browser/extensions/ |
extension_management_apitest.cc | 8 #include "chrome/browser/profiles/profile.h" 42 ExtensionService* service = browser()->profile()->GetExtensionService(); 74 ExtensionService* service = browser()->profile()->GetExtensionService(); 89 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile())); 100 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 118 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile())); 124 ExtensionService* service = browser()->profile()->GetExtensionService(); 135 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 144 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 149 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); [all...] |
/external/chromium_org/chrome/browser/autofill/ |
autofill_interactive_uitest.cc | 22 #include "chrome/browser/profiles/profile.h" 138 PersonalDataManagerFactory::GetForProfile(browser_->profile())-> 179 PersonalDataManagerFactory::GetForProfile(browser_->profile())-> 242 test::DisableSystemServices(browser()->profile()); 268 return PersonalDataManagerFactory::GetForProfile(browser()->profile()); 286 AutofillProfile profile; local 288 &profile, "Milton", "C.", "Waddams", 293 GetPersonalDataManager()->AddProfile(profile); 306 void SetProfile(const AutofillProfile& profile) { 308 profiles.push_back(profile); 902 AutofillProfile profile; local 941 AutofillProfile profile; local 1018 AutofillProfile profile; local 1064 AutofillProfile profile; local [all...] |
/external/chromium_org/third_party/npapi/npspy/windows/ |
loggerw.cpp | 84 ProfileWin profile; 86 profile.getBool(NPSPY_REG_KEY_ONTOP, &bOnTop); 88 profile.getBool(NPSPY_REG_KEY_LOGTOWINDOW, &bToWindow); 89 profile.getBool(NPSPY_REG_KEY_LOGTOCONSOLE, &bToConsole); 90 profile.getBool(NPSPY_REG_KEY_LOGTOFILE, &bToFile); 91 profile.getBool(NPSPY_REG_KEY_SPALID, &bSPALID); 92 profile.getString(NPSPY_REG_KEY_LOGFILENAME, szFile, strlen(szFile)); 97 if(profile.getBool(ActionName[i], &selected)) 101 if(!profile.getSizeAndPosition(&width, &height, &x, &y)) 136 ProfileWin profile; local [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_util.cc | 16 #include "chrome/browser/profiles/profile.h" 42 void ContinueGetSelectedFileInfo(Profile* profile, 49 void GetSelectedFileInfoInternal(Profile* profile, 51 DCHECK(profile); 53 drive::DriveIntegrationServiceFactory::GetForProfile(profile); 65 ContinueGetSelectedFileInfo(profile, 83 profile, 90 profile, [all...] |
file_manager_util.cc | 32 #include "chrome/browser/profiles/profile.h" 121 bool IsPepperPluginEnabled(Profile* profile, 128 scoped_refptr<PluginPrefs> plugin_prefs = PluginPrefs::GetForProfile(profile); 135 bool IsPdfPluginEnabled(Profile* profile) { 138 return IsPepperPluginEnabled(profile, plugin_path); 141 bool IsFlashPluginEnabled(Profile* profile) { 147 return IsPepperPluginEnabled(profile, plugin_path) 291 Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord(); local 705 Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord(); local 748 Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord(); local 772 Profile* profile = browser->profile(); local [all...] |
/external/chromium_org/chrome/browser/notifications/ |
notification_ui_manager_impl.cc | 17 #include "chrome/browser/profiles/profile.h" 29 QueuedNotification(const Notification& notification, Profile* profile) 31 profile_(profile) { 35 Profile* profile() const { return profile_; } function in class:QueuedNotification 45 // Non owned pointer to the user's profile. 46 Profile* profile_; 65 Profile* profile) { [all...] |
/external/chromium_org/chrome/browser/ui/extensions/ |
extension_install_ui_default.cc | 17 #include "chrome/browser/profiles/profile.h" 58 Browser* FindOrCreateVisibleBrowser(Profile* profile) { 61 if (!IncognitoModePrefs::CanOpenBrowser(profile)) 64 chrome::FindOrCreateTabbedBrowser(profile, chrome::GetActiveDesktop()); 72 Profile* profile, 74 Browser* browser = FindOrCreateVisibleBrowser(profile); 150 ExtensionInstallUI* ExtensionInstallUI::Create(Profile* profile) { [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
profile.rb | 36 module Profile 37 =begin rdoc ANTLR3::Profile::ParserEvents 39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by 40 recognition code generated by ANTLR when called with the <tt>-profile</tt> 50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included 66 def profile method in class:ANTLR3.Profile.ParserEvents 67 @debug_listener.profile 95 unless const_defined?( :Profile ) 96 Profile = Struct.new( 107 class Profile [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
login_utils.cc | 42 #include "chrome/browser/profiles/profile.h" 90 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); 138 Profile* profile, 143 Profile* profile, 153 virtual void OnProfileCreated(Profile* profile); 162 // Check user's profile for kApplicationLocale setting. 163 void RespectLocalePreference(Profile* pref) 591 profile, local [all...] |
/external/chromium/chrome/browser/content_settings/ |
content_settings_pref_provider_unittest.cc | 58 TestingProfile profile; local 59 content_settings::PrefDefaultProvider provider(&profile); 77 TestingProfile profile; local 78 PrefDefaultProvider provider(&profile); 83 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier); 90 TestingProfile profile; local 91 PrefDefaultProvider provider(&profile); 93 PrefService* prefs = profile.GetPrefs(); 120 TestingProfile profile; local 121 PrefDefaultProvider provider(&profile); 175 TestingProfile profile; local 227 TestingProfile profile; local [all...] |
/external/chromium_org/chrome/browser/tab_contents/ |
spelling_menu_observer.cc | 13 #include "chrome/browser/profiles/profile.h" 61 Profile* profile = proxy_->GetProfile(); local 62 if (!params.is_editable || !profile) 74 profile, SpellingServiceClient::SUGGEST); 134 profile, SpellingServiceClient::SUGGEST, params.misspelled_word, 149 profile, SpellingServiceClient::SPELLCHECK); 158 SpellcheckServiceFactory::GetForProfile(profile); 260 Profile* profile = proxy_->GetProfile() local 286 Profile* profile = proxy_->GetProfile(); local 322 Profile* profile = proxy_->GetProfile(); local 347 Profile* profile = proxy_->GetProfile(); local 358 Profile* profile = proxy_->GetProfile(); local [all...] |
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_table.cc | 57 void BindAutofillProfileToStatement(const AutofillProfile& profile, 60 DCHECK(base::IsValidGUID(profile.guid())); 61 s->BindString(0, profile.guid()); 63 base::string16 text = profile.GetRawInfo(COMPANY_NAME); 65 text = profile.GetRawInfo(ADDRESS_HOME_LINE1); 67 text = profile.GetRawInfo(ADDRESS_HOME_LINE2); 69 text = profile.GetRawInfo(ADDRESS_HOME_CITY); 71 text = profile.GetRawInfo(ADDRESS_HOME_STATE); 73 text = profile.GetRawInfo(ADDRESS_HOME_ZIP); 75 text = profile.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), app_locale) 85 AutofillProfile* profile = new AutofillProfile; local 1018 AutofillProfile* profile = NULL; local 1917 AutofillProfile profile; local [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_manager_unittest.cc | 63 new ChromeSigninManagerDelegate(profile())))); 66 content::Source<Profile>(profile())); 68 content::Source<Profile>(profile())); 72 // Destroy the SigninManager here, because it relies on profile() which is 169 new ChromeSigninManagerDelegate(profile())))); 170 manager_->Initialize(profile(), NULL); 215 manager_->Initialize(profile(), NULL); 241 new ChromeSigninManagerDelegate(profile())))); [all...] |
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api.cc | 19 #include "chrome/browser/profiles/profile.h" 71 Profile* profile, 74 ExtensionSystem::Get(profile)->extension_service()->extension_prefs(); 90 Profile* profile, 94 ExtensionSystem::Get(profile)->extension_service()->extension_prefs(); 113 Profile* profile, const std::string& extension_id) { 116 event->restrict_to_profile = profile; 146 Profile* profile = local [all...] |
/external/aac/libMpegTPEnc/src/ |
tpenc_adif.h | 103 int profile; member in struct:__anon2588
|
tpenc_asc.h | 110 * \param profile the MPEG Audio profile to be used 121 int profile,
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_classifier.h | 18 class Profile; 22 explicit AutocompleteClassifier(Profile* profile);
|
autocomplete_popup_model.h | 15 class Profile; 22 Profile* profile); 25 // Invoked when the profile has changed. 26 void set_profile(Profile* profile) { profile_ = profile; } 29 Profile* profile() const { return profile_; } function in class:AutocompletePopupModel 119 // Profile for current tab [all...] |
builtin_provider.h | 23 BuiltinProvider(ACProviderListener* listener, Profile* profile);
|
history_provider.h | 34 Profile* profile,
|
/external/chromium/chrome/browser/autofill/ |
autofill_dialog.h | 22 class Profile; 25 // the user has applied changes to the AutoFill profile data. 40 // Shows the AutoFill dialog, which allows the user to edit profile information. 41 // |profile| is profile from which you can get vectors of autofill profiles that 42 // contains the current profile information and credit cards. The dialog fills 43 // out the profile fields using this data. 52 Profile* profile);
|
/external/chromium/chrome/browser/automation/ |
chrome_frame_automation_provider.h | 18 class Profile; 24 explicit ChromeFrameAutomationProvider(Profile* profile);
|
/external/chromium/chrome/browser/chromeos/ |
enterprise_extension_observer.h | 17 class Profile; 26 explicit EnterpriseExtensionObserver(Profile* profile); 37 Profile* profile_;
|
low_battery_observer.h | 14 class Profile; 23 explicit LowBatteryObserver(Profile* profile);
|
/external/chromium/chrome/browser/ |
default_encoding_combo_model.h | 15 class Profile; 29 int GetSelectedEncodingIndex(Profile* profile);
|