HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 201 - 225 of 8345) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/metrics/
user_metrics.cc 7 #include "chrome/browser/profiles/profile.h"
12 Profile* profile) {
13 Record(action.str_, profile);
17 Profile* profile) {
18 Record(action.c_str(), profile);
21 void UserMetrics::Record(const char *action, Profile *profile) {
  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 6 #include "chrome/browser/profiles/profile.h"
14 void ChangeProcessor::Start(Profile* profile,
18 StartImpl(profile);
  /external/chromium/chrome/browser/ui/gtk/
instant_confirm_dialog_gtk.h 12 class Profile;
21 InstantConfirmDialogGtk(GtkWindow* parent, Profile* profile);
29 Profile* profile_;
  /external/chromium/chrome/browser/ui/options/
show_options_url.cc 7 #include "chrome/browser/profiles/profile.h"
13 void ShowOptionsURL(Profile* profile, const GURL& url) {
16 Browser* browser = Browser::Create(profile);
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 12 #include "chrome/browser/profiles/profile.h"
31 // Returns true if this data is from the specified profile.
32 bool IsFromProfile(Profile* profile) const;
35 void Write(Profile* profile, ui::OSExchangeData* data) const;
45 void WriteToPickle(Profile* profile, Pickle* pickle) const;
48 // ID of the profile we originated from.
  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.h 17 class Profile;
23 virtual WebUI::TypeID GetWebUIType(Profile* profile, const GURL& url) const;
24 virtual bool UseWebUIForURL(Profile* profile, const GURL& url) const;
26 virtual bool IsURLAcceptableForWebUI(Profile* profile, const GURL& url) const;
32 void GetFaviconForURL(Profile* profile,
  /external/chromium_org/apps/
saved_files_service_factory.h 11 class Profile;
20 static SavedFilesService* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_observer.h 8 class Profile;
20 // Called when |profile|'s contacts have been updated.
21 virtual void OnContactsUpdated(Profile* profile) = 0;
fake_contact_store.cc 11 #include "chrome/browser/profiles/profile.h"
78 Profile* profile) {
79 CHECK(profile);
80 ProfileStoreMap::const_iterator it = stores_.find(profile);
97 Profile* profile) {
98 CHECK(profile);
102 ContactStore* FakeContactStoreFactory::CreateContactStore(Profile* profile) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_event_router.cc 9 #include "chrome/browser/profiles/profile.h"
14 static void BroadcastEvent(Profile* profile, const std::string& event_name) {
15 if (profile && extensions::ExtensionSystem::Get(profile)->event_router()) {
19 extensions::ExtensionSystem::Get(profile)->event_router()->
24 MediaPlayerEventRouter::MediaPlayerEventRouter(Profile* profile)
25 : profile_(profile) {
media_player_event_router.h 10 class Profile;
17 explicit MediaPlayerEventRouter(Profile* profile);
30 Profile* profile_;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.h 8 class Profile;
13 // Waits until Drive mount point for |profile| is added. Drive mount point is
16 void WaitUntilDriveMountPointIsAdded(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.h 21 class Profile;
33 MOCK_METHOD2(DoBrowserLaunch, void(Profile*, LoginDisplayHost*));
42 MOCK_METHOD1(RestoreAuthenticationSession, void(Profile*));
43 MOCK_METHOD1(StartTokenServices, void(Profile*));
45 void(Profile*, Profile*));
46 MOCK_METHOD2(TransferDefaultAuthCache, void(Profile*, Profile*));
48 MOCK_METHOD1(InitRlzDelayed, void(Profile*));
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.cc 7 #include "chrome/browser/profiles/profile.h"
12 bool IsProfileAssociatedWithGaiaAccount(Profile* profile) {
17 if (profile->IsOffTheRecord())
profile_util.h 8 class Profile;
12 // Checks if the current log-in state and the profile is GAIA-authenticated and
15 bool IsProfileAssociatedWithGaiaAccount(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api_factory.h 11 class Profile;
19 static scoped_refptr<DialAPI> GetForProfile(Profile* profile);
31 BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_service_client_factory.h 11 class Profile;
20 static NetworkingPrivateServiceClient* GetForProfile(Profile* profile);
32 BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
extension_sync_event_observer_factory.h 11 class Profile;
20 static ExtensionSyncEventObserver* GetForProfile(Profile* profile);
32 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager_factory.h 11 class Profile;
19 static SystemIndicatorManager* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
extension_sync_service_factory.h 13 class Profile;
17 static ExtensionSyncService* GetForProfile(Profile* profile);
28 content::BrowserContext* profile) const OVERRIDE;
menu_manager_factory.cc 11 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
40 Profile* profile = Profile::FromBrowserContext(context); local
42 profile,
43 ExtensionSystem::Get(profile)->state_store());
  /external/chromium_org/chrome/browser/extensions/signin/
gaia_auth_extension_loader.cc 11 #include "chrome/browser/profiles/profile.h"
27 extensions::ComponentLoader* GetComponentLoader(Profile* profile) {
29 extensions::ExtensionSystem::Get(profile);
34 void LoadGaiaAuthExtension(Profile* profile) {
37 extensions::ComponentLoader* component_loader = GetComponentLoader(profile);
62 void UnloadGaiaAuthExtension(Profile* profile) {
66 GetComponentLoader(profile)->Remove(kGaiaAuthId)
    [all...]
scoped_gaia_auth_extension.h 10 class Profile;
17 explicit ScopedGaiaAuthExtension(Profile* profile);
21 Profile* profile_;
  /external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service_factory.h 12 class Profile;
20 static extensions::TokenCacheService* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service_factory.h 12 class Profile;
17 static CustodianProfileDownloaderService* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;

Completed in 898 milliseconds

1 2 3 4 5 6 7 891011>>