/external/chromium/chrome/browser/extensions/ |
extension_debugger_api.cc | 22 #include "chrome/browser/profiles/profile.h" 120 Source<Profile>(tab_contents_->profile())); 144 Profile* profile = tab_contents_->profile(); local 145 if (profile != NULL && profile->GetExtensionEventRouter()) { 152 profile->GetExtensionEventRouter()->DispatchEventToExtension( 153 extension_id_, keys::kOnDetach, json_args, profile, GURL()) 206 Profile* profile = tab_contents_->profile(); local [all...] |
extension_infobar_delegate.cc | 9 #include "chrome/browser/profiles/profile.h" 27 browser->profile()->GetExtensionProcessManager(); 32 Source<Profile>(browser->profile())); 34 Source<Profile>(browser->profile()));
|
external_policy_extension_loader.cc | 10 #include "chrome/browser/profiles/profile.h" 39 Profile* profile) 40 : profile_(profile) { 45 Source<Profile>(profile_)); 93 if (Source<Profile>(source).ptr() == profile_) {
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_api.cc | 19 #include "chrome/browser/profiles/profile.h" 131 DispatchEvent(info->profile(), 141 DispatchEvent(info->profile(), 149 DispatchEvent(info->profile(), 157 DispatchEvent(info->profile(), 165 DispatchEvent(info->profile(), 173 DispatchEvent(info->profile(), 179 Profile* profile, 185 ExtensionAccessibilityEventRouter::DispatchEventToChromeVox(profile, [all...] |
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_helpers.cc | 19 #include "chrome/browser/profiles/profile.h" 45 Profile* ChooseProfileFromStoreId(const std::string& store_id, 46 Profile* profile, 48 DCHECK(profile); 49 bool allow_original = !profile->IsOffTheRecord(); 50 bool allow_incognito = profile->IsOffTheRecord() || 51 (include_incognito && profile->HasOffTheRecordProfile()); 53 return profile->GetOriginalProfile(); 55 return profile->GetOffTheRecordProfile() [all...] |
/external/chromium_org/components/autofill/core/browser/ |
phone_number_unittest.cc | 17 AutofillProfile profile; local 18 profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US")); 21 PhoneNumber phone_number(&profile); 88 AutofillProfile profile; local 89 profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US")); 91 PhoneNumber phone(&profile); 121 AutofillProfile profile; local 122 profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US")); 124 PhoneNumber phone(&profile); 140 // Now try parsing using the correct locale. Note that the profile's countr 149 AutofillProfile profile; local [all...] |
/external/chromium_org/chrome/browser/webdata/ |
autofill_profile_syncable_service.cc | 137 // |it| points to created/updated profile. Add it to the |profiles_map_| and 156 << "Found similar profile in sync db but with a different guid: " 160 << ". Profile to be deleted " 321 AutofillProfile* profile, 324 if (profile->origin() != specifics.origin()) { 325 bool was_verified = profile->IsVerified(); 326 profile->set_origin(specifics.origin()); 330 DCHECK(!was_verified || profile->IsVerified()); 334 specifics.name_first(), profile) || diff; 336 specifics.name_middle(), profile) || diff [all...] |
/external/chromium/chrome/browser/ |
browsing_data_appcache_helper_unittest.cc | 34 TestingProfile profile; local 41 new CannedBrowsingDataAppCacheHelper(&profile)); 69 TestingProfile profile; local 74 new CannedBrowsingDataAppCacheHelper(&profile)); 93 TestingProfile profile; local 98 new CannedBrowsingDataAppCacheHelper(&profile));
|
/external/chromium/chrome/browser/chromeos/login/ |
account_creation_view.cc | 21 AccountCreationTabContents(Profile* profile, 25 : WizardWebPageViewTabContents(profile, site_instance, page_delegate), 92 TabContents* AccountCreationDomView::CreateTabContents(Profile* profile, 94 return new AccountCreationTabContents(profile,
|
/external/chromium/chrome/browser/policy/ |
user_policy_identity_strategy.h | 18 class Profile; 25 // user corresponding to a given profile. 29 UserPolicyIdentityStrategy(Profile* profile, 62 // The profile this provider is associated with. 63 Profile* profile_;
|
/external/chromium/chrome/browser/search_engines/ |
search_provider_install_state_message_filter.cc | 8 #include "chrome/browser/profiles/profile.h" 19 Profile* profile) 22 provider_data_(profile->GetWebDataService(Profile::EXPLICIT_ACCESS), 26 is_off_the_record_(profile->IsOffTheRecord()) {
|
/external/chromium/chrome/browser/sync/glue/ |
bookmark_data_type_controller.cc | 9 #include "chrome/browser/profiles/profile.h" 21 Profile* profile, 24 profile, 41 Source<Profile>(sync_service_->profile()));
|
change_processor.h | 12 class Profile; 33 // Subclasses can extract their associated chrome model from |profile| in 35 void Start(Profile* profile, sync_api::UserShare* share_handle); 57 virtual void StartImpl(Profile* profile) = 0;
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_bridge.mm | 26 Profile* profile) { 27 Browser* browser = BrowserList::GetLastActiveWithProfile(profile); 53 Profile* profile) { 68 ShowGenericExtensionInstalledInfoBar(extension, icon, profile);
|
/external/chromium/chrome/browser/ui/gtk/ |
custom_drag.h | 17 class Profile; 89 static void BeginDrag(Profile* profile, 93 BookmarkDrag(Profile* profile, 101 Profile* profile_;
|
/external/chromium/chrome/browser/ui/toolbar/ |
encoding_menu_controller.cc | 13 #include "chrome/browser/profiles/profile.h" 81 Profile* browser_profile, 104 void EncodingMenuController::GetEncodingMenuItems(Profile* profile, 124 profile->GetPrefs()->GetString(prefs::kStaticEncodings), 125 profile->GetPrefs()->GetString(prefs::kRecentlySelectedEncoding));
|
/external/chromium/chrome/browser/ui/views/ |
profile_tag_view.cc | 17 // Colors for primary profile. TODO(mirandac): add colors for multi-profile. 62 // Lazily create profile tag bitmaps on first display. 63 // TODO(mirandac): Cache these per profile, instead of creating every time. 82 // Color active bitmap according to profile. TODO(mirandac): add theming 83 // and multi-profile color schemes.
|
/external/chromium/chrome/browser/ui/webui/ |
favicon_source.cc | 8 #include "chrome/browser/profiles/profile.h" 13 FaviconSource::FaviconSource(Profile* profile) 15 profile_(profile->GetOriginalProfile()) { 25 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS); 69 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
|
/external/chromium/chrome/browser/ui/webui/options/ |
autofill_options_handler.h | 47 // Requests profile data for a specific address. Calls into WebUI with the 48 // loaded profile data to open the address editor. 52 // Requests profile data for a specific credit card. Calls into WebUI with the 53 // loaded profile data to open the credit card editor. 57 // Adds or updates an address, depending on the GUID of the profile. If the 64 // Adds or updates a credit card, depending on the GUID of the profile. If the
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/prerender/ |
ExternalPrerenderRequestTest.java | 14 import org.chromium.chrome.browser.profiles.Profile; 31 private Profile mProfile; 40 final Callable<Profile> profileCallable = new Callable<Profile>() { 42 public Profile call() throws Exception { 43 return Profile.getLastUsedProfile();
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_appcache_helper.h | 14 class Profile; 27 explicit BrowsingDataAppCacheHelper(Profile* profile); 59 explicit CannedBrowsingDataAppCacheHelper(Profile* profile); 88 Profile* profile_;
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
startup_app_launcher.h | 16 class Profile; 26 // - Checks if the app is installed in user profile (aka app profile); 54 StartupAppLauncher(Profile* profile, 101 Profile* profile_;
|
/external/chromium_org/chrome/browser/extensions/api/mdns/ |
mdns_api.h | 21 // MDnsAPI is instantiated with the profile and will listen for extensions that 29 explicit MDnsAPI(Profile* profile); 32 static MDnsAPI* Get(Profile* profile); 69 Profile* const profile_;
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_registry.h | 20 class Profile; 36 static TabCaptureRegistry* Get(Profile* profile); 61 explicit TabCaptureRegistry(Profile* profile); 92 Profile* const profile_;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_warning_service.h | 21 class Profile; 42 // |profile| may be NULL for testing. In this case, be sure to not insert 44 explicit ExtensionWarningService(Profile* profile); 64 // Notifies the ExtensionWarningService of profile |profile_id| that new 85 Profile* profile_;
|