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

<<31323334353637383940>>

  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 22 #include "chrome/browser/profiles/profile.h"
125 Profile* profile = web_ui_->GetProfile(); local
128 profile->GetChromeURLDataManager()->AddDataSource(
129 new FaviconSource(profile));
131 homepage_.Init(prefs::kHomePage, profile->GetPrefs(), NULL);
143 autocomplete_controller_.reset(new AutocompleteController(profile, this));
307 Profile* profile = web_ui_->GetProfile(); local
309 new CustomHomePagesTableModel(profile));
    [all...]
  /external/dbus/tools/
dbus-monitor.1 11 [\-\-system | \-\-session | \-\-address ADDRESS] [\-\-profile | \-\-monitor]
33 information. The \-\-profile and \-\-monitor options select the profiling
57 .I "--profile"
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 24 * predefined camcorder profile settings for camcorder applications.
30 * <p>Each profile specifies the following set of parameters:
148 * The quality level of the camcorder profile
153 * The file output format of the camcorder profile
206 * Returns the camcorder profile for the first back-facing camera on the
209 * @param quality the target quality level for the camcorder profile
225 * Returns the camcorder profile for the given camera at the given
247 * @param quality the target quality level for the camcorder profile.
275 * Returns true if camcorder profile exists for the first back-facing
277 * @param quality the target quality level for the camcorder profile
    [all...]
  /external/bluetooth/bluez/compat/
sdp.c 384 sdp_profile_desc_t profile[1]; local
467 sdp_uuid16_create(&profile[0].uuid, NAP_PROFILE_ID);
468 profile[0].version = 0x0100;
469 pfseq = sdp_list_append(NULL, &profile[0]);
483 sdp_uuid16_create(&profile[0].uuid, GN_PROFILE_ID);
484 profile[0].version = 0x0100;
485 pfseq = sdp_list_append(NULL, &profile[0]);
497 sdp_uuid16_create(&profile[0].uuid, PANU_PROFILE_ID);
498 profile[0].version = 0x0100;
499 pfseq = sdp_list_append(NULL, &profile[0])
573 sdp_profile_desc_t profile[1]; local
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 32 TestTabContentsWithPendingInfoBar(Profile* profile, SiteInstance* instance);
44 Profile* profile,
46 : TestTabContents(profile, instance),
152 new TestTabContentsWithPendingInfoBar(profile(), NULL);
184 new GeolocationPermissionContext(profile());
208 profile()->GetGeolocationContentSettingsMap()->GetContentSetting(
211 profile()->GetGeolocationContentSettingsMap()->GetContentSetting(
257 profile()->GetGeolocationContentSettingsMap()->GetContentSetting
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_controller_unittest.mm 29 BookmarkModel* model = browser_helper_.profile()->GetBookmarkModel();
38 profile:browser_helper_.profile()
90 BookmarkModel* model = browser_helper_.profile()->GetBookmarkModel();
140 BookmarkModel* model = browser_helper_.profile()->GetBookmarkModel();
144 profile:browser_helper_.profile()
174 BookmarkModel* model = browser_helper_.profile()->GetBookmarkModel();
182 profile:browser_helper_.profile()
    [all...]
bookmark_bar_bridge_unittest.mm 102 Profile* profile = browser_test_helper_.profile();
103 BookmarkModel* model = profile->GetBookmarkModel();
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
  /device/samsung/crespo4g/crespo4g_overlay/packages/apps/Settings/res/values/
bools.xml 18 <!-- Additional System Update menu(Update PRL, Update Profile) is displayed if it is true -->
  /external/chromium/base/debug/
profiler.h 20 // by the count of the profile run (starts at 1 with each process).
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.h 10 // 1. The data is not saved in profile, but rather in registry, thus it is
  /external/chromium/chrome/browser/chromeos/login/
registration_screen.cc 70 Profile* profile = ProfileManager::GetDefaultProfile(); local
71 view()->InitDOM(profile,
72 SiteInstance::CreateSiteInstanceForURL(profile, url));
  /external/chromium/chrome/browser/chromeos/
sms_observer.cc 10 #include "chrome/browser/profiles/profile.h"
18 SmsObserver::SmsObserver(Profile* profile)
19 : profile_(profile) {
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 15 #include "chrome/browser/profiles/profile.h"
29 "profile.managed_default_content_settings";
101 PolicyDefaultProvider::PolicyDefaultProvider(Profile* profile)
102 : profile_(profile),
104 PrefService* prefs = profile->GetPrefs();
125 Source<Profile>(profile_));
185 DCHECK_EQ(profile_, Source<Profile>(source).ptr());
198 Source<Profile>(profile_));
273 PolicyProvider::PolicyProvider(Profile* profile
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.cc 17 #include "chrome/browser/profiles/profile.h"
376 Profile* profile,
380 ExtensionEventRouter* event_router = profile->GetExtensionEventRouter();
448 item->extension_id(), event_name, json_args, profile, GURL());
478 : profile(NULL), uid(0) {
481 ExtensionMenuItem::Id::Id(Profile* profile,
484 : profile(profile), extension_id(extension_id), uid(uid)
    [all...]
extension_message_handler.h 11 class Profile;
extension_pref_store.h 21 // Constructs an ExtensionPrefStore for a regular or an incognito profile.
  /external/chromium/chrome/browser/
favicon_service.h 19 class Profile;
29 explicit FaviconService(Profile* profile);
98 Profile* profile_;
process_singleton_mac.cc 65 // profile directory. Returns |true| if it gets the lock. Returns
78 DPCHECK(lock_fd_ != -1) << "Unexpected failure opening profile lockfile";
90 << "Unexpected failure locking profile lockfile";
102 LOG(ERROR) << "Unable to obtain profile lock.";
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 8 #include "chrome/browser/profiles/profile.h"
56 browser()->profile()->GetRequestContext();
73 browser()->profile()->GetHostContentSettingsMap()->
93 browser()->profile()->GetHostContentSettingsMap()->
ssl_config_service_manager_system.cc 12 // SSLConfigService objects do not depend on the profile.
  /external/chromium/chrome/browser/profiles/
profile_keyed_service.h 11 // Many services that hang off Profile have a two-pass shutdown. Many
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.h 15 class Profile;
41 Profile* profile,
99 Profile* const profile_;
  /external/chromium/chrome/browser/sync/protocol/
autofill_specifics.proto 68 // The label of the Autofill profile that contains the billing address.
71 // The label of the Autofill profile that contains the shipping address.
83 // An autofill++ profile object. If present, indicates this entity
86 optional AutofillProfileSpecifics profile = 4;
  /external/chromium/chrome/browser/sync/
signin_manager.h 21 class Profile;
45 void Initialize(Profile* profile);
79 Profile* profile_;

Completed in 623 milliseconds

<<31323334353637383940>>