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

1 2 34

  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 22 #include "chrome/browser/profiles/profile.h"
99 void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) {
107 profiles->push_back(profile);
115 profiles->push_back(profile);
120 profiles->push_back(profile);
831 // Now clear the test profiles and try again -- we shouldn't return a warning.
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 219 void set_user_data_dir_profiles(const std::vector<std::wstring>& profiles);
    [all...]
browser.cc 64 #include "chrome/browser/profiles/profile.h"
472 const std::vector<std::wstring>& profiles) {
473 g_browser_process->user_data_dir_profiles() = profiles;
    [all...]
  /external/v8/benchmarks/
splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 633 // Get the profiles that are currently saved to the DB.
675 // Translate DictionaryValues of autofill profiles and credit cards to the
678 // profiles/cards: the ListValue of profiles/credit cards to translate.
681 const ListValue& profiles, std::string* error_message);
686 // for profiles and credit cards to a ListValue of DictionaryValues. The
    [all...]
  /external/v8/src/
profile-generator.cc 576 // Create list of unabridged profiles.
755 List<CpuProfile*>* CpuProfilesCollection::Profiles(int security_token_id) {
829 // As starting / stopping profiles is rare relatively to this
871 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles)
872 : profiles_(profiles),
874 profiles->NewCodeEntry(Logger::FUNCTION_TAG, kProgramEntryName)),
876 profiles->NewCodeEntry(Logger::BUILTIN_TAG,
    [all...]
profile-generator.h 298 List<CpuProfile*>* Profiles(int security_token_id);
321 // Limits the number of profiles that can be simultaneously collected.
342 // Mapping from profiles' uids to indexes in the second nested list
395 explicit ProfileGenerator(CpuProfilesCollection* profiles);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js 187 if (hiddenPanels.indexOf("profiles") === -1)
188 this.panels.profiles = new WebInspector.ProfilesPanel();
    [all...]
inspector.css 335 .toolbar-item.profiles .toolbar-icon {
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 402 milliseconds

1 2 34