/external/chromium/chrome/browser/autofill/ |
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_org/chrome/browser/ui/startup/ |
startup_browser_creator.h | 15 #include "chrome/browser/profiles/profile.h" 29 typedef std::vector<Profile*> Profiles; 43 const Profiles& last_opened_profiles, 107 // For faking that no profiles have been launched yet. 132 const Profiles& last_opened_profiles,
|
startup_browser_creator_interactive_uitest.cc | 12 #include "chrome/browser/profiles/profile_manager.h" 32 // Create 4 profiles, they will be scheduled for destruction when the last 86 // All other profiles browser should not be active.
|
/external/chromium_org/chrome/browser/ui/views/ |
profile_chooser_view.h | 11 #include "chrome/browser/profiles/avatar_menu.h" 12 #include "chrome/browser/profiles/avatar_menu_observer.h" 38 // It displays a list of profiles and allows users to switch between profiles. 145 // Other profiles used in the "fast profile switcher" view.
|
/external/chromium_org/content/common/gpu/media/ |
gpu_video_encode_accelerator.cc | 89 std::vector<media::VideoEncodeAccelerator::SupportedProfile> profiles; local 92 profiles = ExynosVideoEncodeAccelerator::GetSupportedProfiles(); 94 profiles = AndroidVideoEncodeAccelerator::GetSupportedProfiles(); 97 // TODO(sheu): return platform-specific profiles. 98 return profiles;
|
/external/chromium/chrome/browser/importer/ |
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/profiles/ |
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/chromium_org/chrome/browser/chromeos/policy/ |
policy_cert_service_factory.cc | 17 #include "chrome/browser/profiles/incognito_helpers.h" 18 #include "chrome/browser/profiles/profile.h" 102 // Backwards compatibility: profiles that used policy-pushed certificates used
|
/external/chromium_org/chrome/browser/extensions/ |
extension_view_host_factory_browsertest.cc | 9 #include "chrome/browser/profiles/profile.h" 18 // Tests that ExtensionHosts are created with the correct type and profiles. 61 // Tests that extensions loaded in incognito mode have the correct profiles
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_service_browsertest.cc | 14 #include "chrome/browser/profiles/profile.h" 15 #include "chrome/browser/profiles/profile_info_cache.h" 16 #include "chrome/browser/profiles/profile_manager.h"
|
/external/chromium_org/chrome/browser/notifications/ |
message_center_settings_controller_unittest.cc | 11 #include "chrome/browser/profiles/profile_info_cache.h" 12 #include "chrome/browser/profiles/profile_manager.h" 162 // in ChromeOS -- no profiles in the profile_info_cache but GetDefaultProfile
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
apps_helper.h | 21 // Returns true iff all existing profiles have the same apps (hosted, 34 // Installs the app for the given index to all profiles (including the 81 // profile in situations where the other profiles have conflicting values.
|
passwords_helper.h | 10 #include "chrome/browser/profiles/profile.h" 66 // Returns true iff all profiles contain the same password forms as the 70 // Returns true iff all profiles contain the same password forms.
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_browsertest.cc | 15 #include "chrome/browser/profiles/profile.h" 16 #include "chrome/browser/profiles/profile_manager.h" 101 // Sanity check that bookmarks from different profiles are separate.
|
/external/chromium_org/chrome/browser/ui/ |
browser_command_controller_unittest.cc | 11 #include "chrome/browser/profiles/profile_manager.h" 12 #include "chrome/browser/profiles/profiles_state.h" 146 if (!profiles::IsMultipleProfilesEnabled()) 149 EXPECT_FALSE(profiles::IsNewProfileManagementEnabled()); 176 if (!profiles::IsMultipleProfilesEnabled()) 182 EXPECT_TRUE(profiles::IsNewProfileManagementEnabled()); 200 if (!profiles::IsMultipleProfilesEnabled()) 206 EXPECT_TRUE(profiles::IsNewProfileManagementEnabled()); 215 guest_builder.SetIncognito(); // Guest profiles are off the record. 234 if (!profiles::IsMultipleProfilesEnabled() [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_window_property_manager_win.cc | 12 #include "chrome/browser/profiles/profile.h" 13 #include "chrome/browser/profiles/profile_manager.h" 14 #include "chrome/browser/profiles/profile_shortcut_manager_win.h"
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
manage_profile_handler.cc | 18 #include "chrome/browser/profiles/gaia_info_update_service.h" 19 #include "chrome/browser/profiles/profile.h" 20 #include "chrome/browser/profiles/profile_info_cache.h" 21 #include "chrome/browser/profiles/profile_info_util.h" 22 #include "chrome/browser/profiles/profile_manager.h" 23 #include "chrome/browser/profiles/profile_metrics.h" 24 #include "chrome/browser/profiles/profile_shortcut_manager.h" 25 #include "chrome/browser/profiles/profile_window.h" 26 #include "chrome/browser/profiles/profiles_state.h" 236 gfx::Image icon2 = profiles::GetAvatarIconForWebUI(*icon, true) [all...] |
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.h | 57 // Gets the full path of the profiles.ini file. This file records the profiles 70 // Path=Profiles/abcdefeg.default
|
/external/chromium_org/content/renderer/media/ |
rtc_video_encoder_factory.cc | 65 std::vector<media::VideoEncodeAccelerator::SupportedProfile> profiles = local 67 for (size_t i = 0; i < profiles.size(); ++i) { 68 VideoCodec codec = VEAToWebRTCCodec(profiles[i]);
|
/external/chromium_org/chrome/browser/profiles/ |
profile_browsertest.cc | 5 #include "chrome/browser/profiles/profile.h" 13 #include "chrome/browser/profiles/chrome_version_service.h" 14 #include "chrome/browser/profiles/profile_impl.h" 15 #include "chrome/browser/profiles/startup_task_runner_service.h" 16 #include "chrome/browser/profiles/startup_task_runner_service_factory.h" 152 // Test that a README file is created for profiles that didn't have it.
|
/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.
|
/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
|