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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/
accelerator_utils.h 8 class Profile;
19 Profile* profile);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_drag_drop_gtk.cc 11 void DragBookmarks(Profile* profile,
16 BookmarkDrag::BeginDrag(profile, nodes);
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 11 #include "chrome/browser/profiles/profile.h"
23 // A wrapper of WebDataService so that we can use it as a profile keyed service.
26 explicit WebDataServiceWrapper(Profile* profile);
56 // Returns the |WebDataServiceWrapper| associated with the |profile|.
60 Profile* profile, Profile::ServiceAccessType access_type);
63 Profile* profile, Profile::ServiceAccessType access_type)
    [all...]
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory.cc 7 #include "chrome/browser/profiles/profile.h"
37 Profile* profile = Profile::FromBrowserContext(browser_context); local
38 WebUIProvider* provider = GetWebUIProvider(profile, url);
40 ChromeWebUIControllerFactory::GetWebUIType(profile, url);
45 Profile* profile = Profile::FromWebUI(web_ui); local
46 WebUIProvider* provider = GetWebUIProvider(profile, url)
    [all...]
  /external/chromium/chrome/browser/
chrome_content_browser_client.h 17 Profile* profile,
21 virtual GURL GetEffectiveURL(Profile* profile, const GURL& url);
  /external/chromium/chrome/browser/instant/
promo_counter_unittest.cc 13 TestingProfile profile; local
14 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test");
17 PromoCounter counter(&profile, "test", "test", 2, 2);
25 TestingProfile profile; local
26 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test");
30 PromoCounter counter(&profile, "test", "test", 2, 2);
35 PromoCounter counter(&profile, "test", "test", 2, 2);
40 PromoCounter counter(&profile, "test", "test", 2, 2);
47 TestingProfile profile; local
48 PromoCounter::RegisterUserPrefs(profile.GetPrefs(), "test")
66 TestingProfile profile; local
    [all...]
  /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/
app_launch_for_metro_restart_win.cc 18 #include "chrome/browser/profiles/profile.h"
29 void LaunchAppWithId(Profile* profile,
32 ExtensionSystem::Get(profile)->extension_service();
41 extensions::AppEventRouter::DispatchOnLaunchedEvent(profile, extension);
46 void HandleAppLaunchForMetroRestart(Profile* profile) {
51 // This will be called for each profile that had a browser window open before
53 // profile that is starting up matches the profile that initially wanted t
    [all...]
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/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/extensions/
media_player_event_router.cc 10 #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) {
  /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/drive/
drive_notification_manager_factory.h 11 class Profile;
22 static DriveNotificationManager* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /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/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;

Completed in 1023 milliseconds

1 2 3 4 5 6 78 91011>>