HomeSort by relevance Sort by last modified time
    Searched full:profiles (Results 1 - 25 of 3282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/stats_viewer/Properties/
Settings.settings 3 <Profiles>
5 </Profiles>
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 32 static final String PROFILES_TABLE_NAME = "profiles";
36 public static final class Profiles implements BaseColumns {
37 private Profiles() { }
59 + Profiles._ID + " INTEGER PRIMARY KEY,"
60 + Profiles.FULL_NAME + " TEXT,"
61 + Profiles.EMAIL_ADDRESS + " TEXT,"
62 + Profiles.COMPANY_NAME + " TEXT,"
63 + Profiles.ADDRESS_LINE_1 + " TEXT,"
64 + Profiles.ADDRESS_LINE_2 + " TEXT,"
65 + Profiles.CITY + " TEXT,
    [all...]
  /external/chromium_org/content/ppapi_plugin/
OWNERS 3 # Mac Sandbox profiles.
  /external/chromium_org/content/renderer/
OWNERS 3 # Mac Sandbox profiles.
  /external/chromium_org/content/utility/
OWNERS 3 # Mac Sandbox profiles.
  /external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-re-opening.html 3 <title>Profiler: test profiles population on DevTools re-opening</title>
14 This test runs and profiles a simple looped computation.
21 <li>go to 'Profiles' page;
22 <li>observe that 'Profile 1' item has appeared under 'CPU profiles' section;
25 'CPU profiles' section;
30 <li>go to 'Profiles' page;
31 <li>verify that CPU profiles 'Profile 1' and 'Profile 2', and heap profiles
profiler-test-console-control.html 14 This test runs and profiles a simple looped computation.
21 <li>go to 'Profiles' page;
22 <li>observe that 'Profile 1' item has appeared under 'CPU profiles' section;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ProfilesTableModel.java 25 private final double[] profiles; field in class:ProfilesTableModel
28 public ProfilesTableModel(double[] profiles) {
29 this.profiles = profiles;
35 return profiles == null ? 0 : profiles.length;
40 if (profiles == null) return "";
47 return formatter.format(profiles[row]) + "";
  /external/chromium_org/chrome/browser/extensions/api/principals_private/
principals_private_api.cc 8 #include "chrome/browser/profiles/avatar_menu.h"
9 #include "chrome/browser/profiles/profile_window.h"
10 #include "chrome/browser/profiles/profiles_state.h"
17 if (!profiles::IsNewProfileManagementEnabled()) {
28 profiles::LockProfile(browser->profile());
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 19 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
29 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Profiles";
161 std::vector<AutofillProfile> profiles; local
163 EXPECT_TRUE(ImportCurrentUserProfiles(&profiles, &credit_cards));
164 ASSERT_EQ(profiles.size(), 2);
165 // The profiles are read in reverse order.
166 EXPECT_EQ(profiles[1].GetInfo(NAME_FIRST), profile1[0].value);
167 EXPECT_EQ(profiles[1].GetInfo(NAME_MIDDLE), profile1[1].value);
168 EXPECT_EQ(profiles[1].GetInfo(NAME_LAST), profile1[2].value);
169 EXPECT_EQ(profiles[1].GetInfo(EMAIL_ADDRESS), profile1[3].value)
    [all...]
autofill_profile_unittest.cc 20 std::vector<AutofillProfile*> profiles; local
21 profiles.push_back(profile);
22 return AutofillProfile::AdjustInferredLabels(&profiles);
119 std::vector<AutofillProfile*> profiles; local
120 profiles.push_back(&profile7);
121 profiles.push_back(&profile7a);
122 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
132 std::vector<AutofillProfile*> profiles; local
133 profiles.push_back(new AutofillProfile);
135 profiles[0]
298 std::vector<AutofillProfile*> profiles; local
400 ScopedVector<AutofillProfile> profiles; local
434 ScopedVector<AutofillProfile> profiles; local
460 ScopedVector<AutofillProfile> profiles; local
    [all...]
  /external/chromium/chrome/browser/importer/
importer_list.cc 25 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) {
26 // IE always exists and doesn't have multiple profiles.
34 profiles->push_back(ie);
39 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) {
50 profiles->push_back(safari);
54 void DetectFirefoxProfiles(std::vector<importer::SourceProfile*>* profiles) {
89 profiles->push_back(firefox);
93 std::vector<importer::SourceProfile*>* profiles) {
104 profiles->push_back(google_toolbar);
165 std::vector<importer::SourceProfile*> profiles;
    [all...]
importer_list.h 24 // order to be called back when the source profiles are loaded.
35 // Detects the installed browsers and their associated profiles, then stores
37 // profiles. Calls into DetectSourceProfilesWorker() on the FILE thread to do
38 // the real work of detecting source profiles. |observer| must be non-NULL.
50 // Returns the number of different source profiles you can import from.
53 // Returns the SourceProfile at |index|. The profiles are ordered such that
72 // notifies |observer_| that the source profiles are loaded. |profiles| is
73 // the vector of loaded profiles.
75 const std::vector<importer::SourceProfile*>& profiles);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
avatar_menu_desktop.cc 5 #include "chrome/browser/profiles/avatar_menu.h"
8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/profiles/profile_info_cache.h"
10 #include "chrome/browser/profiles/profile_manager.h"
incognito_helpers.cc 5 #include "chrome/browser/profiles/incognito_helpers.h"
7 #include "chrome/browser/profiles/profile.h"
profile_info_util_unittest.cc 5 #include "chrome/browser/profiles/profile_info_util.h"
41 profiles::GetSizedAvatarIconWithBorder(profile_image, false, 50, 50);
51 profiles::GetSizedAvatarIconWithBorder(
61 gfx::Image result = profiles::GetAvatarIconForMenu(profile_image, false);
67 gfx::Size size(profiles::kAvatarIconWidth, profiles::kAvatarIconHeight);
68 gfx::Image result2 = profiles::GetAvatarIconForMenu(rect_picture, true);
77 gfx::Image result = profiles::GetAvatarIconForWebUI(profile_image, false);
83 gfx::Size size(profiles::kAvatarIconWidth, profiles::kAvatarIconHeight)
    [all...]
profile_list.h 8 #include "chrome/browser/profiles/avatar_menu.h"
12 // This model represents the profiles added to Chrome.
19 // Returns the number of profiles in the model.
startup_task_runner_service_factory.cc 5 #include "chrome/browser/profiles/startup_task_runner_service_factory.h"
7 #include "chrome/browser/profiles/profile.h"
8 #include "chrome/browser/profiles/startup_task_runner_service.h"
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 28 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) {
29 // IE always exists and doesn't have multiple profiles.
37 profiles->push_back(ie);
42 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) {
53 profiles->push_back(safari);
61 std::vector<importer::SourceProfile*>* profiles) {
95 profiles->push_back(firefox);
161 std::vector<importer::SourceProfile*> profiles; local
167 DetectFirefoxProfiles(locale, &profiles);
168 DetectIEProfiles(&profiles);
    [all...]
importer_list.h 26 // Detects the installed browsers and their associated profiles, then stores
28 // profiles. Calls into DetectSourceProfilesWorker() on the FILE thread to do
29 // the real work of detecting source profiles. |observer| must be non-NULL.
48 // Returns the number of different source profiles you can import from.
51 // Returns the SourceProfile at |index|. The profiles are ordered such that
60 // Tells interested callers if class is done loading source profiles.
76 // notifies |observer_| that the source profiles are loaded. |profiles| is
77 // the vector of loaded profiles.
79 const std::vector<importer::SourceProfile*>& profiles);
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 22 std::vector<AutofillProfile>* profiles,
32 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Profiles";
162 std::vector<AutofillProfile> profiles; local
164 EXPECT_TRUE(ImportCurrentUserProfiles("en-US", &profiles, &credit_cards));
165 ASSERT_EQ(2U, profiles.size());
166 // The profiles are read in reverse order.
167 EXPECT_EQ(profile1[0].value, profiles[1].GetRawInfo(NAME_FIRST));
168 EXPECT_EQ(profile1[1].value, profiles[1].GetRawInfo(NAME_MIDDLE));
169 EXPECT_EQ(profile1[2].value, profiles[1].GetRawInfo(NAME_LAST));
170 EXPECT_EQ(profile1[3].value, profiles[1].GetRawInfo(EMAIL_ADDRESS))
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
options_settings_app.js 34 // Avoid showing an empty Users section on ash. Note that profiles-section
37 $('sync-users-section').hidden = $('profiles-section').hidden;
43 $('profiles-create').hidden = true;
44 $('profiles-delete').hidden = true;
45 $('profiles-manage').hidden = true;
47 // Remove the 'X'es on profiles in the profile list.
48 $('profiles-list').canDeleteItems = false;
  /external/chromium_org/components/test/data/autofill/merge/tools/
reserialize_profiles_from_query.py 25 profiles = []
33 profiles.append(zip(types, values))
35 print SerializeProfiles(profiles)
  /external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.cc 9 #include "chrome/browser/profiles/profile_manager.h"
10 #include "chrome/browser/profiles/profile_metrics.h"
11 #include "chrome/browser/profiles/profile_window.h"
12 #include "chrome/browser/profiles/profiles_state.h"
44 profiles::FindOrCreateNewWindowForProfile(
59 if (!profiles::IsMultipleProfilesEnabled())
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 3 WebInspector.showPanel("profiles");
29 var type = WebInspector.panels.profiles.getProfileType("HEAP");
38 var profiles = type.getProfiles();
39 InspectorTest.addSniffer(profiles[0]._transferHandler, "_updateProgress", onUpdateProgress, true);
40 InspectorTest.addSniffer(profiles[0], "_wasShown", step2);
64 WebInspector.panels.profiles._reset();

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 91011>>