HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 76 - 100 of 3371) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/webdata/
autofill_change.cc 18 Type type, std::string key, const AutofillProfile* profile)
20 profile_(profile) {
21 DCHECK(type == ADD ? (profile && profile->guid() == key) : true);
22 DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true);
23 DCHECK(type == REMOVE ? !profile : true);
33 (type() != REMOVE) ? *profile() == *change.profile() : true;
  /external/chromium/chrome/browser/
chrome_content_browser_client.cc 12 #include "chrome/browser/profiles/profile.h"
31 Profile* profile,
34 ExtensionService* service = profile->GetExtensionService();
49 host->profile(),
50 host->profile()->GetRequestContextForPossibleApp(
54 new SearchProviderInstallStateMessageFilter(host->id(), host->profile()));
62 GURL ChromeContentBrowserClient::GetEffectiveURL(Profile* profile,
68 if (!profile || !profile->GetExtensionService()
    [all...]
default_encoding_combo_model.h 15 class Profile;
29 int GetSelectedEncodingIndex(Profile* profile);
mock_browsing_data_appcache_helper.cc 10 Profile* profile)
11 : BrowsingDataAppCacheHelper(profile) {
page_info_window.h 12 class Profile;
18 Profile* profile,
  /external/chromium/chrome/browser/extensions/
extension_idle_api.h 12 class Profile;
17 static void OnIdleStateChange(Profile* profile,
extension_install_dialog.h 15 class Profile;
19 void ShowExtensionInstallDialog(Profile* profile,
extension_event_router_forwarder.cc 28 if (profile_id == Profile::kInvalidProfileId)
46 if (profile_id == Profile::kInvalidProfileId)
72 Profile* profile = NULL; local
73 if (profile_id != Profile::kInvalidProfileId) {
74 profile = profile_manager->GetProfileWithId(profile_id);
75 if (!profile)
78 if (profile) {
80 profile, extension_id, event_name, event_args,
81 use_profile_to_restrict_events ? profile : NULL, event_url)
    [all...]
extension_module.cc 11 #include "chrome/browser/profiles/profile.h"
14 return profile()->GetExtensionService()->extension_prefs();
26 ExtensionService* ext_service = profile()->GetExtensionService();
35 ExtensionService* ext_service = profile()->GetExtensionService();
external_policy_extension_loader.h 17 class Profile;
26 explicit ExternalPolicyExtensionLoader(Profile* profile);
44 Profile* profile_;
  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 12 class Profile;
19 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
first_run_bubble_controller.mm 18 profile:(Profile*)profile;
26 profile:(Profile*)profile {
30 profile:profile];
35 profile:(Profile*)profile
    [all...]
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.cc 5 #include "chrome/browser/profiles/profile.h"
9 string16 FindBarState::GetLastPrepopulateText(Profile* p) {
14 // Fall back to the original profile.
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.h 11 class Profile;
16 std::wstring GetKeywordName(Profile* profile, const std::wstring& keyword);
  /external/chromium/chrome/browser/ui/options/
options_util.h 11 class Profile;
18 static void ResetToDefaults(Profile* profile);
options_page_base.cc 16 OptionsPageBase::OptionsPageBase(Profile* profile)
17 : profile_(profile) {
25 UserMetrics::RecordAction(action, profile());
  /packages/apps/Phone/src/com/android/phone/
Profiler.java 33 // TODO: Instead of doing all these "if (PROFILE)" checks here, every
35 // Profiler.PROFILE first, so the method calls will get optimized out
37 private static final boolean PROFILE = false;
60 //((ViewRoot)p).profile();
66 if (PROFILE) {
72 if (PROFILE) {
78 if (PROFILE) {
85 if (PROFILE) {
95 if (PROFILE) {
101 if (PROFILE) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 130 // Add a preference for each profile
178 for (LocalBluetoothProfile profile : mCachedDevice.getConnectableProfiles()) {
179 Preference pref = createProfilePreference(profile);
197 * Creates a checkbox preference for the particular profile. The key will be
198 * the profile's name.
200 * @param profile The profile for which the preference controls.
201 * @return A preference that allows the user to choose whether this profile
204 private CheckBoxPreference createProfilePreference(LocalBluetoothProfile profile) {
206 pref.setKey(profile.toString())
261 askDisconnect(getActivity(), profile); local
    [all...]
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 13 #include "chrome/browser/profiles/profile.h"
125 // Get the profile associated with this view. If it's not found, use
126 // the most recent profile where accessibility events were sent, or
127 // the default profile.
128 Profile* profile = NULL; local
131 profile = reinterpret_cast<Profile*>(
133 Profile::kProfileKey));
135 if (!profile)
    [all...]
instant_confirm_view.h 14 class Profile;
21 explicit InstantConfirmView(Profile* profile);
36 Profile* profile_;
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.h 17 class Profile;
26 explicit EnterpriseExtensionObserver(Profile* profile);
37 Profile* profile_;
sms_observer.h 15 class Profile;
25 explicit SmsObserver(Profile* profile);
43 Profile* profile_;
  /external/chromium/chrome/browser/profiles/
profile.h 5 // This class gathers state related to a single user profile.
128 Profile {
130 // Profile services are accessed with the following parameter. This parameter
133 // result in persistent implicit records while using an OffTheRecord profile.
134 // This flag allows the profile to perform an additional check.
149 // in the profile, as part of Chrome's implicit data logging. Use this flag
157 // Called when creation of the profile is finished.
158 virtual void OnProfileCreated(Profile* profile, bool success) = 0;
164 // Key used to bind profile to the widget with which it is associated
    [all...]
profile_manager_unittest.cc 12 #include "chrome/browser/profiles/profile.h"
28 Profile* g_created_profile;
61 MOCK_METHOD1(OnProfileCreated, void(Profile* profile));
73 // Also will test profile deletion.
81 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
83 Profile* profile; local
85 // Successfully create a profile.
86 profile = profile_manager_->GetProfile(dest_path)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.h 14 class Profile;
20 explicit OverflowButton(Profile* profile);
33 Profile* profile_;

Completed in 517 milliseconds

1 2 34 5 6 7 8 91011>>