Searched
full:profile (Results
1076 -
1100 of
3371) sorted by null
<<41424344454647484950>>
/external/chromium/chrome/browser/ |
plugin_data_remover_helper.h | 14 class Profile;
|
/external/chromium/chrome/browser/prerender/ |
prerender_observer.h | 18 class Profile;
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.cc | 17 #include "chrome/browser/profiles/profile.h" 54 CloudPrintProxyService::CloudPrintProxyService(Profile* profile) 55 : profile_(profile), token_expired_delegate_(NULL) {
|
cloud_print_setup_flow.h | 59 Profile* service, 90 CloudPrintSetupFlow(const std::string& args, Profile* profile, 125 Profile* profile_;
|
/external/chromium/chrome/browser/profiles/ |
profile_dependency_manager_unittest.cc | 45 Profile* profile) const { 50 virtual void ProfileShutdown(Profile* profile) {
|
/external/chromium/chrome/browser/resources/options/ |
personal_options.html | 50 <button id="new-profile" i18n-content="createProfileButton"></button> 63 value="true" pref="profile.password_manager_enabled" 71 value="false" pref="profile.password_manager_enabled" 81 pref="profile.password_manager_allow_show_passwords" hidden>
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_model_associator.h | 112 // Given a profile from sync db it tries to match the profile against 115 const sync_pb::AutofillProfileSpecifics& profile, 166 const sync_pb::AutofillProfileSpecifics& profile,
|
autofill_profile_model_associator.h | 117 const sync_pb::AutofillProfileSpecifics& profile, 122 // response to encountering a native profile that doesn't exist yet in the 127 const AutofillProfile& profile, 164 const AutofillProfile& profile,
|
/external/chromium/chrome/browser/ui/ |
browser_tab_restore_service_delegate.h | 15 class Profile;
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_applescript_utils_unittest.h | 28 - (Profile*)defaultProfile;
|
error_applescript.h | 13 // Error when default profile cannot be obtained.
|
window_applescript_test.mm | 11 #include "chrome/browser/profiles/profile.h" 33 // Create a window with a |NULL profile|. 40 // Create a window with a particular profile. 42 Profile* defaultProfile = [[NSApp delegate] defaultProfile];
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_bridge.h | 54 BookmarkModel* model_; // weak; it is owned by a Profile.
|
bookmark_model_observer_for_cocoa_unittest.mm | 41 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.mm | 29 profile:(Profile*)profile { 34 profile_ = profile;
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller_unittest.mm | 62 Profile* profile, 155 SiteInstance::CreateSiteInstance(browser_helper_.profile()); 157 Browser::TabContentsFactory(browser_helper_.profile(), instance,
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.cc | 21 #include "chrome/browser/profiles/profile.h" 117 void BrowserToolbarGtk::Init(Profile* profile, 119 // Make sure to tell the location bar the profile before calling its Init. 120 SetProfile(profile); 122 theme_service_ = GtkThemeService::GetFrom(profile); 125 show_home_button_.Init(prefs::kShowHomeButton, profile->GetPrefs(), this); 126 home_page_.Init(prefs::kHomePage, profile->GetPrefs(), this); 128 profile->GetPrefs(), this); 218 Source<Profile>(browser_->profile())) [all...] |
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_install_dialog_gtk.cc | 10 #include "chrome/browser/profiles/profile.h" 173 Profile* profile, 179 Browser* browser = BrowserList::GetLastActiveWithProfile(profile);
|
/external/chromium/chrome/browser/ui/search_engines/ |
edit_search_engine_controller.cc | 11 #include "chrome/browser/profiles/profile.h" 19 Profile* profile) 22 profile_(profile) {
|
/external/chromium/chrome/browser/ui/views/ |
about_chrome_view.h | 28 class Profile; 45 explicit AboutChromeView(Profile* profile); 99 Profile* profile_;
|
accessibility_event_router_views_unittest.cc | 160 // Create a profile and associate it with this window. 161 TestingProfile profile; local 163 Profile::kProfileKey, &profile);
|
file_manager_dialogs.cc | 30 void CreateHtmlDialogView(Profile* profile, void* params) { 31 HtmlDialogView* html_view = new HtmlDialogView(profile, this); 188 CreateHtmlDialogView(browser->profile(), params);
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
touch_autocomplete_popup_contents_view.cc | 8 #include "chrome/browser/profiles/profile.h" 58 Profile* profile, 60 : AutocompletePopupContentsView(font, edit_view, edit_model, profile,
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_controller_views.h | 23 class Profile; 57 Profile* profile, 160 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/importer/ |
import_lock_dialog_view.h | 22 // profile import.
|
Completed in 1048 milliseconds
<<41424344454647484950>>