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

<<51525354555657585960>>

  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 19 bool UpdateProfileLabel(AutofillProfile *profile) {
21 profiles.push_back(profile);
32 // Empty profile - nothing to update.
189 // Profile 0 and 2 inferred label now includes an e-mail.
218 // Profile 0 and 2 inferred label now includes a fax number.
482 // A field must have a non-empty value for each profile to be considered a
593 // Result of assignment should be logically equal to the original profile.
601 // Assignment to self should not change the profile value.
639 AutofillProfile profile; local
640 EXPECT_EQ(std::string(), profile.CountryCode())
    [all...]
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 9 #include "chrome/browser/profiles/profile.h"
196 if (browser_to_check->profile()->IsOffTheRecord() && !guest_session_) {
251 if (browser->profile()->IsOffTheRecord() && !guest_session_) {
  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.cc 14 #include "chrome/browser/profiles/profile.h"
74 if (!ExtensionTabUtil::GetTabById(execute_tab_id_, profile(),
150 execute_tab_id_, profile(), include_incognito(), &browser, NULL,
extension_cookies_api.h 52 void CookieChanged(Profile* profile,
56 void DispatchEvent(Profile* context,
extension_devtools_browsertests.cc 15 #include "chrome/browser/profiles/profile.h"
55 browser()->profile()->GetExtensionProcessManager();
107 browser()->profile()->GetExtensionProcessManager();
user_script_listener_unittest.cc 22 class Profile;
186 Source<Profile>(profile_.get()),
209 Source<Profile>(profile_.get()),
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 9 #include "chrome/browser/profiles/profile.h"
94 service.Initialize(browser()->profile()->GetRequestContext());
147 service.Initialize(browser()->profile()->GetRequestContext());
  /external/chromium/chrome/browser/prefs/
pref_service_uitest.cc 89 // The window should open with the new reference profile, with window
147 // The window should open with the old reference profile, with window
169 // Values from old reference profile in Local State should have been
  /external/chromium/chrome/browser/service/
service_process_control_browsertest.cc 39 browser()->profile());
165 browser()->profile());
190 browser()->profile());
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller_unittest.cc 43 Profile* profile,
47 profile,
password_change_processor.cc 13 #include "chrome/browser/profiles/profile.h"
208 void PasswordChangeProcessor::StartImpl(Profile* profile) {
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.h 22 class Profile;
121 static bool ShouldUpdateThumbnail(Profile* profile,
  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 14 class Profile;
67 Profile* profile,
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 97 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
110 BookmarkModel& model(*(helper_.profile()->GetBookmarkModel()));
159 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm 20 #include "chrome/browser/profiles/profile.h"
163 profile:(Profile*)profile
167 DCHECK(model && commands && profile && [nibName length]);
172 profile_ = profile;
191 profile:(Profile*)profile
196 profile:profil
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_unittest.mm 81 new TabContents(browser_helper_.profile(),
228 TranslatePrefs translate_prefs(browser_helper_.profile()->GetPrefs());
243 TranslatePrefs translate_prefs(browser_helper_.profile()->GetPrefs());
  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc 9 #include "chrome/browser/profiles/profile.h"
38 FindBarState::GetLastPrepopulateText(tab_contents()->profile());
72 FindBarState* find_bar_state = tab_contents()->profile()->GetFindBarState();
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc 76 InfoBarContainerGtk::InfoBarContainerGtk(Profile* profile)
77 : profile_(profile),
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 25 class Profile;
39 explicit StatusBubbleGtk(Profile* profile);
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 30 class Profile;
46 Profile* profile,
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 9 #include "chrome/browser/profiles/profile.h"
138 return drop_data.IsFromProfile(owner_->profile());
196 drag_data.Write(owner_->profile(), data);
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 12 #include "chrome/browser/profiles/profile.h"
67 // Menu should display below the profile button tag image on the frame. This
70 // Y position for profile button inside the frame.
72 // Y position for profile tag inside the frame.
74 // Offset y position of profile button and tag by this amount when maximized.
90 // If multi-profile is enabled set up profile button and login notifications.
221 // See if the point is within the profile menu button.
510 string16 profile_name = ASCIIToUTF16(browser_view_->browser()->profile()->
519 // - the space between the minimize button and the profile butto
    [all...]
glass_browser_frame_view.h 119 // Menu button that displays user's name and multi-profile menu.
125 // Multi-profile menu for profile_button_.
134 // The Google services user name associated with this BrowserView's profile.
  /external/chromium/chrome/browser/ui/webui/
conflicts_ui.cc 16 #include "chrome/browser/profiles/profile.h"
201 UserMetricsAction("ViewAboutConflicts"), contents->profile());
208 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
  /external/dbus/cmake/tools/
dbus-monitor.xml 23 <group choice='opt'><arg choice='plain'>--profile </arg><arg choice='plain'>--monitor </arg></group>
48 information. The --profile and --monitor options select the profiling
84 <term><option>--profile</option></term>

Completed in 495 milliseconds

<<51525354555657585960>>