/external/chromium/chrome/browser/download/ |
drag_download_file.cc | 12 #include "chrome/browser/profiles/profile.h" 108 download_manager_ = tab_contents_->profile()->GetDownloadManager();
|
/external/chromium/chrome/browser/extensions/ |
extension_bookmarks_module.h | 64 void DispatchEvent(Profile* profile,
|
extension_omnibox_apitest.cc | 15 #include "chrome/browser/profiles/profile.h" 66 browser()->profile()->GetTemplateURLModel();
|
extension_webrequest_api.h | 16 #include "chrome/browser/profiles/profile.h" 132 // A map for each profile that maps an event name to a set of extensions that
|
user_script_listener.cc | 8 #include "chrome/browser/profiles/profile.h" 155 Source<Profile>(source).ptr()->GetExtensionService();
|
/external/chromium/chrome/browser/ |
external_protocol_handler.cc | 93 // preferences on the profile, not in the local state. 114 // preferences on the profile, not in the local state.
|
memory_purger.cc | 96 // Per-profile cleanup. 101 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
|
process_singleton.h | 83 // of Chrome running with this profile. In general, you should not use this 85 // For non profile-specific method, use
|
shell_integration.h | 78 // login profile, for ChromeOS). 111 // Generates Win7 app id for given app name and profile path. The returned app
|
/external/chromium/chrome/browser/prefs/ |
pref_service.cc | 89 Profile* profile) { 90 return CreatePrefServiceAsync(pref_filename, extension_prefs, profile, NULL); 97 Profile* profile, 117 ConfigurationPolicyPrefStore::CreateManagedCloudPolicyPrefStore(profile); 127 profile); 200 // Bad news. When profile is created, the process that creates the directory
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.cc | 16 #include "chrome/browser/profiles/profile.h" 525 Profile* profile = NULL; local 530 profile = browser->GetProfile(); 532 profile = ProfileManager::GetDefaultProfile(); 534 DCHECK(profile); 535 PrefService* pref_service = profile->GetPrefs(); 557 browser::ShowHtmlDialog(NULL, profile, dialog_delegate);
|
print_dialog_cloud_uitest.cc | 179 CloudPrintURL(browser()->profile()). 188 CloudPrintURL(browser()->profile()).
|
/external/chromium/chrome/browser/resources/options/ |
autofill_options.js | 144 * Requests profile data for the address represented by |guid| from the 155 * Requests profile data for the credit card represented by |guid| from the
|
content_settings.html | 23 pref="profile.block_third_party_cookies" type="checkbox"> 30 pref="profile.clear_site_data_on_exit" type="checkbox">
|
/external/chromium/chrome/browser/sync/glue/ |
bookmark_data_type_controller_unittest.cc | 12 #include "chrome/browser/profiles/profile.h" 122 Source<Profile>(&profile_),
|
/external/chromium/chrome/browser/sync/ |
signin_manager_unittest.cc | 25 Source<Profile>(profile_.get())); 27 Source<Profile>(profile_.get()));
|
/external/chromium/chrome/browser/tab_contents/ |
background_contents.h | 80 virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model.h | 19 class Profile; 117 TabStripModel(TabStripModelDelegate* delegate, Profile* profile); 131 // Retrieve the Profile associated with this TabStripModel. 132 Profile* profile() const { return profile_; } function in class:TabStripModel 615 // A profile associated with this TabStripModel, used when creating new Tabs. 616 Profile* profile_;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_unittest.mm | 91 BookmarkModel* model = helper_.profile()->GetBookmarkModel(); 144 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
balloon_controller.mm | 17 #include "chrome/browser/profiles/profile.h" 148 DesktopNotificationServiceFactory::GetForProfile(balloon_->profile());
|
/external/chromium/chrome/browser/ui/cocoa/ |
rwhvm_editcommand_helper_unittest.mm | 88 TestingProfile profile; 89 MockRenderProcessHost mock_process(&profile);
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.h | 31 class Profile; 172 Profile* profile_;
|
global_menu_bar.cc | 11 #include "chrome/browser/profiles/profile.h" 243 PrefService* prefs = browser_->profile()->GetPrefs();
|
/external/chromium/chrome/browser/ui/toolbar/ |
back_forward_menu_model_unittest.cc | 498 profile()->CreateHistoryService(true, false); 499 profile()->CreateFaviconService(); 500 Browser browser(Browser::TYPE_NORMAL, profile()); 521 profile()->GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1, 523 profile()->GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1, 555 profile()->DestroyHistoryService();
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_root_view.cc | 11 #include "chrome/browser/profiles/profile.h" 153 browser_view_->browser()->profile()->GetAutocompleteClassifier()->Classify(
|