HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 151 - 175 of 4127) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 12 class Profile;
19 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
  /external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.h 9 class Profile;
12 // Displays the about box, using data copied from |profile|.
13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
  /external/chromium/chrome/browser/ui/options/
options_util.h 11 class Profile;
18 static void ResetToDefaults(Profile* profile);
show_options_url.h 10 class Profile;
16 void ShowOptionsURL(Profile* profile, const GURL& url);
  /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/chrome/browser/webdata/
autofill_change.cc 18 Type type, std::string key, const AutofillProfile* profile)
20 profile_(profile) {
21 DCHECK(type == ADD ? (profile && profile->guid() == key) : true);
22 DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true);
23 DCHECK(type == REMOVE ? !profile : true);
33 (type() != REMOVE) ? *profile() == *change.profile() : true;
  /external/chromium_org/apps/
app_lifetime_monitor_factory.cc 10 #include "chrome/browser/profiles/profile.h"
16 AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, false));
35 content::BrowserContext* profile) const {
36 return new AppLifetimeMonitor(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/android/
content_view_util.cc 9 #include "chrome/browser/profiles/profile.h"
16 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile(); local
18 profile = profile->GetOffTheRecordProfile();
21 content::WebContents::Create(content::WebContents::CreateParams(profile));
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_factory.cc 9 #include "chrome/browser/profiles/profile.h"
16 Profile* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, true));
37 content::BrowserContext* profile) const {
38 return new CaptivePortalService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.h 10 class Profile;
15 void InitAppSession(Profile* profile, const std::string& app_id);
  /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;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_api_factory.cc 11 #include "chrome/browser/profiles/profile.h"
18 FileBrowserPrivateAPIFactory::GetForProfile(Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
42 content::BrowserContext* profile) const {
43 return new FileBrowserPrivateAPI(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager_factory.cc 9 #include "chrome/browser/profiles/profile.h"
18 DriveNotificationManagerFactory::GetForProfile(Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, true));
44 content::BrowserContext* profile) const {
45 return new DriveNotificationManager(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_apitest.cc 13 browser()->profile())->set_test_mode(true);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_factory.cc 10 #include "chrome/browser/profiles/profile.h"
16 BluetoothAPI* BluetoothAPIFactory::GetForProfile(Profile* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, true));
37 content::BrowserContext* profile) const {
38 return new BluetoothAPI(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api_factory.cc 10 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
38 content::BrowserContext* profile) const {
39 return new DeveloperPrivateAPI(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api_factory.cc 14 scoped_refptr<DialAPI> DialAPIFactory::GetForProfile(Profile* profile) {
16 GetInstance()->GetServiceForBrowserContext(profile, true).get());
34 content::BrowserContext* profile) const {
35 return scoped_refptr<DialAPI>(new DialAPI(static_cast<Profile*>(profile)));
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager_factory.cc 10 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
38 content::BrowserContext* profile) const {
39 IdleManager* idle_manager = new IdleManager(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_factory.cc 10 #include "chrome/browser/profiles/profile.h"
17 NetworkingPrivateEventRouterFactory::GetForProfile(Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
40 content::BrowserContext* profile) const {
42 return new NetworkingPrivateEventRouter(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager_factory.cc 10 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
38 content::BrowserContext* profile) const {
44 return new SystemIndicatorManager(static_cast<Profile*>(profile),
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry_factory.cc 11 #include "chrome/browser/profiles/profile.h"
17 TabCaptureRegistry* TabCaptureRegistryFactory::GetForProfile(Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
42 content::BrowserContext* profile) const {
43 return new TabCaptureRegistry(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_extension_helper.cc 8 #include "chrome/browser/profiles/profile.h"
15 const extensions::Extension* GetTerminalExtension(Profile* profile) {
27 ExtensionService* service = profile->GetExtensionService();
40 GURL TerminalExtensionHelper::GetCroshExtensionURL(Profile* profile) {
41 const extensions::Extension* extension = GetTerminalExtension(profile);
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui.h 16 class Profile;
32 static ExtensionInstallUI* Create(Profile* profile);
52 static void OpenAppInstalledUI(Profile* profile, const std::string& app_id);
63 // Creates an ExtensionInstallPrompt from |profile|.
67 Profile* profile);
69 Profile* profile() { return profile_; function in class:ExtensionInstallUI
    [all...]
scoped_gaia_auth_extension.h 10 class Profile;
16 explicit ScopedGaiaAuthExtension(Profile* profile);
20 Profile* profile_;
  /external/chromium_org/chrome/browser/history/
history_service_factory.h 9 #include "chrome/browser/profiles/profile.h"
19 Profile* profile, Profile::ServiceAccessType sat);
22 Profile* profile, Profile::ServiceAccessType sat);
25 Profile* profile);
29 // In the testing profile, we often clear the history before making a ne
    [all...]

Completed in 358 milliseconds

1 2 3 4 5 67 8 91011>>