/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_service_linux.cc | 27 Profile* profile, 33 profile, service->GetControllerDelegate()); 72 void AppListServiceLinux::Init(Profile* initial_profile) { 76 void AppListServiceLinux::CreateForProfile(Profile* requested_profile) { 80 void AppListServiceLinux::ShowForProfile(Profile* requested_profile) { 107 Profile* AppListServiceLinux::GetCurrentAppListProfile() { 108 return shower_->profile(); 133 void AppListService::InitAll(Profile* initial_profile) {
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu_controller_win.cc | 9 #include "chrome/browser/profiles/profile.h" 32 explicit NewBrowserPageNavigator(Profile* profile) 33 : profile_(profile), 45 Profile* profile = (params.disposition == OFF_THE_RECORD) ? variable 47 browser_ = new Browser(Browser::CreateParams(profile, 57 Profile* profile_; 94 Profile* profile_to_use = profile_;
|
bookmark_drag_drop_views.cc | 22 void DragBookmarks(Profile* profile, 30 drag_data.Write(profile, &data); 79 int GetBookmarkDropOperation(Profile* profile, 84 if (data.IsFromProfile(profile) && data.size() > 1) 88 if (!IsValidBookmarkDropLocation(profile, data, parent, index)) 91 if (data.GetFirstNode(profile)) 92 // User is dragging from this profile: move. 100 bool IsValidBookmarkDropLocation(Profile* profile [all...] |
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
install_extension_handler.cc | 15 #include "chrome/browser/profiles/profile.h" 96 Profile* profile = Profile::FromBrowserContext( local 101 ExtensionSystem::Get(profile)->extension_service(), 128 Profile* profile = Profile::FromBrowserContext( local 131 ExtensionSystem::Get(profile)->
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner.h | 17 class Profile; 41 Profile* profile); 52 void FetchItems(Profile* profile); 66 Profile* profile); 80 // Checks if a URL is already open for the current profile. URLs open in an 108 Profile* profile_;
|
suggestions_page_handler.cc | 21 #include "chrome/browser/profiles/profile.h" 64 Profile* profile = Profile::FromWebUI(web_ui()); local 66 content::URLDataSource::Add(profile, new ThumbnailSource(profile, false)); 68 profile, new FaviconSource(profile, FaviconSource::FAVICON)); 72 history::TopSites* top_sites = profile->GetTopSites(); 75 // your profile is empty. Ask TopSites to update itself when we're about t [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
media_devices_selection_handler.cc | 9 #include "chrome/browser/profiles/profile.h" 75 Profile* profile = Profile::FromWebUI(web_ui()); local 76 PrefService* prefs = profile->GetPrefs(); 88 Profile* profile = Profile::FromWebUI(web_ui()); local 89 PrefService* prefs = profile->GetPrefs();
|
managed_user_import_handler.cc | 16 #include "chrome/browser/profiles/profile.h" 76 content::Source<Profile>(Profile::FromWebUI(web_ui()))); 91 SigninGlobalError::GetForProfile(Profile::FromWebUI(web_ui())); 104 if (Profile::FromWebUI(web_ui())->IsManaged()) 118 Profile::FromWebUI(web_ui())); 184 Profile* profile = Profile::FromWebUI(web_ui()); local 186 SigninManagerFactory::GetForProfile(profile); 191 Profile* profile = Profile::FromWebUI(web_ui()); local [all...] |
/external/chromium_org/chromeos/network/ |
policy_applicator.h | 20 // existing entries in the provided Shill profile |profile|. It fetches all 48 const NetworkProfile& profile, 58 // Called with the properties of the profile |profile_|. Requests the 63 // Called with the properties of the profile entry |entry|. Checks whether the 69 // Sends Shill the command to delete profile entry |entry| from |profile_|. 79 // profile entry. 84 // Called once all Profile entries are processed. Calls 89 // Profile entry was found.
|
network_profile_handler.cc | 38 LOG(ERROR) << "Error when requesting properties for profile " 48 bool operator()(const NetworkProfile& profile) { 49 return profile.path == path_; 59 const char NetworkProfileHandler::kSharedProfilePath[] = "/profile/default"; 125 VLOG(2) << "Requesting properties of profile path " << *it << "."; 134 // When the profile list changes, ServiceCompleteList may also change, so 149 void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) { 150 VLOG(2) << "Adding profile " << profile.ToDebugString() << "."; 151 profiles_.push_back(profile); [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_profile_chromeos.h | 44 // Return the UUID of the profile. 53 // Called by BluetoothProfile::Register to initialize the profile object 73 // profile object. 80 // the profile object. 104 // UUID of the profile passed during initialization. 107 // Object path of the local profile D-Bus object. 110 // Local profile D-Bus object used for receiving profile delegate methods 115 // connected socket to profile object owner.
|
/external/chromium/chrome/browser/extensions/ |
extension_processes_api.cc | 19 #include "chrome/browser/profiles/profile.h" 58 void ExtensionProcessesEventRouter::ObserveProfile(Profile* profile) { 59 profiles_.insert(profile); 141 // Notify each profile that is interested. 144 Profile* profile = *it; local 145 DispatchEvent(profile, keys::kOnUpdated, json_args); 150 void ExtensionProcessesEventRouter::DispatchEvent(Profile* profile, [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_sync_observer.cc | 19 #include "chrome/browser/profiles/profile.h" 38 Profile* GetUserProfile() { 60 Profile* profile = GetUserProfile(); local 61 if (profile) { 62 OnProfileGained(profile); 93 void UserImageSyncObserver::OnProfileGained(Profile* profile) { 94 prefs_ = PrefServiceSyncable::FromProfile(profile); 137 Profile* profile = content::Details<Profile>(details).ptr() local [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
host_content_settings_map_unittest.cc | 41 TestingProfile profile; local 43 profile.GetHostContentSettingsMap(); 74 TestingProfile profile; local 76 profile.GetHostContentSettingsMap(); 183 TestingProfile profile; local 185 profile.GetHostContentSettingsMap(); 230 TestingProfile profile; local 232 profile.GetHostContentSettingsMap(); 271 TestingProfile profile; local 273 profile.GetHostContentSettingsMap() 312 TestingProfile profile; local 348 TestingProfile profile; local 394 TestingProfile profile; local 549 TestingProfile profile; local 615 TestingProfile profile; local 668 TestingProfile profile; local 696 TestingProfile profile; local 721 TestingProfile profile; local 759 TestingProfile profile; local 795 TestingProfile profile; local 840 TestingProfile profile; local 870 TestingProfile profile; local 894 TestingProfile profile; local 917 TestingProfile profile; local 946 TestingProfile profile; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/ |
tcp_server_socket_event_dispatcher.cc | 10 #include "chrome/browser/profiles/profile.h" 32 Profile* profile) { 36 profile); 39 TCPServerSocketEventDispatcher::TCPServerSocketEventDispatcher(Profile* profile) 41 profile_(profile) { 43 ApiResourceManager<ResumableTCPServerSocket>::Get(profile); 51 ApiResourceManager<ResumableTCPSocket>::Get(profile); 188 Profile* profile = reinterpret_cast<Profile*>(profile_id) local [all...] |
/external/chromium_org/chrome/browser/history/ |
history_tab_helper.cc | 17 #include "chrome/browser/profiles/profile.h" 116 Profile::FromBrowserContext(web_contents()->GetBrowserContext())); 147 Profile* profile = local 148 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); 149 if (profile->IsOffTheRecord()) 152 return HistoryServiceFactory::GetForProfile(profile, 153 Profile::IMPLICIT_ACCESS); 163 Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext()) local [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service_base.h | 23 class Profile; 63 // Creates a UserPolicySigninServiceBase associated with the passed |profile|. 65 Profile* profile, 118 // Invoked to initialize the UserPolicySigninService once its owning Profile 119 // becomes ready. If the Profile has a signed-in account associated with it 125 // account associated with the Profile that owns this service. This is invoked 126 // from InitializeOnProfileReady() if the Profile already has a signed-in 132 // called from InitializeForSignedInUser() when the Profile already has a 140 // user signout or profile destruction 150 Profile* profile() { return profile_; } function in class:policy::UserPolicySigninServiceBase [all...] |
/external/chromium_org/chrome/browser/profiles/ |
gaia_info_update_service.cc | 11 #include "chrome/browser/profiles/profile.h" 32 GAIAInfoUpdateService::GAIAInfoUpdateService(Profile* profile) 33 : profile_(profile) { 61 bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) { 67 if (!profile->GetOriginalProfile()->IsSyncAccessible()) 70 // To enable this feature for testing pass "--google-profile-info". 88 Profile* GAIAInfoUpdateService::GetBrowserProfile() { 124 // The profile index may have changed [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
account_chooser_model_unittest.cc | 21 Profile* profile, 24 : AccountChooserModel(delegate, profile, disable_wallet, metric_logger) {} 52 TestingProfile* profile() { return &profile_; } function in class:autofill::__anon5937::AccountChooserModelTest 69 profile()->GetPrefs()->SetBoolean( 72 profile(), 79 profile()->GetPrefs()->SetBoolean( 82 profile(), 90 profile()->GetPrefs()->SetBoolean( 92 TestAccountChooserModel model(delegate(), profile(), true, metric_logger()) [all...] |
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_impl.h | 20 class Profile; 46 // the first run. |is_first_run| indicates that this is a new profile. 60 bool Launch(Profile* profile, 98 bool OpenApplicationWindow(Profile* profile, 103 bool OpenApplicationTab(Profile* profile); 153 void CheckPreferencesBackup(Profile* profile); [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
sync_internals_ui.cc | 14 #include "chrome/browser/profiles/profile.h" 69 // Gets the ProfileSyncService of the underlying original profile. 71 ProfileSyncService* GetProfileSyncService(Profile* profile) { 73 profile->GetOriginalProfile()); 82 Profile* profile = Profile::FromWebUI(web_ui); local 83 content::WebUIDataSource::Add(profile, CreateSyncInternalsHTMLSource()); 84 ProfileSyncService* sync_service = GetProfileSyncService(profile); 114 Profile* profile = Profile::FromWebUI(web_ui()); local [all...] |
/external/chromium_org/chrome/test/base/ |
browser_with_test_window_test.cc | 61 // Subclasses can provide their own Profile. 68 browser_.reset(CreateBrowser(profile(), host_desktop_type_, window_.get())); 73 // before the profile can be destroyed and the test safely shut down. 76 // Reset the profile here because some profile keyed services (like the 176 // Destroy the profile here - otherwise, if the profile is freed in the 177 // destructor, and a test subclass owns a resource that the profile depends 179 // subclass to free it after the profile. 189 void BrowserWithTestWindowTest::DestroyProfile(TestingProfile* profile) { [all...] |
/external/chromium_org/v8/tools/ |
profile.js | 30 * Creates a profile object for processing profiling-related events 35 function Profile() { 48 Profile.prototype.skipThisFunction = function(name) { 59 Profile.Operation = { 71 Profile.CodeState = { 81 * See the Profile.Operation enum for the list of 90 Profile.prototype.handleUnknownCode = function( 102 Profile.prototype.addLibrary = function( 118 Profile.prototype.addStaticCode = function( 135 Profile.prototype.addCode = function [all...] |
/external/oprofile/doc/ |
oprofile.1.in | 16 [ profile specification ] 22 [ profile specification ] 28 [ profile specification ] 34 [ profile specification ] 38 2.2, 2.4, and 2.6. Profiling runs transparently in the background and profile 42 OProfile can profile the whole system in high detail. 53 gives image and symbol-based profile summaries for the whole system or 63 can produce a gprof-format profile for a single binary. 65 .SH PROFILE SPECIFICATIONS 66 All of the post-profiling tools can take profile specifications [all...] |
/external/v8/tools/ |
profile.js | 30 * Creates a profile object for processing profiling-related events 35 function Profile() { 48 Profile.prototype.skipThisFunction = function(name) { 59 Profile.Operation = { 71 Profile.CodeState = { 81 * See the Profile.Operation enum for the list of 90 Profile.prototype.handleUnknownCode = function( 102 Profile.prototype.addLibrary = function( 118 Profile.prototype.addStaticCode = function( 135 Profile.prototype.addCode = function [all...] |