HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 551 - 575 of 3371) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.cc 27 // Delete the testing profile on the UI thread. But first release the
28 // browser, since it may trigger accesses to the profile upon destruction.
42 TestingProfile* BrowserTestHelper::profile() const { function in class:BrowserTestHelper
history_menu_cocoa_controller.mm 12 #include "chrome/browser/profiles/profile.h"
35 Browser* browser = Browser::GetOrCreateTabbedBrowser(bridge_->profile());
41 TabRestoreService* service = bridge_->profile()->GetTabRestoreService();
  /external/chromium/chrome/browser/ui/download/
download_tab_helper.cc 9 #include "chrome/browser/profiles/profile.h"
25 DownloadManager* dlm = tab_contents()->profile()->GetDownloadManager();
45 DownloadManager* dlm = tab_contents()->profile()->GetDownloadManager();
  /external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.h 22 class Profile;
30 HtmlDialogGtk(Profile* profile, HtmlDialogUIDelegate* delegate,
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.h 18 class Profile;
31 Profile* profile,
  /external/chromium/chrome/browser/web_applications/
web_app_unittest.cc 25 // Supply our own profile so we use the correct profile data. The test harness
26 // is not supposed to overwrite a profile if it's already created.
  /external/chromium/chrome/browser/web_resource/
promo_resource_service_unittest.cc 24 // Set up a testing profile and create a promo resource service.
25 TestingProfile profile; local
33 new PromoResourceService(&profile));
55 PrefService* prefs = profile.GetPrefs();
114 // Set up a testing profile and create a promo resource service.
115 TestingProfile profile; local
123 new PromoResourceService(&profile));
151 PrefService* prefs = profile.GetPrefs();
185 // Set up a testing profile and create a promo resource service.
186 TestingProfile profile; local
    [all...]
  /external/chromium/net/url_request/
url_request_context_getter.h 41 // the the "main" URLRequestContextGetter. Note that each Profile will have a
43 // default URLRequestContextGetter for the "main" Profile.
63 // the main Profile.
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.cpp 51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title)); local
52 return ScriptProfile::create(profile);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaTest.java 94 CamcorderProfile profile = CamcorderProfile.get(quality); local
95 if ((profile != null) && (profile.videoCodec == VideoEncoder.H264) &&
96 (profile.audioCodec == AudioEncoder.AAC)) {
  /external/bluetooth/bluez/doc/
assigned-numbers.txt 8 Profile Channel
  /external/chromium/chrome/browser/
browsing_data_remover.h 22 class Profile;
73 // profile in the specified time range. Use Remove to initiate the removal.
74 BrowsingDataRemover(Profile* profile, base::Time delete_begin,
78 // profile in the specified time range.
79 BrowsingDataRemover(Profile* profile, TimePeriod time_period,
174 // Profile we're to remove from.
175 Profile* profile_;
password_manager_delegate_impl.h 22 virtual Profile* GetProfileForPasswordManager();
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h 16 class Profile;
31 void ObserveFileSystemEvents(Profile* profile);
80 Profile* profile_;
  /external/chromium/chrome/browser/chromeos/login/
registration_screen.h 23 class Profile;
36 virtual TabContents* CreateTabContents(Profile* profile,
38 return new WizardWebPageViewTabContents(profile,
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.h 20 class Profile;
33 explicit NotificationProvider(Profile* profile);
100 Profile* profile_;
  /external/chromium/chrome/browser/debugger/
devtools_window.h 24 class Profile;
36 DevToolsWindow(Profile* profile, RenderViewHost* inspected_rvh, bool docked);
99 Profile* profile_;
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.h 16 class Profile;
23 ExtensionBookmarkManagerEventRouter(Profile* profile,
46 Profile* profile_;
extension_icon_source_apitest.cc 8 #include "chrome/browser/profiles/profile.h"
59 browser()->profile(),
62 browser()->profile()->GetOffTheRecordProfile(), Browser::TYPE_NORMAL,
73 browser()->profile(),
  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.cc 11 #include "chrome/browser/profiles/profile.h"
16 GeolocationSettingsState::GeolocationSettingsState(Profile* profile)
17 : profile_(profile) {
geolocation_settings_state_unittest.cc 26 TestingProfile profile; local
27 GeolocationSettingsState state(&profile);
36 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
41 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
123 TestingProfile profile; local
124 GeolocationSettingsState state(&profile);
133 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
138 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
143 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
  /external/chromium/chrome/browser/importer/
firefox_importer_utils_linux.cc 11 // The default location of the profile folder containing user data is
importer_lock_dialog.h 15 // This function is called by an ImporterHost, and presents the Firefox profile
  /external/chromium/chrome/browser/instant/
promo_counter.h 15 class Profile;
26 PromoCounter(Profile* profile,
54 Profile* profile_;
  /external/chromium/chrome/browser/password_manager/
password_store_default.cc 13 #include "chrome/browser/profiles/profile.h"
26 MigrateHelper(Profile* profile,
29 : profile_(profile),
45 Profile* profile_;
102 Profile* profile,
105 login_db_(login_db), profile_(profile) {
107 DCHECK(profile);

Completed in 393 milliseconds

<<21222324252627282930>>