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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.h 25 Profile* profile_; // weak
46 profile:(Profile*)profile
49 profile:(Profile*)profile
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_win.cc 18 GURL GetURLToOpen(Profile* profile) {
26 GetDefaultSearchURLForSearchTerms(profile, params) : GURL();
33 Profile* profile,
47 profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
autolaunch_prompt_win.cc 15 #include "chrome/browser/profiles/profile.h"
40 static void Create(InfoBarService* infobar_service, Profile* profile);
44 Profile* profile);
58 // Weak pointer to the profile, not owned by us.
59 Profile* profile_;
72 Profile* profile) {
74 new AutolaunchInfoBarDelegate(infobar_service, profile)));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
set_as_default_browser_ui.h 11 class Profile;
21 static void Show(Profile* profile, Browser* browser);
  /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...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
hw_irq_32.h 15 #include <linux/profile.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
hw_irq_32.h 15 #include <linux/profile.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 15 #include <linux/profile.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
hw_irq_32.h 15 #include <linux/profile.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 15 #include <linux/profile.h>
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
hw_irq_32.h 21 #include <linux/profile.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 21 #include <linux/profile.h>
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
hw_irq_32.h 21 #include <linux/profile.h>
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
hw_irq_32.h 21 #include <linux/profile.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
hw_irq_32.h 21 #include <linux/profile.h>
  /external/chromium_org/chrome/browser/chromeos/contacts/
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/chrome/browser/
background_contents_service.h 27 class Profile;
36 // BackgroundContentsService is owned by the profile, and is responsible for
48 BackgroundContentsService(Profile* profile, const CommandLine* command_line);
75 // |frame_name| and |application_id| values, using the passed |profile| as the
79 Profile* profile,
87 void LoadBackgroundContentsForExtension(Profile* profile,
105 void StartObserving(Profile* profile)
    [all...]
  /external/chromium/chrome/browser/ui/
browser_dialogs.h 15 class Profile;
30 // Creates and shows an HTML dialog with the given delegate and profile.
36 gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, Profile* profile,
46 Profile* profile);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_source.h 17 Profile* profile_;
26 profile:(Profile*)profile
  /external/chromium/chrome/browser/ui/options/
options_page_base.h 17 class Profile;
40 explicit OptionsPageBase(Profile* profile);
42 // Returns the Profile associated with this page.
43 Profile* profile() const { return profile_; } function in class:OptionsPageBase
56 // The Profile associated with this page.
57 Profile* profile_;
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 13 #include "chrome/browser/profiles/profile.h"
125 // Get the profile associated with this view. If it's not found, use
126 // the most recent profile where accessibility events were sent, or
127 // the default profile.
128 Profile* profile = NULL; local
131 profile = reinterpret_cast<Profile*>(
133 Profile::kProfileKey));
135 if (!profile)
    [all...]
accessibility_event_router_views.h 18 class Profile;
36 // You can use Profile::PauseAccessibilityEvents to prevent a flurry
87 views::View* view, NotificationType type, Profile* profile);
89 views::View* view, NotificationType type, Profile* profile);
91 views::View* view, NotificationType type, Profile* profile);
93 views::View* view, NotificationType type, Profile* profile);
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autocheckout_whitelist_manager_factory.h 13 class Profile;
29 // Listens for the Profile's destruction notification and cleans up the
33 // Returns the WhitelistManager for |profile|, creating it if
35 static WhitelistManager* GetForProfile(Profile* profile);
47 content::BrowserContext* profile) const OVERRIDE;
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/background/
background_contents_service_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up
21 static BackgroundContentsService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;

Completed in 383 milliseconds

<<11121314151617181920>>