/external/chromium_org/chrome/browser/extensions/ |
extension_commands_global_registry.h | 17 class Profile; 42 // profile. 43 static ExtensionCommandsGlobalRegistry* Get(Profile* profile); 45 explicit ExtensionCommandsGlobalRegistry(Profile* profile); 68 // Weak pointer to our profile. Not owned by us. 69 Profile* profile_;
|
/external/chromium_org/chrome/browser/profiles/ |
incognito_helpers.cc | 7 #include "chrome/browser/profiles/profile.h" 13 return static_cast<Profile*>(context)->GetOriginalProfile();
|
/external/chromium_org/chrome/browser/sessions/ |
session_restore_android.cc | 10 #include "chrome/browser/profiles/profile.h" 28 Profile* profile = Profile::FromBrowserContext(context); local 29 TabModel* tab_model = TabModelList::GetTabModelWithProfile(profile); 33 session_tab.navigations, profile); 57 Profile* profile,
|
/external/chromium_org/chrome/browser/sync/glue/ |
theme_data_type_controller.h | 16 Profile* profile,
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_base.cc | 7 #include "chrome/browser/profiles/profile.h" 15 static_cast<Profile*>(context));
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.cc | 24 #include "chrome/browser/profiles/profile.h" 213 // Sets the favicon for |profile| and |node|. |profile| may be 215 void SetFaviconImpl(Profile* profile, 220 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile); 224 FaviconServiceFactory::GetForProfile(profile, 225 Profile::EXPLICIT_ACCESS); 233 node, profile, icon_url, image.As1xPNGBytes()); 251 std::vector<Profile*> profiles_which_need_to_wait 258 Profile* profile = profiles_which_need_to_wait[i]; local 433 << profile; local 475 << profile; local [all...] |
autofill_helper.cc | 9 #include "chrome/browser/profiles/profile.h" 77 void RemoveKeyDontBlockForSync(int profile, const AutofillKey& key) { 85 autofill_helper::GetWebDataService(profile); 133 AutofillProfile profile; local 136 autofill::test::SetProfileInfoWithGuid(&profile, 144 autofill::test::SetProfileInfoWithGuid(&profile, 152 autofill::test::SetProfileInfoWithGuid(&profile, 159 autofill::test::SetProfileInfoWithGuid(&profile, 164 return profile; 169 test()->GetProfile(index), Profile::EXPLICIT_ACCESS) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_uninstall_dialog_cocoa.mm | 30 Profile* profile, 40 Profile* profile, 43 : ExtensionUninstallDialog(profile, browser, delegate) {} 76 Profile* profile, 79 return new ExtensionUninstallDialogCocoa(profile, browser, delegate);
|
/external/chromium_org/chromeos/network/ |
network_profile_observer.h | 18 virtual void OnProfileAdded(const NetworkProfile& profile) = 0; 19 virtual void OnProfileRemoved(const NetworkProfile& profile) = 0;
|
/external/chromium_org/ui/gfx/ |
color_profile.cc | 10 void ReadColorProfile(std::vector<char>* profile); 12 void ReadColorProfile(std::vector<char>* profile) { }
|
/external/chromium/chrome/browser/automation/ |
automation_extension_tracker.cc | 7 #include "chrome/browser/profiles/profile.h" 34 Profile* profile = Source<Profile>(source).ptr(); local 35 if (profile) { 36 ExtensionService* service = profile->GetExtensionService();
|
/external/chromium/chrome/browser/chromeos/frame/ |
browser_frame_chromeos.cc | 14 Profile* profile) { 16 new chromeos::BrowserFrameChromeos(browser_view, profile); 24 BrowserView* browser_view, Profile* profile) 25 : BrowserFrameGtk(browser_view, profile) {
|
dom_browser.cc | 14 DOMBrowser::DOMBrowser(Profile* profile) 15 : Browser(Browser::TYPE_NORMAL, profile) { 22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) { 23 DOMBrowser* browser = new DOMBrowser(profile);
|
/external/chromium/chrome/browser/extensions/ |
extension_bookmark_manager_apitest.cc | 11 #include "chrome/browser/profiles/profile.h" 28 Profile* profile = browser()->profile(); local 32 BookmarkModel* model = profile->GetBookmarkModel(); 41 profile->GetPrefs()->SetBoolean(prefs::kEditBookmarksEnabled, false);
|
extension_message_handler.cc | 8 #include "chrome/browser/profiles/profile.h" 36 Profile* profile = render_view_host()->process()->profile(); local 37 if (profile->GetExtensionMessageService()) { 38 profile->GetExtensionMessageService()->PostMessageFromRenderer(
|
/external/chromium/chrome/browser/ui/gtk/ |
overflow_button.cc | 9 #include "chrome/browser/profiles/profile.h" 16 OverflowButton::OverflowButton(Profile* profile) : profile_(profile) { 17 widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton()); 22 GtkThemeService::GetFrom(profile)->InitThemesFor(this);
|
/external/chromium/chrome/browser/ui/webui/ |
theme_source.h | 13 class Profile; 18 explicit ThemeSource(Profile* profile); 39 // The original profile (never an OTR profile). 40 Profile* profile_;
|
/external/chromium_org/chrome/browser/autofill/ |
personal_data_manager_factory.h | 13 class Profile; 29 // Listens for the Profile's destruction notification and cleans up the 33 // Returns the PersonalDataManager for |profile|, creating it if it is not 35 static PersonalDataManager* GetForProfile(Profile* profile); 47 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_service_factory.h | 13 class Profile; 20 // Profiles. Listens for the Profile's destruction notification and cleans up 25 // Returns the CaptivePortalService for |profile|. 26 static CaptivePortalService* GetForProfile(Profile* profile); 40 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
app_launch_utils.cc | 19 AppLaunchManager(Profile* profile, const std::string& app_id) 20 : startup_app_launcher_(new StartupAppLauncher(profile, app_id, this)) { 57 void LaunchAppOrDie(Profile* profile, const std::string& app_id) { 59 (new AppLaunchManager(profile, app_id))->Start();
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_integration_service_browsertest.cc | 8 #include "chrome/browser/profiles/profile.h" 22 browser()->profile())); 30 browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, false); 34 browser()->profile()); 40 browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, true); 44 browser()->profile()));
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
external_pref_cache_loader.h | 11 class Profile; 22 // |base_path_id| must be the same for all profile in session. 23 // It is checked in run-time with CHECK. |profile| is used to check if the 25 ExternalPrefCacheLoader(int base_path_id, Profile* profile); 37 Profile* profile_;
|
wallpaper_manager_util.cc | 11 #include "chrome/browser/profiles/profile.h" 24 Profile* profile = ProfileManager::GetActiveUserProfile(); local 25 DCHECK(profile); 28 extensions::ExtensionSystem::Get(profile)->extension_service(); 37 OpenApplication(AppLaunchParams(profile, extension,
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_browser_private_api.cc | 21 FileBrowserPrivateAPI::FileBrowserPrivateAPI(Profile* profile) 22 : event_router_(new EventRouter(profile)) { 34 FileBrowserPrivateAPI* FileBrowserPrivateAPI::Get(Profile* profile) { 35 return FileBrowserPrivateAPIFactory::GetForProfile(profile);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
open_with_browser.h | 12 class Profile; 18 // |profile|. This function takes care of the following intricacies: 27 bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path); 31 Profile* profile,
|