HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 251 - 275 of 3371) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.h 15 class Profile;
22 explicit NTPResourceCache(Profile* profile);
34 Profile* profile_;
  /external/oprofile/libpp/
image_errors.cpp 58 "detailed profile will not be provided.\n";
72 void report_image_error(inverted_profile const & profile, bool fatal,
75 report_image_error(profile.image, profile.error, fatal, extra);
  /hardware/invensense/mlsdk/mllite/
mlinclude.h 26 #ifdef PROFILE
27 #include "profile.h"
42 #ifdef PROFILE
46 #endif // PROFILE
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.h 17 class Profile;
41 // |profile| is used for opening urls as well as enabling 'open incognito'.
49 Profile* profile,
67 Profile* profile() const { return profile_; } function in class:BookmarkContextMenuController
87 Profile* profile_;
bookmark_html_writer.h 21 class Profile;
41 BookmarkFaviconFetcher(Profile* profile,
71 // The Profile object used for accessing FaviconService, bookmarks model.
72 Profile* profile_;
101 void WriteBookmarks(Profile* profile,
  /external/chromium/chrome/browser/
bug_report_util.h 26 class Profile;
61 static void DispatchFeedback(Profile* profile, std::string* feedback_data,
66 static void SendReport(Profile* profile,
96 static void SendFeedback(Profile* profile, std::string* feedback_data,
spellcheck_host.cc 9 #include "chrome/browser/profiles/profile.h"
33 Profile* profile,
37 accept_languages_pref.Init(prefs::kAcceptLanguages, profile->GetPrefs(),
40 profile->GetPrefs(), NULL);
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 43 Profile* profile);
45 Profile* profile);
68 Profile* profile() { return profile_.get(); } function in class:chromeos::DesktopNotificationsTest
98 // Test profile.
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.h 16 #include "chrome/browser/profiles/profile.h"
23 // navigator.registerProtocolHandler() are registered. Each Profile owns an
25 // Profile::InitRegisteredProtocolHandlers(), and they should be the only
31 explicit ProtocolHandlerRegistry(Profile* profile);
86 // The Profile that owns this ProtocolHandlerRegistry.
87 Profile* profile_;
  /external/chromium/chrome/browser/extensions/
extension_test_api.cc 12 #include "chrome/browser/profiles/profile.h"
31 Source<Profile>(dispatcher()->profile()),
43 Source<Profile>(dispatcher()->profile()),
59 ExtensionService* service = profile()->GetExtensionService();
72 Browser::OpenURLOffTheRecord(profile(), GURL(url));
extension_devtools_manager.h 18 class Profile;
21 // The manager is owned by the Profile.
38 explicit ExtensionDevToolsManager(Profile* profile);
60 Profile* profile_;
extension_event_router.cc 14 #include "chrome/browser/profiles/profile.h"
65 bool ExtensionEventRouter::CanCrossIncognito(Profile* profile,
68 profile->GetExtensionService()->GetExtensionById(extension_id, false);
69 return CanCrossIncognito(profile, extension);
73 bool ExtensionEventRouter::CanCrossIncognito(Profile* profile,
75 // We allow the extension to see events and data from another profile iff it
77 // extensions only see events for a matching profile.
79 (profile->GetExtensionService()->IsIncognitoEnabled(extension->id()) &
    [all...]
file_manager_util.h 13 class Profile;
22 static bool ConvertFileToFileSystemUrl(Profile* profile,
35 static void ShowFullTabUrl(Profile* profile,
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.h 23 class Profile;
29 static void Show(Profile* profile,
46 FirstRunBubble(Profile* profile,
65 // Our current profile.
66 Profile* profile_;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.h 16 class Profile;
47 // |profile| is used for opening urls as well as enabling 'open incognito'.
54 Profile* profile,
67 Profile* profile() const { return profile_; } function in class:BookmarkContextMenuControllerViews
83 Profile* profile_;
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.cc 10 #include "chrome/browser/profiles/profile.h"
22 InstantConfirmView::InstantConfirmView(Profile* profile) : profile_(profile) {
88 void ShowInstantConfirmDialog(gfx::NativeWindow parent, Profile* profile) {
90 new InstantConfirmView(profile))->Show();
  /external/chromium/chrome/browser/webdata/
autofill_change.h 48 // Change notification details for Autofill profile changes.
52 // which is expected to be the GUID identifying the |profile|.
53 // When |type| == ADD, |profile| should be non-NULL.
54 // When |type| == UPDATE, |profile| should be non-NULL.
55 // When |type| == REMOVE, |profile| should be NULL.
58 const AutofillProfile* profile);
61 const AutofillProfile* profile() const { return profile_; } function in class:AutofillProfileChange
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 69 virtual void Profile(llvm::FoldingSetNodeID& profile) = 0;
134 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
135 profile.AddInteger((unsigned) RegionValueKind);
136 profile.AddPointer(R);
139 virtual void Profile(llvm::FoldingSetNodeID& profile) {
140 Profile(profile, R)
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorProfile.java 20 * predefined videoeditor profile settings for videoeditor applications.
23 * <p>The videoeditor profile specifies the following set of parameters:
59 * Returns the videoeditor profile
66 * Returns the supported profile by given video codec
69 int profile = -1; local
75 profile = native_get_videoeditor_export_profile(vidCodec);
81 return profile;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
base.h 31 /** @file profile/base.h
33 * This file is a GNU profile extension to the Standard C++ Library.
42 #include <profile/impl/profiler.h>
48 * @brief GNU profile code, replaces standard behavior with profile behavior.
57 * @brief GNU profile code for public use.
61 // Import all the profile versions of components in namespace std.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
base.h 31 /** @file profile/base.h
33 * This file is a GNU profile extension to the Standard C++ Library.
42 #include <profile/impl/profiler.h>
48 * @brief GNU profile code, replaces standard behavior with profile behavior.
57 * @brief GNU profile code for public use.
61 // Import all the profile versions of components in namespace std.
  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 18 class Profile;
36 virtual bool AuthenticateToLogin(Profile* profile,
89 virtual void RetryAuth(Profile* profile,
121 // Profile hasn't been loaded.
140 Profile* profile,
145 Profile* profile,
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestHelper.mm 36 // This is a simple helper app that changes the color sync profile to the
37 // generic profile and back when done. This program is managed by the layout
49 NSLog(@"failed to get the current color profile, pixmaps won't match. "
59 // we force the generic rgb color profile. This cases a change the user can
67 NSLog(@"failed install the generic color profile, pixmaps won't match. "
80 NSLog(@"Failed to restore color profile, use System Preferences -> "
88 // Try to restore the color profile and try to go down cleanly
102 // Save off the current profile, and then install the layout test profile.
113 // Restore the profile
    [all...]
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map_unittest.cc 46 TestingProfile profile; local
48 profile.GetHostContentSettingsMap();
177 TestingProfile profile; local
179 profile.GetHostContentSettingsMap();
208 TestingProfile profile; local
210 profile.GetHostContentSettingsMap();
244 TestingProfile profile; local
246 profile.GetHostContentSettingsMap();
248 PrefService* prefs = profile.GetPrefs();
280 TestingProfile profile; local
317 TestingProfile profile; local
396 TestingProfile profile; local
449 TestingProfile profile; local
496 TestingProfile profile; local
521 TestingProfile profile; local
547 TestingProfile profile; local
580 TestingProfile profile; local
603 TestingProfile profile; local
630 TestingProfile profile; local
666 TestingProfile profile; local
704 TestingProfile profile; local
742 TestingProfile profile; local
773 TestingProfile profile; local
812 TestingProfile profile; local
842 TestingProfile profile; local
866 TestingProfile profile; local
    [all...]
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store.h 20 class Profile;
53 Profile* profile);
62 Profile* profile);

Completed in 909 milliseconds

<<11121314151617181920>>