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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/extensions/
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/
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/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,
dom_view.cc 23 bool DOMView::Init(Profile* profile, SiteInstance* instance) {
28 tab_contents_.reset(CreateTabContents(profile, instance));
36 TabContents* DOMView::CreateTabContents(Profile* profile,
38 return new TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL);
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
bitenc.h 36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_video_config_parser.h 40 uint32 profile; member in struct:_tiVideoConfigParserOutputs
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 82 * Mapping from profile name, e.g. "HEADSET" to profile object.
120 * Initialize or update the local profile objects. If a UUID was previously
122 * profile object as it might be referenced elsewhere, or the UUID might
123 * come back and we don't want multiple copies of the profile objects.
130 Log.d(TAG, "Adding local A2DP profile");
136 Log.w(TAG, "Warning: A2DP profile was previously added but the UUID is now missing.");
143 Log.d(TAG, "Adding local HEADSET profile");
150 Log.w(TAG, "Warning: HEADSET profile was previously added but the UUID is now missing.");
156 Log.d(TAG, "Adding local OPP profile");
271 LocalBluetoothProfile profile = mHeadsetProfile; local
    [all...]
  /external/chromium/chrome/browser/ui/options/
options_util.cc 17 #include "chrome/browser/profiles/profile.h"
23 void OptionsUtil::ResetToDefaults(Profile* profile) {
27 PrefService* prefs = profile->GetPrefs();
83 profile->GetDownloadManager()->download_prefs()->ResetToDefaults();
84 profile->GetHostContentSettingsMap()->ResetToDefaults();
85 profile->GetGeolocationContentSettingsMap()->ResetToDefault();
86 profile->GetHostZoomMap()->ResetToDefaults();
87 DesktopNotificationServiceFactory::GetForProfile(profile)->
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate_unittest.cc 28 explicit TestTabContentsDelegate(Profile* profile)
29 : HtmlDialogTabContentsDelegate(profile) {}
44 test_tab_contents_delegate_.reset(new TestTabContentsDelegate(profile()));
86 new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
95 EXPECT_EQ(profile(), test_tab_contents_delegate_->profile());
97 EXPECT_EQ(NULL, test_tab_contents_delegate_->profile());
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 36 public static CamcorderProfile profile = field in class:MediaRecorderStressTestRunner
40 public static int mVideoEncoder = profile.videoCodec;
41 public static int mAudioEncdoer = profile.audioCodec;
42 public static int mFrameRate = profile.videoFrameRate;
43 public static int mVideoWidth = profile.videoFrameWidth;
44 public static int mVideoHeight = profile.videoFrameHeight;
45 public static int mBitRate = profile.videoBitRate;

Completed in 961 milliseconds

1 2 3 4 5 6 78 91011>>