HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 376 - 400 of 7858) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker.cc 5 #include "chrome/browser/profiles/profile.h"
10 SyncStartupTracker::SyncStartupTracker(Profile* profile, Observer* observer)
11 : profile_(profile),
50 Profile* profile) {
52 if (!profile->IsSyncAccessible())
56 ProfileSyncServiceFactory::GetForProfile(profile);
59 if (!profile->IsSyncAccessible() || !service ||
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.h 12 class Profile;
56 virtual void DoCreateShortcutsFlow(Profile* profile,
61 virtual void CreateNewWindow(Profile* profile, bool incognito);
64 virtual void ActivateApp(Profile* profile,
69 virtual void LaunchApp(Profile* profile,
  /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,
  /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);
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_factory.h 13 class Profile;
23 static RecommendationRestorer* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 19 class Profile;
29 // but will only route eventes within a profile to extension processes in the
30 // same profile.
39 explicit WindowsEventRouter(Profile* profile);
65 Profile* profile,
70 // The main profile that owns this event router.
71 Profile* profile_;
73 // The profile the currently focused window belongs to; either the main o
    [all...]
  /external/chromium_org/chrome/browser/extensions/
install_tracker_factory.h 12 class Profile;
20 static InstallTracker* GetForProfile(Profile* profile);
lazy_background_task_queue.h 17 class Profile;
33 explicit LazyBackgroundTaskQueue(Profile* profile);
40 bool ShouldEnqueueTask(Profile* profile, const Extension* extension);
48 Profile* profile,
53 // A map between an extension_id,Profile pair and the queue of tasks pending
56 typedef std::pair<Profile*, ExtensionID> PendingTasksKey;
70 Profile* profile
    [all...]
  /external/chromium_org/chrome/browser/predictors/
predictor_database.h 11 class Profile;
26 explicit PredictorDatabase(Profile* profile);
resource_prefetch_predictor_factory.h 12 class Profile;
21 static ResourcePrefetchPredictor* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/profiles/
bookmark_model_loaded_observer.cc 10 BookmarkModelLoadedObserver::BookmarkModelLoadedObserver(Profile* profile)
11 : profile_(profile) {
  /external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.cc 13 Profile* profile,
17 profile,
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
autofill_sync_perf_test.cc 44 // Adds |num_profiles| new autofill profiles to the sync profile |profile|.
45 void AddProfiles(int profile, int num_profiles);
47 // Updates all autofill profiles for the sync profile |profile|.
48 void UpdateProfiles(int profile);
50 // Removes all autofill profiles from |profile|.
51 void RemoveProfiles(int profile);
53 // Adds |num_keys| new autofill keys to the sync profile |profile|
126 AutofillProfile profile; local
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 11 class Profile;
18 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 16 class Profile;
29 AppLaunchParams(Profile* profile,
37 AppLaunchParams(Profile* profile,
43 AppLaunchParams(Profile* profile,
47 // The profile to load the application from.
48 Profile* profile; member in struct:chrome::AppLaunchParams
    [all...]
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 8 class Profile;
22 Profile* profile) = 0;

Completed in 1614 milliseconds

<<11121314151617181920>>