HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 901 - 925 of 8345) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/ui/android/
tab_restore_service_delegate_android.cc 13 Profile* profile,
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service.cc 11 #include "chrome/browser/profiles/profile.h"
16 GlobalErrorService::GlobalErrorService(Profile* profile) : profile_(profile) {
78 // GlobalErrorService is bound only to original profile so we need to send
79 // notifications to both it and its off-the-record profile to update
81 std::vector<Profile*> profiles_to_notify;
91 content::Source<Profile>(profiles_to_notify[i]),
global_error_service.h 14 class Profile;
17 // If an error applies to an entire profile and not just to a tab then the
19 // - the previous session crashed for a given profile.
26 // Constructs a GlobalErrorService object for the given profile. The profile
28 explicit GlobalErrorService(Profile* profile);
63 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/
profile_reset_bubble.h 14 // Returns whether or not the profile reset bubble is supported on this
18 // Shows the profile reset bubble on the platforms that support it.
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec_unittest.cc 25 PinnedTabCodec::WritePinnedTabs(profile());
28 PinnedTabCodec::ReadPinnedTabs(profile()));
44 PinnedTabCodec::WritePinnedTabs(profile());
46 StartupTabs pinned_tabs = PinnedTabCodec::ReadPinnedTabs(profile());
53 PinnedTabCodec::WritePinnedTabs(profile());
55 PinnedTabCodec::ReadPinnedTabs(profile()));
59 PinnedTabCodec::WritePinnedTabs(profile(), pinned_tabs);
61 PinnedTabCodec::ReadPinnedTabs(profile()));
  /external/chromium_org/chrome/common/importer/
safari_importer_utils.h 14 // Does this user account have a Safari Profile and if so, what items
18 // Returns true if we can import the Safari profile.
  /external/chromium_org/extensions/common/
constants.h 27 // The name of the directory inside the profile where extensions are
58 // The name of the directory inside the profile where per-app local settings
62 // The name of the directory inside the profile where per-extension local
66 // The name of the directory inside the profile where per-app synced settings
70 // The name of the directory inside the profile where per-extension synced
74 // The name of the directory inside the profile where per-extension persistent
78 // The name of the database inside the profile where chrome-internal
82 // The name of the database inside the profile where declarative extension
  /external/chromium_org/media/filters/
mock_gpu_video_accelerator_factories.cc 15 VideoCodecProfile profile,
18 DoCreateVideoDecodeAccelerator(profile, client));
  /external/chromium_org/tools/deep_memory_profiler/lib/
exceptions.py 17 return "invalid heap profile dump: %s" % repr(self.args[0])
22 return "obsolete heap profile dump version: %s" % repr(self.args[0])
  /external/chromium_org/ui/gfx/
color_profile_mac.cc 11 void ReadColorProfile(std::vector<char>* profile) {
22 profile->assign(sys_profile, sys_profile + length);
  /external/chromium_org/win8/metro_driver/ime/
input_source_observer.h 15 // when the active language profile is changed.
20 // Called when the active language profile is changed.
  /external/libvorbis/test/
Makefile.am 18 profile:
19 $(MAKE) all CFLAGS="@PROFILE@"
  /external/oprofile/libpp/
populate.cpp 15 #include "profile.h"
33 populate_from_files(profile_t & profile, op_bfd const & abfd,
46 profile.add_sample_file(it->sample_filename);
47 profile.set_offset(abfd);
91 profile_t profile; local
92 if (populate_from_files(profile, abfd, it->files)) {
93 header = profile.get_header();
94 samples.add(profile, abfd, it->app_image, i);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 8 "use the 'profile' module instead.", stacklevel=2)
10 class Profile:
20 if self.__class__ is Profile:
43 """Add an arbitrary labelled value to the profile log."""
46 # These methods offer the same interface as the profile.Profile class,
50 """Profile an exec-compatible string in the script
71 """Profile a single call of a callable.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 8 "use the 'profile' module instead.", stacklevel=2)
10 class Profile:
20 if self.__class__ is Profile:
43 """Add an arbitrary labelled value to the profile log."""
46 # These methods offer the same interface as the profile.Profile class,
50 """Profile an exec-compatible string in the script
71 """Profile a single call of a callable.
  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc 13 #include "chrome/browser/profiles/profile.h"
28 Profile* ChooseProfileFromStoreId(const std::string& store_id,
29 Profile* profile,
31 DCHECK(profile);
32 bool allow_original = !profile->IsOffTheRecord();
33 bool allow_incognito = profile->IsOffTheRecord() ||
34 (include_incognito && profile->HasOffTheRecordProfile());
36 return profile->GetOriginalProfile();
38 return profile->GetOffTheRecordProfile()
    [all...]
extension_browser_event_router.cc 13 #include "chrome/browser/profiles/profile.h"
64 static void DispatchEvent(Profile* profile,
67 if (profile->GetExtensionEventRouter()) {
68 profile->GetExtensionEventRouter()->DispatchEventToRenderers(
69 event_name, json_args, profile, GURL());
73 static void DispatchEventToExtension(Profile* profile,
77 if (profile->GetExtensionEventRouter()) {
78 profile->GetExtensionEventRouter()->DispatchEventToExtension
    [all...]
extension_web_ui.cc 17 #include "chrome/browser/profiles/profile.h"
61 ExtensionWebUIImageLoadingTracker(Profile* profile,
69 ExtensionService* service = profile->GetExtensionService();
133 ExtensionService* service = tab_contents->profile()->GetExtensionService();
240 bool ExtensionWebUI::HandleChromeURLOverride(GURL* url, Profile* profile) {
245 profile->GetPrefs()->GetDictionary(kExtensionURLOverrides);
251 ExtensionService* service = profile->GetExtensionService();
263 UnregisterChromeURLOverride(page, profile, val)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller_unittest.mm 24 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
31 profile:helper_.profile()
54 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
67 profile:helper_.profile()
84 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
91 profile:helper_.profile()
105 BookmarkModel* model = helper_.profile()->GetBookmarkModel()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.cc 13 #include "chrome/browser/profiles/profile.h"
37 Profile* profile,
50 Profile* profile,
56 Profile* profile_;
63 Profile* profile,
66 new ExtensionIndicatorIcon(extension, action, profile, status_tray));
104 Profile* profile
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_test_util.cc 30 static BrowserContextKeyedService* Build(content::BrowserContext* profile) {
31 return new TestingTemplateURLService(static_cast<Profile*>(profile));
34 explicit TestingTemplateURLService(Profile* profile)
35 : TemplateURLService(profile) {
68 profile()->CreateWebDataService();
72 profile(), TestingTemplateURLService::Build));
101 model()->service_ = WebDataService::FromBrowserContext(profile());
107 profile(), NULL)
229 TestingProfile* TemplateURLServiceTestUtil::profile() const { function in class:TemplateURLServiceTestUtil
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.cc 9 #include "chrome/browser/profiles/profile.h"
30 GlobalError* GetSignedInServiceError(Profile* profile) {
31 std::vector<GlobalError*> errors = GetSignedInServiceErrors(profile);
37 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile) {
42 SigninGlobalError* signin_error = SigninGlobalError::GetForProfile(profile);
49 if (profile->IsSyncAccessible()) {
51 ProfileSyncServiceFactory::GetForProfile(profile);
60 base::string16 GetSigninMenuLabel(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller_unittest.mm 23 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile());
29 profile:profile()
52 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile());
64 profile:profile()
81 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile());
87 profile:profile()
101 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 172 // the rule registry for |profile|.
174 void* profile,
181 int OnBeforeRequest(void* profile,
191 int OnBeforeSendHeaders(void* profile,
199 void OnSendHeaders(void* profile,
214 void* profile,
227 void* profile,
236 void OnBeforeRedirect(void* profile,
243 void OnResponseStarted(void* profile,
248 void OnCompleted(void* profile,
    [all...]
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 36 class Profile;
62 // Gets the blob storage context associated with this context's profile.
67 // Gets the file system host context with this context's profile.
173 // create the ChromeURLRequestContext. If |profile| is non-NULL, then the
177 ChromeURLRequestContextGetter(Profile* profile,
199 // Create an instance for use with an 'original' (non-OTR) profile. This is
202 Profile* profile, const ProfileIOData* profile_io_data);
204 // Create an instance for an original profile for media. This is expected t
    [all...]

Completed in 2081 milliseconds

<<31323334353637383940>>