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

<<31323334353637383940>>

  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.cc 18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile)
19 :profile_(profile) {
  /external/chromium/chrome/browser/extensions/
all_urls_apitest.cc 8 #include "chrome/browser/profiles/profile.h"
32 ExtensionService* service = browser()->profile()->GetExtensionService();
93 ExtensionService* service = browser()->profile()->GetExtensionService();
extension_tab_helper.cc 8 #include "chrome/browser/profiles/profile.h"
60 tab_contents()->profile()->GetExtensionService();
83 ExtensionService* service = tab_contents()->profile()->GetExtensionService();
extension_tabs_apitest.cc 8 #include "chrome/browser/profiles/profile.h"
46 browser()->profile()->GetPrefs()->SetBoolean(
141 browser()->profile()->GetPrefs()->SetBoolean(prefs::kIncognitoEnabled, false);
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 16 #include "chrome/browser/profiles/profile.h"
39 // This class controls the geolocation infobar queue per profile, and it's an
51 Profile* profile);
104 Profile* const profile_;
328 Profile* profile)
330 profile_(profile) {
496 Profile* profile)
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_profile_lock.cc 11 // profile/dirserviceprovider/src/nsProfileLock.cpp
62 // http://www.google.com/codesearch/p?hl=en#e_ObwTAVPyo/profile/dirserviceprovider/src/nsProfileLock.cpp&l=433
79 // Because this destructor happens in first run on the profile import thread,
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 23 class Profile;
50 Profile* profile);
  /external/chromium/chrome/browser/password_manager/
password_store_x.h 16 class Profile;
55 Profile* profile,
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 14 #include "chrome/browser/profiles/profile.h"
53 PrerenderManager* prerender_manager, Profile* profile, const GURL& url,
55 return new PrerenderContents(prerender_manager, profile, url, alias_urls,
61 Profile* profile,
69 profile_(profile),
127 // Register for our parent profile to shutdown, so we can shut ourselves down
132 Source<Profile>(profile_));
390 Profile* profile) const
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 25 explicit Handle(Profile* profile);
80 Profile* const profile_;
  /external/chromium/chrome/browser/sessions/
session_types.cc 61 Profile *profile) const {
68 profile);
  /external/chromium/chrome/browser/
shell_integration.cc 44 FilePath profile = cmd_line.GetSwitchValuePath(switches::kLoginProfile); local
45 if (!profile.empty())
46 new_cmd_line.AppendSwitchPath(switches::kLoginProfile, profile);
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 8 #include "chrome/browser/profiles/profile.h"
34 new TabContents(tab->profile(), NULL, MSG_ROUTING_NONE, NULL, NULL));
132 sidebar_contents_->profile()->GetExtensionService();
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 13 #include "chrome/browser/profiles/profile.h"
284 autofill_changes_[i].autofill_.profile(),
338 const sync_pb::AutofillProfileSpecifics& profile,
352 profile);
354 NOTREACHED() << "Couldn't add autofill profile: " << guid;
372 LOG(ERROR) << "Autofill profile not found for " << *guid;
378 AutofillModelAssociator::FillProfileWithServerData(p.get(), profile);
381 LOG(ERROR) << "Couldn't update autofill profile: " << guid;
396 LOG(ERROR)<< "The profile is not associated";
401 LOG(ERROR) << "Could not remove the profile";
    [all...]
autofill_model_associator.cc 15 #include "chrome/browser/profiles/profile.h"
275 << autofill.profile().name_first()
276 << autofill.profile().name_last();
278 autofill.profile(),
304 const sync_pb::AutofillProfileSpecifics& profile,
309 if (!FillProfileWithServerData(&p, profile)) {
310 // Not a big deal. We encountered an error. Just say this profile does not
312 LOG(ERROR) << " Profile could not be associated";
345 const sync_pb::AutofillProfileSpecifics& profile,
353 profile, all_profiles_from_db)
    [all...]
  /external/chromium/chrome/browser/tabs/
default_tab_handler.cc 65 Profile* profile,
71 profile,
  /external/chromium/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.mm 11 #include "chrome/browser/profiles/profile.h"
72 Profile* defaultProfile = [appDelegate defaultProfile];
95 Profile* defaultProfile = [appDelegate defaultProfile];
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.h 23 class Profile;
38 // The current profile. Weak.
39 Profile* profile_;
  /external/chromium/chrome/browser/ui/cocoa/
view_id_util_browsertest.mm 11 #include "chrome/browser/profiles/profile.h"
52 browser()->profile()->GetPrefs()->SetBoolean(prefs::kDevToolsOpenDocked,
60 BookmarkModel* bookmark_model = browser()->profile()->GetBookmarkModel();
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 12 #include "chrome/browser/profiles/profile.h"
203 Profile* profile,
206 new CreateChromeApplicationShortcutView(profile, app))->Show();
231 CreateApplicationShortcutView::CreateApplicationShortcutView(Profile* profile)
232 : profile_(profile) {}
414 : CreateApplicationShortcutView(tab_contents->profile()),
479 Profile* profile,
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame.h 20 class Profile;
43 static BrowserFrame* Create(BrowserView* browser_view, Profile* profile);
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 115 Profile* profile() const { return model_->profile(); } function in class:BrowserTabStripController
  /external/chromium/chrome/browser/ui/webui/
devtools_ui.cc 9 #include "chrome/browser/profiles/profile.h"
93 Profile::GetDefaultRequestContext()->GetURLRequestContext());
101 contents->profile()->GetChromeURLDataManager()->AddDataSource(data_source);
  /external/chromium/chrome/common/
pref_names.cc 9 // *************** PROFILE PREFS ***************
10 // These are attached to the user profile
16 // Whether we have installed default apps yet in this profile.
27 // it means the profile didn't exit cleanly.
28 const char kSessionExitedCleanly[] = "profile.exited_cleanly";
45 // and user's profile. Global property determines locale of login screen,
46 // while user's profile determines his personal locale preference.
99 const char kPopupWhitelistedHosts[] = "profile.popup_whitelisted_sites";
138 const char kPasswordManagerEnabled[] = "profile.password_manager_enabled";
143 "profile.password_manager_allow_show_passwords"
    [all...]
  /external/oprofile/doc/
opreport.1.in 11 [profile specification]
16 sessions. See oprofile(1) for how to write profile specifications.
43 and the kernel. This option only makes sense if the profile session
52 Make all percentages relative to the whole profile.

Completed in 430 milliseconds

<<31323334353637383940>>