/external/chromium/chrome/browser/extensions/ |
notifications_apitest.cc | 9 #include "chrome/browser/profiles/profile.h"
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils_mac.mm | 17 FilePath ini_file = app_data_path.Append("Firefox").Append("profiles.ini");
|
firefox_importer_utils.h | 49 // Gets the full path of the profiles.ini file. This file records the profiles 62 // Path=Profiles/abcdefeg.default
|
/external/chromium/chrome/browser/instant/ |
instant_confirm_dialog.cc | 10 #include "chrome/browser/profiles/profile.h"
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac_unittest.mm | 8 #include "chrome/browser/profiles/profile.h"
|
/external/chromium/chrome/browser/ui/webui/ |
print_preview_ui.cc | 8 #include "chrome/browser/profiles/profile.h"
|
/external/oprofile/libpp/ |
diff_container.h | 19 * Store two profiles for diffing.
|
populate_for_spu.h | 3 * Fill up a profile_container from inverted profiles for
|
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.
|
/packages/apps/Browser/src/com/android/browser/ |
AutofillHandler.java | 93 // to the browser preference DB to make it easier to support multiple profiles 104 AutoFillProfileDatabase.Profiles.FULL_NAME)); 106 AutoFillProfileDatabase.Profiles.EMAIL_ADDRESS)); 108 AutoFillProfileDatabase.Profiles.COMPANY_NAME)); 110 AutoFillProfileDatabase.Profiles.ADDRESS_LINE_1)); 112 AutoFillProfileDatabase.Profiles.ADDRESS_LINE_2)); 114 AutoFillProfileDatabase.Profiles.CITY)); 116 AutoFillProfileDatabase.Profiles.STATE)); 118 AutoFillProfileDatabase.Profiles.ZIP_CODE)); 120 AutoFillProfileDatabase.Profiles.COUNTRY)) [all...] |
/external/bluetooth/bluez/audio/ |
audio.conf | 20 # Automatically connect both A2DP and HFP/HSP profiles for incoming 21 # connections. Some headsets that support both profiles will only connect the
|
/external/chromium/chrome/browser/autofill/ |
personal_data_manager_mac.mm | 21 // This implementation makes use of the Address Book API. Profiles are 23 // user's Address Book. The caller passes a vector of profiles into the 30 // Constructor takes a reference to the |profiles| that will be filled in 31 // by the subsequent call to |GetAddressBookMeCard()|. |profiles| may not 33 explicit AuxiliaryProfilesImpl(ScopedVector<AutofillProfile>* profiles) 34 : profiles_(*profiles) { 54 // A reference to the profiles this class populates. 104 // We only propagate the company name to work profiles.
|
autofill_profile.cc | 38 // labels that can help to distinguish between two profiles. Draws fields from 88 // distinguish between profiles that are identical except for the name. 318 std::vector<AutofillProfile*>* profiles) { 322 CreateInferredLabels(profiles, NULL, UNKNOWN_TYPE, kMinimalFieldsShown, 324 DCHECK_EQ(profiles->size(), created_labels.size()); 327 for (size_t i = 0; i < profiles->size(); ++i) { 328 if ((*profiles)[i]->Label() != created_labels[i]) { 330 (*profiles)[i]->label_ = created_labels[i]; 338 const std::vector<AutofillProfile*>* profiles, 343 DCHECK(profiles); [all...] |
autofill_common_test.cc | 12 #include "chrome/browser/profiles/profile.h" 83 // Disable auxiliary profiles for unit testing. These reach out to system
|
/external/chromium/chrome/browser/automation/ |
chrome_frame_automation_provider.cc | 6 #include "chrome/browser/profiles/profile.h" 7 #include "chrome/browser/profiles/profile_manager.h"
|
/external/chromium/chrome/browser/net/ |
chrome_network_delegate.h | 11 #include "chrome/browser/profiles/profile.h" 25 // profiles, otherwise, they will only be sent to the specified profile.
|
/system/bluetooth/data/ |
audio.conf | 22 # Automatically connect both A2DP and HFP/HSP profiles for incoming 23 # connections. Some headsets that support both profiles will only connect the
|
/external/chromium/chrome/browser/profiles/ |
profile_manager.h | 5 // This class keeps track of the currently-active profiles in the runtime. 20 #include "chrome/browser/profiles/profile.h" 42 // Invokes ShutdownSessionService() on all profiles. 81 // Returns created profiles. Note, profiles order is NOT guaranteed to be 118 // This struct contains information about profiles which are being loaded or
|
profile_dependency_manager.cc | 5 #include "chrome/browser/profiles/profile_dependency_manager.h" 11 #include "chrome/browser/profiles/profile_keyed_service.h" 12 #include "chrome/browser/profiles/profile_keyed_service_factory.h"
|
profile_keyed_service_factory.h | 36 // The factory function will only be called for profiles for which 38 // pointer, and therefore does not affect normal non-test profiles. 55 // with incognito profiles per subclass instructions with
|
/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/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/webkit/Source/WebCore/bindings/v8/custom/ |
V8ConsoleCustom.cpp | 55 const ProfilesArray& profiles = imp->profiles(); local 56 v8::Handle<v8::Array> result = v8::Array::New(profiles.size()); 58 ProfilesArray::const_iterator end = profiles.end(); 59 for (ProfilesArray::const_iterator iter = profiles.begin(); iter != end; ++iter)
|
/external/antlr/antlr-3.4/tool/ |
pom.xml | 24 <profiles> 42 </profiles>
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-focus-and-exclude.html | 15 <li>go to 'Profiles' page; 23 On the left pane under 'CPU profiles' section, an item called
|