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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 15 #include "chrome/browser/profiles/profile.h"
44 virtual void Init(Profile* initial_profile) OVERRIDE;
49 virtual void EnableAppList(Profile* initial_profile) OVERRIDE;
60 void HandleCommandLineFlags(Profile* initial_profile);
71 // Loads a profile asynchronously and calls OnProfileLoaded() when done.
74 // Callback for asynchronous profile load.
76 Profile* profile,
77 Profile::CreateStatus status);
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 54 Profile* profile,
59 void AppListControllerDelegateAsh::CreateNewWindow(Profile* profile,
68 Profile* profile,
81 Profile* profile,
94 // Ash doesn't have profile switching.
  /external/chromium_org/chrome/browser/ui/cocoa/
profile_signin_confirmation_dialog_cocoa.mm 23 Profile* profile,
30 profile,
44 Profile* profile,
48 profile,
50 browser, web_contents, profile, username, delegate));
58 Profile* profile,
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 11 class Profile;
21 // This class will try to detect if the profile is on a network share and if
30 // File access in profile dir failed.
33 // Profile on a network share detected.
35 // Profile not on a network share detected.
49 // Returns true if the check for network located profile should be done. This
52 static bool ShouldCheckNetworkProfile(Profile* profile);
54 // Verifies that the profile folder is not located on a network share, and if
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
extension_statuses_handler.cc 14 #include "chrome/browser/profiles/profile.h"
27 ExtensionStatusesHandler::ExtensionStatusesHandler(Profile* profile)
28 : profile_(profile) {}
41 Profile* profile,
43 DCHECK(profile);
46 SyncFileSystemServiceFactory::GetForProfile(profile)->GetExtensionStatusMap(
50 extensions::ExtensionSystem::Get(profile)->extension_service();
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.h 8 * of the ICC profile data; it just knows how to put the profile data into
29 * This routine writes the given ICC profile data into a JPEG file.
42 * Reading a JPEG file that may contain an ICC profile requires two steps:
49 * whether there was a profile and obtain it if so.
54 * Prepare for reading an ICC profile
61 * See if there was an ICC profile in the JPEG file being read;
62 * if so, reassemble and return the profile data.
64 * TRUE is returned if an ICC profile was found, FALSE if not.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_config.c 51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
59 switch (profile) {
62 VA_INFO("Using profile %08x\n",profile);
75 VA_ERROR("Unsupported profile %08x\n",profile);
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
  /external/e2fsprogs/e2fsck/
profile.h 2 * profile.h
48 * Used by the profile iterator in prof_get.c
62 (profile_t profile);
65 (profile_t profile, const char *def_string);
68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *const *names,
  /external/mesa3d/src/gallium/state_trackers/va/
va_config.c 51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
59 switch (profile) {
62 VA_INFO("Using profile %08x\n",profile);
75 VA_ERROR("Unsupported profile %08x\n",profile);
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
  /external/chromium/android/content/browser/tab_contents/
tab_contents.h 11 #include "chrome/browser/profiles/profile.h"
15 // access to the RenderViewHost and Profile. Later it would
30 Profile* profile() { return profile_.get(); } function in class:TabContents
36 scoped_ptr<Profile> profile_;
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.h 12 class Profile;
22 explicit DOMBrowser(Profile* profile);
27 static DOMBrowser* CreateForDOM(Profile* profile);
  /external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-re-opening.html 7 console.profile();
22 <li>observe that 'Profile 1' item has appeared under 'CPU profiles' section;
24 <li>observe that after 5 seconds, 'Profile 2' item has appeared under
31 <li>verify that CPU profiles 'Profile 1' and 'Profile 2', and heap profiles
  /external/chromium/chrome/browser/extensions/
extension_devtools_bridge.h 16 class Profile;
21 ExtensionDevToolsBridge(int tab_id, Profile* profile);
47 // Profile that owns our tab
48 Profile* profile_;
extension_processes_api.h 24 void ObserveProfile(Profile* profile);
44 void DispatchEvent(Profile* profile,
52 typedef std::set<Profile*> ProfileSet;
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.h 13 class Profile;
16 // A singleton that listens for profile destruction notifications and
30 // Called by each Profile to alert us that we should destroy services
40 void DestroyProfileServices(Profile* profile);
  /external/chromium/chrome/browser/
renderer_preferences_util.cc 8 #include "chrome/browser/profiles/profile.h"
18 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile) {
23 GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
48 profile->GetPrefs()->GetBoolean(prefs::kEnableReferrers);
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 13 class Profile;
20 Profile* profile);
50 // Copied from the profile since the profile can't be accessed on the I/O
  /external/chromium/chrome/browser/sync/glue/
theme_change_processor.h 18 class Profile;
49 virtual void StartImpl(Profile* profile);
57 // Profile associated with the ThemeService. Non-NULL iff |running()| is
59 Profile* profile_;
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.h 15 class Profile;
30 static void WritePinnedTabs(Profile* profile);
34 Profile* profile);
pinned_tab_service.h 13 class Profile;
21 explicit PinnedTabService(Profile* profile);
32 Profile* profile_;
38 // True if there is at least one normal browser for our profile.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_source.mm 8 #include "chrome/browser/profiles/profile.h"
16 profile:(Profile*)profile
24 profile_ = profile;
  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.mm 12 #include "chrome/browser/profiles/profile.h"
35 void EncodingMenuControllerDelegate::BuildEncodingMenu(Profile *profile,
37 DCHECK(profile);
42 controller.GetEncodingMenuItems(profile, &menuItems);
search_engine_dialog_controller.h 13 class Profile;
21 // Our current profile.
22 Profile* profile_;
40 @property(assign, nonatomic) Profile* profile; variable
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h 19 class Profile;
34 Profile* profile_; // weak
53 profile:(Profile*)profile
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.cc 7 #include "chrome/browser/profiles/profile.h"
27 KeyboardContainerView::KeyboardContainerView(Profile* profile)
30 dom_view_->Init(profile,
31 SiteInstance::CreateSiteInstanceForURL(profile, keyboard_url));

Completed in 4287 milliseconds

<<21222324252627282930>>