HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 176 - 200 of 1474) sorted by null

1 2 3 4 5 6 78 91011>>

  /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);
plugin_updater.h 21 class Profile;
43 void UpdatePluginGroupsStateFromPrefs(Profile* profile);
46 void UpdatePreferences(Profile* profile, int delay_ms);
60 // preferences. The profile pointer is only to be passed to the UI thread.
61 static void GetPreferencesDataOnFileThread(void* profile);
65 Profile* profile,
  /external/chromium/chrome/browser/extensions/
alert_apitest.cc 9 #include "chrome/browser/profiles/profile.h"
19 ExtensionHost* host = browser()->profile()->GetExtensionProcessManager()->
crx_installer_browsertest.cc 9 #include "chrome/browser/profiles/profile.h"
19 explicit MockInstallUI(Profile* profile) :
20 ExtensionInstallUI(profile), confirmation_requested_(false) {}
51 ExtensionService* service = browser()->profile()->GetExtensionService();
52 MockInstallUI* mock_install_ui = new MockInstallUI(browser()->profile());
extension_history_api.h 26 void ObserveProfile(Profile* profile);
39 void HistoryUrlVisited(Profile* profile,
42 void HistoryUrlsRemoved(Profile* profile,
45 void DispatchEvent(Profile* profile,
53 typedef std::map<uintptr_t, Profile*> ProfileMap;
extension_install_dialog.h 15 class Profile;
19 void ShowExtensionInstallDialog(Profile* profile,
  /external/chromium/chrome/browser/search_engines/
util.h 15 class Profile;
21 // none is set. |profile| may be NULL.
22 string16 GetDefaultSearchEngineName(Profile* profile);
  /external/chromium/chrome/browser/service/
service_process_control_manager.h 10 class Profile;
23 // Get the ServiceProcess instance corresponding to |profile| and |type|.
26 // There will be at most one ServiceProcess for a |profile|.
29 ServiceProcessControl* GetProcessControl(Profile* profile);
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_data_type_controller.h 18 Profile* profile,
change_processor_mock.h 14 class Profile;
26 MOCK_METHOD1(StartImpl, void(Profile* profile));
  /external/chromium/chrome/browser/sync/
sync_ui_util_mac.h 13 class Profile;
19 void UpdateSyncItem(id syncItem, BOOL syncEnabled, Profile* profile);
test_profile_sync_service.h 18 class Profile;
38 Profile* profile,
73 static void SetDefaultExpectationsForWorkerCreation(ProfileMock* profile);
75 static void SetHistoryServiceExpectations(ProfileMock* profile);
88 Profile* profile,
121 // value value in order for the profile sync service to start.
  /external/chromium/chrome/browser/tabs/
pinned_tab_service.h 13 class Profile;
21 explicit PinnedTabService(Profile* profile);
32 Profile* profile_;
38 // True if there is at least one normal browser for our profile.
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.h 32 virtual TestingProfile* profile() const;
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.h 5 // Stores per-profile state needed for find in page. This includes the most
15 class Profile;
30 // Retrieves the last prepopulate text for a given Profile. If the profile is
32 // prepopulate text from the normal profile.
33 static string16 GetLastPrepopulateText(Profile* profile);
  /external/chromium/chrome/browser/ui/gtk/
instant_confirm_dialog_gtk.cc 11 #include "chrome/browser/profiles/profile.h"
22 void ShowInstantConfirmDialog(GtkWindow* parent, Profile* profile) {
23 new InstantConfirmDialogGtk(parent, profile);
29 GtkWindow* parent, Profile* profile) : profile_(profile) {
instant_confirm_dialog_gtk.h 12 class Profile;
21 InstantConfirmDialogGtk(GtkWindow* parent, Profile* profile);
29 Profile* profile_;
overflow_button.h 14 class Profile;
20 explicit OverflowButton(Profile* profile);
33 Profile* profile_;
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 9 class Profile;
28 Profile* profile) = 0;
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.h 12 class Profile;
20 explicit KeyboardContainerView(Profile* profile);
  /external/chromium/chrome/browser/ui/views/
browser_dialogs.h 26 class Profile;
46 Profile* profile,
54 Profile* profile);
78 Profile* profile);
95 Profile* profile,

Completed in 657 milliseconds

1 2 3 4 5 6 78 91011>>