OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile
(Results
251 - 275
of
4127
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h
9
#include "chrome/browser/profiles/
profile
.h"
21
Profile
*
profile
,
Profile
::ServiceAccessType sat);
39
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_factory.h
12
class
Profile
;
19
// Profiles. Listens for the
Profile
's destruction notification and cleans up
24
static AutocompleteActionPredictor* GetForProfile(
Profile
*
profile
);
38
content::BrowserContext*
profile
) const OVERRIDE;
predictor_database_factory.h
12
class
Profile
;
22
static PredictorDatabase* GetForProfile(
Profile
*
profile
);
34
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/prefs/
browser_prefs.h
10
class
Profile
;
22
//
Profile
.
27
//
Profile
.
31
// Migrates prefs from |local_state| to |
profile
|'s pref store.
32
void MigrateBrowserPrefs(
Profile
*
profile
, PrefService* local_state);
34
// Migrates prefs in |
profile
|'s pref store.
35
void MigrateUserPrefs(
Profile
*
profile
);
/external/chromium_org/chrome/browser/prerender/
prerender_link_manager_factory.h
12
class
Profile
;
20
static PrerenderLinkManager* GetForProfile(
Profile
*
profile
);
30
content::BrowserContext*
profile
) const OVERRIDE;
prerender_manager_factory.h
12
class
Profile
;
19
// Listens for the
Profile
's destruction notification and cleans up the
23
// Returns the PrerenderManager for |
profile
|.
24
static PrerenderManager* GetForProfile(
Profile
*
profile
);
36
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_factory.h
13
class
Profile
;
16
// Profiles. Listens for the
Profile
's destruction notification and cleans up
20
// Returns the CloudPrintProxyService for |
profile
|, creating if not yet
22
static CloudPrintProxyService* GetForProfile(
Profile
*
profile
);
34
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
bookmark_model_loaded_observer.cc
10
BookmarkModelLoadedObserver::BookmarkModelLoadedObserver(
Profile
*
profile
)
11
: profile_(
profile
) {
startup_task_runner_service.cc
9
#include "chrome/browser/profiles/
profile
.h"
11
StartupTaskRunnerService::StartupTaskRunnerService(
Profile
*
profile
)
12
: profile_(
profile
) {
startup_task_runner_service_factory.h
14
class
Profile
;
21
//
profile
(creating one if none exists).
22
static StartupTaskRunnerService* GetForProfile(
Profile
*
profile
);
35
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/search/
instant_service_factory.h
14
class
Profile
;
20
// Returns the InstantService for |
profile
|.
21
static InstantService* GetForProfile(
Profile
*
profile
);
35
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.h
12
class
Profile
;
18
// Returns the instance of AboutSigninInternals associated with this
profile
,
20
static AboutSigninInternals* GetForProfile(
Profile
*
profile
);
37
content::BrowserContext*
profile
) const OVERRIDE;
chrome_signin_manager_delegate.h
13
class
Profile
;
17
explicit ChromeSigninManagerDelegate(
Profile
*
profile
);
21
static bool ProfileAllowsSigninCookies(
Profile
*
profile
);
29
// outlived by
Profile
.
30
Profile
* profile_;
profile_oauth2_token_service_factory.h
16
class
Profile
;
19
// Profiles. Listens for the
Profile
's destruction notification and cleans up
25
//
profile
(creating one if none exists). Returns NULL if this
profile
26
// cannot have a ProfileOAuth2TokenService (for example, if |
profile
| is
30
static AndroidProfileOAuth2TokenService* GetForProfile(
Profile
*
profile
);
32
static ProfileOAuth2TokenService* GetForProfile(
Profile
*
profile
);
token_service_factory.h
12
class
Profile
;
15
// Listens for the
Profile
's destruction notification and cleans up the
19
// Returns the instance of TokenService associated with this
profile
20
// (creating one if none exists). Returns NULL if this
profile
cannot have a
21
// TokenService (for example, if |
profile
| is incognito).
22
static TokenService* GetForProfile(
Profile
*
profile
);
35
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.cc
13
Profile
*
profile
,
17
profile
,
/external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.h
12
class
Profile
;
17
static ProfileSyncService* GetForProfile(
Profile
*
profile
);
18
static bool HasProfileSyncService(
Profile
*
profile
);
sync_startup_tracker.h
12
class
Profile
;
29
SyncStartupTracker(
Profile
*
profile
, Observer* observer);
44
static SyncServiceState GetSyncServiceState(
Profile
*
profile
);
55
//
Profile
whose ProfileSyncService we should track.
56
Profile
* profile_;
/external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_factory.h
12
class
Profile
;
21
// Returns an instance of ThumbnailService associated with this
profile
22
// (creating one if none exists). Returns NULL if this
profile
cannot have a
23
// ThumbnailService (for example, if |
profile
| is incognito).
25
// can be provided either by TopSites (stored in the
profile
itself) or
29
Profile
*
profile
);
41
BuildServiceInstanceFor(content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.h
14
class
Profile
;
19
void DragBookmarks(
Profile
*
profile
,
25
int DropBookmarks(
Profile
*
profile
,
/external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.h
14
class
Profile
;
17
// Profiles. Listens for the
Profile
's destruction notification and cleans up
21
static GlobalErrorService* GetForProfile(
Profile
*
profile
);
33
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec_unittest.cc
25
PinnedTabCodec::WritePinnedTabs(
profile
());
28
PinnedTabCodec::ReadPinnedTabs(
profile
()));
44
PinnedTabCodec::WritePinnedTabs(
profile
());
46
StartupTabs pinned_tabs = PinnedTabCodec::ReadPinnedTabs(
profile
());
53
PinnedTabCodec::WritePinnedTabs(
profile
());
55
PinnedTabCodec::ReadPinnedTabs(
profile
()));
59
PinnedTabCodec::WritePinnedTabs(
profile
(), pinned_tabs);
61
PinnedTabCodec::ReadPinnedTabs(
profile
()));
pinned_tab_service_factory.h
13
class
Profile
;
16
// Listens for the
Profile
's destruction notification and cleans up the
20
// Returns the PinnedTabService that tracks pinning changes for |
profile
|.
21
static PinnedTabService* GetForProfile(
Profile
*
profile
);
33
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
accelerator_utils_views.cc
6
#include "chrome/browser/profiles/
profile
.h"
15
bool IsChromeAccelerator(const ui::Accelerator& accelerator,
Profile
*
profile
) {
17
profile
, chrome::HOST_DESKTOP_TYPE_NATIVE);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view_unittest.cc
31
profile
()->CreateBookmarkModel(true);
32
ui_test_utils::WaitForBookmarkModelToLoad(
profile
());
35
BookmarkModelFactory::GetForProfile(
profile
()),
41
// Make sure the bubble is destroyed before the
profile
to avoid a crash.
54
profile
(),
63
profile
(),
65
signin_manager->Initialize(
profile
(), NULL);
77
content::BrowserContext*
profile
) {
81
return new FakeSigninManager(static_cast<
Profile
*>(
profile
));
[
all
...]
Completed in 735 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>