HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 451 - 475 of 8345) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/options/
reset_profile_settings_banner.css 5 #reset-profile-settings-banner {
17 #reset-profile-settings-banner > .close-button {
29 html[dir='rtl'] #reset-profile-settings-banner > .close-button {
34 #reset-profile-settings-banner > .close-button:hover {
38 #reset-profile-settings-banner > .close-button:active {
42 #reset-profile-settings-banner .content-area {
48 #reset-profile-settings-banner .content-area .badge {
56 #reset-profile-settings-banner .content-area .text {
61 #reset-profile-settings-banner .content-area .text p {
66 #reset-profile-settings-banner .content-area .button-area
    [all...]
reset_profile_settings_banner.html 1 <div id="reset-profile-settings-banner" hidden>
2 <div id="reset-profile-settings-banner-close" class="close-button"></div>
14 <button id="reset-profile-settings-banner-activate"
  /external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.cc 13 Profile* profile,
17 profile,
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_factory.h 12 class Profile;
22 virtual AppList* CreateAppList(Profile* profile,
profile_loader_unittest.cc 8 #include "chrome/browser/profiles/profile.h"
32 void StartLoadingProfile(Profile* profile) {
34 profile->GetPath(),
39 void FinishLoadingProfile(Profile* profile) {
40 profile_store_->LoadProfile(profile);
43 void OnProfileLoaded(Profile* profile) {
44 last_callback_result_ = profile;
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_util.cc 10 #include "chrome/browser/profiles/profile.h"
21 std::string GetUserIDFromProfile(Profile* profile) {
22 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName());
26 // |email| and profile name could be empty if not yet logged in or guest mode.
31 Profile* GetProfileFromUserID(const std::string& user_id) {
36 std::vector<Profile*> profiles =
39 std::vector<Profile*>::const_iterator profile_iterator = profiles.begin();
47 Profile* GetProfileFromWindow(aura::Window* window) {
62 bool IsProfileFromActiveUser(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 11 class Profile;
18 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 8 class Profile;
22 Profile* profile) = 0;
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_win.h 9 class Profile;
16 GURL GetURLToOpen(Profile* profile);
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_unittest.cc 22 content::BrowserContext* profile) {
23 return new PinnedTabService(static_cast<Profile*>(profile));
26 PinnedTabService* BuildForProfile(Profile* profile) {
29 profile, BuildPinnedTabService));
38 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable
39 pinned_tab_service_ = BuildForProfile(profile);
40 return profile;
56 Browser::CreateParams params(Browser::TYPE_POPUP, profile(),
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
profile_settings_reset_browsertest.js 6 * TestFixture for profile settings reset WebUI testing.
16 * Browse to the reset profile settings page.
21 // Test opening the profile settings reset has correct location.
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service_factory.h 12 class Profile;
16 static BookmarkUndoService* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/common/extensions/api/
principals_private.idl 6 // Only enabled if the flag "new-profile-management" is set.
11 // Only enabled if the flag "new-profile-management" is set.
15 // Only enabled if the flag "new-profile-management" is set.
  /external/chromium_org/components/test/data/autofill/merge/tools/
serialize_profiles.py 40 for profile in cursor:
41 guid = profile[0]
42 profiles[guid] = zip(types, profile)
53 for profile in cursor:
54 guid = profile[0]
55 profiles[guid].extend(zip(types, profile))
65 for profile in cursor:
66 guid = profile[0]
67 profiles[guid].extend(zip(types, profile))
77 for profile in cursor
    [all...]
  /packages/services/Telephony/src/com/android/phone/
Profiler.java 33 // TODO: Instead of doing all these "if (PROFILE)" checks here, every
35 // Profiler.PROFILE first, so the method calls will get optimized out
37 private static final boolean PROFILE = false;
60 //((ViewRoot)p).profile();
66 if (PROFILE) {
72 if (PROFILE) {
78 if (PROFILE) {
85 if (PROFILE) {
95 if (PROFILE) {
101 if (PROFILE) {
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
autofill_sync_perf_test.cc 44 // Adds |num_profiles| new autofill profiles to the sync profile |profile|.
45 void AddProfiles(int profile, int num_profiles);
47 // Updates all autofill profiles for the sync profile |profile|.
48 void UpdateProfiles(int profile);
50 // Removes all autofill profiles from |profile|.
51 void RemoveProfiles(int profile);
53 // Adds |num_keys| new autofill keys to the sync profile |profile|
126 AutofillProfile profile; local
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 30 Profile* GetDefaultProfile() {
40 const AutofillProfile& profile) {
43 ConvertUTF8ToJavaString(env, profile.guid()).obj(),
44 ConvertUTF8ToJavaString(env, profile.origin()).obj(),
45 ConvertUTF16ToJavaString(env, profile.GetRawInfo(NAME_FULL)).obj(),
46 ConvertUTF16ToJavaString(env, profile.GetRawInfo(COMPANY_NAME)).obj(),
49 profile.GetRawInfo(ADDRESS_HOME_LINE1)).obj(),
52 profile.GetRawInfo(ADDRESS_HOME_LINE2)).obj(),
55 profile.GetRawInfo(ADDRESS_HOME_CITY)).obj(),
58 profile.GetRawInfo(ADDRESS_HOME_STATE)).obj()
194 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( local
210 AutofillProfile profile; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder.cc 28 if (profile_id == Profile::kInvalidProfileId)
46 if (profile_id == Profile::kInvalidProfileId)
72 Profile* profile = NULL; local
73 if (profile_id != Profile::kInvalidProfileId) {
74 profile = profile_manager->GetProfileWithId(profile_id);
75 if (!profile)
78 if (profile) {
80 profile, extension_id, event_name, event_args,
81 use_profile_to_restrict_events ? profile : NULL, event_url)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.h 13 #include "chrome/browser/profiles/profile.h"
23 // - the class can handle if a profile is deleted between the time of sending
25 // - this class can be used in contexts that are not governed by a profile, e.g.
34 // DispatchEventToRenderers(event_name, event_args, profile, event_url)
43 // profile, event_url)
53 // use_profile_to_restrict_events ? profile : NULL, event_url)
54 // on |profile|'s EventRouter. May be called on any thread.
57 void* profile,
63 // use_profile_to_restrict_events ? profile : NULL, event_url)
64 // on |profile|'s EventRouter. May be called on any thread
    [all...]
chrome_extensions_browser_client.cc 13 #include "chrome/browser/profiles/profile.h"
38 Profile* profile = static_cast<Profile*>(context); local
40 profile->GetPrefs()->GetBoolean(prefs::kDisableExtensions);
45 Profile* profile = static_cast<Profile*>(context); local
46 return g_browser_process->profile_manager()->IsValidProfile(profile);
52 return static_cast<Profile*>(first)->IsSameProfile
78 Profile* profile = static_cast<Profile*>(context); local
113 Profile* profile = static_cast<Profile*>(context); local
    [all...]
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 13 #include "chrome/browser/profiles/profile.h"
125 // Get the profile associated with this view. If it's not found, use
126 // the most recent profile where accessibility events were sent, or
127 // the default profile.
128 Profile* profile = NULL; local
131 profile = reinterpret_cast<Profile*>(
133 Profile::kProfileKey));
135 if (!profile)
    [all...]
  /external/chromium_org/third_party/qcms/src/
iccread.c 31 * allocation per profile. This would remove the need for many
142 /* An arbitrary 4MB limit on profile size */
182 static void read_class_signature(qcms_profile *profile, struct mem_source *mem)
184 profile->class = read_u32(mem, 12);
185 switch (profile->class) {
192 invalid_source(mem, "Invalid Profile/Device Class signature");
196 static void read_color_space(qcms_profile *profile, struct mem_source *mem)
198 profile->color_space = read_u32(mem, 16);
199 switch (profile->color_space) {
208 static void read_pcs(qcms_profile *profile, struct mem_source *mem
874 qcms_profile* profile = qcms_profile_create(); local
903 qcms_profile* profile = qcms_profile_create(); local
973 qcms_profile *profile; local
1003 qcms_profile *profile; local
1157 qcms_profile *profile; local
1192 qcms_profile *profile = NULL; local
1205 qcms_profile *profile = NULL; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 26 * to get the Profile Proxy. Each public profile implements this
34 * This extra represents the current connection state of the profile of the
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
42 * This extra represents the previous connection state of the profile of the
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
48 /** The profile is in disconnected state */
50 /** The profile is in connecting state */
52 /** The profile is in connected state */
54 /** The profile is in disconnecting state *
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdpdefs.h 65 #define ATTR_ID_IP_SUBNET 0x0200 /* PAN Profile (***) */
88 #define ATTR_ID_IMG_SUPPORTED_CAPABILITIES 0x0310 /* Imaging Profile */
90 #define ATTR_ID_IMG_SUPPORTED_FUNCTIONS 0x0312 /* Imaging Profile */
91 #define ATTR_ID_IMG_TOT_DATA_CAPABILITY 0x0313 /* Imaging Profile */
92 #define ATTR_ID_SUPPORTED_REPOSITORIES 0x0314 /* Phone book access Profile */
93 #define ATTR_ID_MAS_INSTANCE_ID 0x0315 /* MAP profile */
94 #define ATTR_ID_SUPPORTED_MSG_TYPE 0x0316 /* MAP profile */
96 /* These values are for the BPP profile */
117 /* These values are for the PAN profile */
125 /* These values are for HID profile */
    [all...]
  /external/chromium_org/chrome/browser/notifications/
welcome_notification_unittest.cc 110 PrefServiceSyncable::FromProfile(profile())->GetSyncableService(
139 TestingProfile* profile() { return profile_.get(); } function in class:WelcomeNotificationTest
200 profile()->GetPrefs()->GetBoolean(prefs::kWelcomeNotificationDismissed));
202 profile()->GetPrefs()->GetBoolean(
211 profile()->GetPrefs()->GetBoolean(prefs::kWelcomeNotificationDismissed));
213 profile()->GetPrefs()->GetBoolean(
222 profile()->GetPrefs()->GetBoolean(prefs::kWelcomeNotificationDismissed));
224 profile()->GetPrefs()->GetBoolean(
233 profile()->GetPrefs()->GetBoolean(prefs::kWelcomeNotificationDismissed));
235 profile()->GetPrefs()->GetBoolean
    [all...]

Completed in 1795 milliseconds

<<11121314151617181920>>