HomeSort by relevance Sort by last modified time
    Searched refs:profiles (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/v8/test/cctest/
test-cpu-profiler.cc 3 // Tests of profiles generator and utilities.
21 CpuProfilesCollection profiles; local
22 ProfileGenerator generator(&profiles);
81 CpuProfilesCollection profiles; local
82 profiles.StartProfiling("", 1);
83 ProfileGenerator generator(&profiles);
142 CpuProfilesCollection profiles; local
143 profiles.StartProfiling("", 1);
144 ProfileGenerator generator(&profiles);
167 profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1)
232 CpuProfilesCollection profiles; local
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 28 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
33 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Profiles";
153 // Imports profiles from the IE toolbar and stores them. Asynchronous
193 // Imports Autofill profiles and credit cards from IE Toolbar if present and not
196 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
198 DCHECK(profiles);
227 profiles->push_back(profile);
238 // We import CC profiles only if they are not password protected.
255 return (profiles->size() + credit_cards->size()) > 0;
personal_data_manager.h 32 // This class also stores the profiles loaded from the database for use during
88 // Sets |web_profiles_| to the contents of |profiles| and updates the web
89 // database by adding, updating and removing profiles.
96 // updates in |profiles| make it to the DB. This is why SetProfiles will
99 void SetProfiles(std::vector<AutofillProfile>* profiles);
142 // This PersonalDataManager owns these profiles and credit cards. Their
144 // card information, respectively. |profiles()| returns both web and
145 // auxiliary profiles. |web_profiles()| returns only web profiles.
146 const std::vector<AutofillProfile*>& profiles();
    [all...]
personal_data_manager_unittest.cc 118 // Add two test profiles to the database.
124 const std::vector<AutofillProfile*>& results1 = personal_data_->profiles();
139 const std::vector<AutofillProfile*>& results2 = personal_data_->profiles();
145 // to the web database, and that we can load the profiles from the web
157 // Verify that we've loaded the profiles from the web database.
158 const std::vector<AutofillProfile*>& results3 = personal_data_->profiles();
262 // Add two test profiles to the database.
268 const std::vector<AutofillProfile*>& results1 = personal_data_->profiles();
324 // Verify that we've loaded the profiles from the web database.
325 const std::vector<AutofillProfile*>& results2 = personal_data_->profiles();
635 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles(); local
1283 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles(); local
    [all...]
autofill_manager.cc 32 #include "chrome/browser/profiles/profile.h"
383 personal_data_->profiles(), personal_data_->credit_cards(), &host) &&
481 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles(); local
490 if (!GetHost(profiles, credit_cards, &host) ||
508 for (std::vector<AutofillProfile*>::const_iterator iter = profiles.begin();
509 iter != profiles.end(); ++iter) {
760 bool AutofillManager::GetHost(const std::vector<AutofillProfile*>& profiles,
770 // No autofill data to return if the profiles are empty.
771 if (profiles.empty() && credit_cards.empty()
845 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles(); local
    [all...]
autofill_browsertest.cc 16 #include "chrome/browser/profiles/profile.h"
90 std::vector<AutofillProfile> profiles(1, profile);
91 personal_data_manager->SetProfiles(&profiles);
autofill_metrics_unittest.cc 64 std::vector<AutofillProfile*> profiles; variable
65 web_profiles_.release(&profiles);
67 profiles);
97 void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) {
105 profiles->push_back(profile);
113 profiles->push_back(profile);
739 // The metric should be logged when the profiles are first loaded.
    [all...]
  /external/webkit/Source/JavaScriptCore/profiler/
Profiler.cpp 115 static inline void dispatchFunctionToProfiles(ExecState* callerOrHandlerCallFrame, const Vector<RefPtr<ProfileGenerator> >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, unsigned currentProfileTargetGroup)
117 for (size_t i = 0; i < profiles.size(); ++i) {
118 if (profiles[i]->profileGroup() == currentProfileTargetGroup || !profiles[i]->origin())
119 (profiles[i].get()->*function)(callerOrHandlerCallFrame, callIdentifier);
  /external/bluetooth/bluez/src/
device.h 57 void device_probe_drivers(struct btd_device *device, GSList *profiles);
64 GSList *profiles);
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.cc 59 << "Printing profiles from web db";
75 const std::vector<AutofillProfile*>& profiles(all_profiles_from_db);
76 for (std::vector<AutofillProfile*>::const_iterator ix = profiles.begin();
77 ix != profiles.end();
128 std::vector<AutofillProfile*>* profiles) {
132 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
146 ScopedVector<AutofillProfile> profiles; local
148 if (!LoadAutofillData(&profiles.get())) {
170 profiles.get(), &bundle.current_profiles,
304 // server profile.(The only difference between the 2 profiles are the guids
    [all...]
autofill_model_associator.cc 15 #include "chrome/browser/profiles/profile.h"
121 std::vector<AutofillProfile*>* profiles) {
129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
145 ScopedVector<AutofillProfile> profiles; local
147 if (!LoadAutofillData(&entries, &profiles.get())) {
172 profiles.get())) {
243 << "Printing profiles from web db";
272 // Ignore autofill profiles if we are not upgrading.
autofill_model_associator.h 128 std::vector<AutofillProfile*>* profiles);
131 // profiles. There is a Traverse* method for each of these.
autofill_profile_model_associator.h 148 bool LoadAutofillData(std::vector<AutofillProfile*>* profiles);
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc 22 #include "chrome/browser/profiles/profile_manager.h"
125 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
126 for (size_t i = 0; i < profiles.size(); ++i) {
127 if (!profiles[i]->IsOffTheRecord()) {
128 service_ = profiles[i]->GetExtensionMessageService();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /external/oprofile/libpp/
arrange_profiles.h 24 * store merging options options used to classify profiles
69 * A number of profiles files that are all dependent on
87 * contains all profiles against /bin/bash, and deps contains
103 * A class collection of profiles. This is an equivalence class and
107 std::list<profile_set> profiles; member in struct:profile_class
172 * as well as attaching dependent profiles to the main image.
arrange_profiles.cpp 243 profile_set const & profile = *(pclass.profiles.begin());
293 profile_set const & profile = *(pclass.profiles.begin());
585 * on the normal list of profiles otherwise.
629 list<profile_set>::iterator it = pclass.profiles.begin();
630 list<profile_set>::iterator const end = pclass.profiles.end();
642 pclass.profiles.push_back(set);
758 list<profile_set>::const_iterator const end = pclass.profiles.end();
759 for (it = pclass.profiles.begin(); it != end; ++it)
835 = classes.v[i].profiles.begin();
837 = classes.v[i].profiles.end()
    [all...]
  /external/webkit/Source/WebCore/page/
Console.h 104 const ProfilesArray& profiles() const { return m_profiles; } function in class:WebCore::Console
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 289 List<LocalBluetoothProfile> profiles = mCachedDevice.getProfiles(); local
290 for (LocalBluetoothProfile profile : profiles) {
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 548 std::vector<AutofillProfile*> profiles = r->GetValue(); local
549 STLDeleteElements(&profiles);
1100 std::vector<AutofillProfile*> profiles; local
1135 std::vector<AutofillProfile*> profiles; local
    [all...]
autofill_table.h 93 // profiles. When a profile is removed its guid is added
217 // Retrieves all profiles in the database. Caller owns the returned profiles.
218 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
247 // Retrieves all profiles in the database that have been deleted since last
251 // Empties the Autofill profiles "trash can".
258 // Retrieves all profiles in the database that have been deleted since last
262 // Clear all profiles.
  /external/oprofile/pp/
opreport.cpp 169 = pclasses[i].profiles.begin();
171 = pclasses[i].profiles.end();
514 if (classes.v[i].profiles.size() > 1)
531 if (classes2.v[i].profiles.size() > 1)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 111 #include <chrome/browser/profiles/profile.h>
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 28 #include "chrome/browser/profiles/profile_manager.h"
694 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
695 for (size_t i = 0; i < profiles.size(); ++i) {
697 BackgroundContentsServiceFactory::GetForProfile(profiles[i]);
698 ExtensionService* extensions_service = profiles[i]->GetExtensionService();
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 372 std::vector<AutofillProfile>* profiles) {
401 profiles->push_back(p);
409 std::vector<AutofillProfile>* profiles) {
427 profiles->push_back(p);
673 std::vector<AutofillProfile*> profiles; local
682 profiles.push_back(profile0);
685 WillOnce(DoAll(SetArgumentPointee<0>(profiles), Return(true)));
    [all...]

Completed in 451 milliseconds

12 3 4