/external/chromium/chrome/browser/ui/webui/ |
new_tab_ui.h | 22 class Profile; 61 explicit NewTabHTMLSource(Profile* profile); 83 // Pointer back to the original profile. 84 Profile* profile_;
|
theme_source.cc | 9 #include "chrome/browser/profiles/profile.h" 33 ThemeSource::ThemeSource(Profile* profile) 35 profile_(profile->GetOriginalProfile()) { 37 profile->IsOffTheRecord());
|
chrome_web_ui_factory.cc | 12 #include "chrome/browser/profiles/profile.h" 83 ExtensionService* service = contents->profile()->GetExtensionService(); 95 static WebUIFactoryFunction GetWebUIFactoryFunction(Profile* profile, 100 ExtensionService* service = profile ? profile->GetExtensionService() : NULL; 234 WebUI::TypeID ChromeWebUIFactory::GetWebUIType(Profile* profile, 236 WebUIFactoryFunction function = GetWebUIFactoryFunction(profile, url); 240 bool ChromeWebUIFactory::UseWebUIForURL(Profile* profile [all...] |
most_visited_handler.cc | 24 #include "chrome/browser/profiles/profile.h" 67 Profile* profile = web_ui->GetProfile(); local 69 ThumbnailSource* thumbnail_src = new ThumbnailSource(profile); 70 profile->GetChromeURLDataManager()->AddDataSource(thumbnail_src); 72 profile->GetChromeURLDataManager()->AddDataSource(new FaviconSource(profile)); 76 Source<Profile>(profile)); 119 Profile* profile = web_ui_->GetProfile() local [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
clear_browser_data_handler.cc | 12 #include "chrome/browser/profiles/profile.h" 101 Profile* profile = web_ui_->GetProfile(); local 102 PrefService* prefs = profile->GetPrefs(); 133 remover_ = new BrowsingDataRemover(profile,
|
import_data_handler.cc | 20 #include "chrome/browser/profiles/profile.h" 111 Profile* profile = web_ui_->GetProfile(); local 112 importer_host_->StartImportSettings(source_profile, profile, 114 new ProfileWriter(profile), false);
|
/external/linux-tools-perf/Documentation/ |
perf-kvm.txt | 22 a performance counter profile of guest os in realtime 25 'perf kvm record <command>' to record the performance counter profile 31 'perf kvm report' to display the performance counter profile information 50 Collect host side performance profile. 52 Collect guest side performance profile.
|
/external/oprofile/libpp/ |
callgraph_container.h | 46 * @param arc_count profile data for the arcs 69 * if we have more than one profile class). Each child maps from 135 * @param profile one callgraph file stored in a profile_t 142 * @param pclass profile class nr 144 void add(profile_t const & profile, op_bfd const & caller_bfd,
|
format_output.h | 59 * Set the number of collected profile classes. Each class 62 * This class assumes that the profile information has been 152 /// number of profile classes 180 opreport_formatter(profile_container const & profile); 199 profile_container const & profile; member in class:format_output::opreport_formatter 210 cg_formatter(callgraph_container const & profile); 221 diff_formatter(diff_container const & profile, 241 xml_formatter(profile_container const * profile, 266 profile_container const * profile; member in class:format_output::xml_formatter 268 // ordered collection of symbols associated with this profile [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dp.java | 35 * profile. 50 * profile. 54 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 55 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile.</li> 68 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED"; 72 * profile. 76 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 77 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. </li> 89 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED"; 137 * Initiate connection to a profile of the remote bluetooth device [all...] |
/packages/apps/Phone/src/com/android/phone/ |
SipBroadcastReceiver.java | 116 for (SipProfile profile : sipProfileList) { 118 if (!profile.getAutoRegistration() && 119 !profile.getUriString().equals( 123 sipManager.open(profile, 127 Log.e(TAG, "failed" + profile.getProfileName(), e);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ProfileAggregator.java | 33 * A version of the ContactAggregator for use against the profile database. 56 // The profile's lookup key should always be "profile". 76 // Profile aggregation is simple - find the single contact in the database and attach to 77 // that. We look it up each time in case the profile was deleted by a previous operation
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ProfileView.js | 28 WebInspector.CPUProfileView = function(profile) 32 this.element.addStyleClass("profile-view"); 69 this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function."), "focus-profile-node-status-bar-item"); 73 this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected function."), "exclude-profile-node-status-bar-item"); 77 this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."), "reset-profile-status-bar-item"); 81 this.profile = profile; 84 function profileCallback(error, profile) 88 self.profile.head = profile.head [all...] |
HeapSnapshotView.js | 31 WebInspector.HeapSnapshotView = function(parent, profile) 38 this.parent.addEventListener("profile added", this._updateBaseOptions, this); 87 this.profile = profile; 97 this._loadProfile(this.profile, profileCallback.bind(this)); 99 function profileCallback(profile) 104 if (list[i].uid === profile.uid) { 128 get profile() 133 set profile(profile) [all...] |
/hardware/qcom/media/mm-video/vidc/venc/src/ |
video_encoder_device.cpp | 43 /* MPEG4 profile and level table*/ 46 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 66 /* H264 profile and level table*/ 69 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 107 /* H263 profile and level table*/ 110 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 199 codec_profile.profile = VEN_PROFILE_MPEG4_SP; 205 codec_profile.profile = VEN_PROFILE_H263_BASELINE; 211 codec_profile.profile = VEN_PROFILE_H264_BASELINE; 242 DEBUG_PRINT_HIGH("\n %s(): Init Profile/Level setting success" [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_storage.cc | 14 #include "chrome/browser/profiles/profile.h" 132 BookmarkStorage::BookmarkStorage(Profile* profile, BookmarkModel* model) 133 : profile_(profile), 135 writer_(profile->GetPath().Append(chrome::kBookmarksFileName), 138 profile->GetPath().Append(chrome::kHistoryBookmarksFileName)) { 165 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 175 Source<Profile>(profile_)); 183 Source<Profile>(profile_)); 213 // 1. A clean profile [all...] |
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.cc | 10 #include "chrome/browser/profiles/profile.h" 45 CustomHomePagesTableModel::CustomHomePagesTableModel(Profile* profile) 47 profile_(profile), 85 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 91 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS); 105 // And add all tabs for all open browsers with our profile. 110 if (browser->profile() != profile_) 157 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 164 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS) [all...] |
browsing_data_remover.cc | 23 #include "chrome/browser/profiles/profile.h" 49 BrowsingDataRemover::BrowsingDataRemover(Profile* profile, 52 : profile_(profile), 53 special_storage_policy_(profile->GetExtensionSpecialStoragePolicy()), 67 main_context_getter_(profile->GetRequestContext()), 68 media_context_getter_(profile->GetRequestContextForMedia()), 74 DCHECK(profile); 77 BrowsingDataRemover::BrowsingDataRemover(Profile* profile, [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.h | 17 class Profile; 27 // profile passed to it on construction and automates certain things like setup 32 ProfileSyncServiceHarness(Profile* profile, 39 // Creates a ProfileSyncServiceHarness object and attaches it to |profile|, a 40 // profile that is assumed to have been signed into sync in the past. Caller 42 static ProfileSyncServiceHarness* CreateAndAttach(Profile* profile); 50 // Creates a ProfileSyncService for the profile passed at construction and 207 Profile* profile_ [all...] |
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller_unittest.mm | 115 profile:helper_.profile() 172 profile:helper_.profile() 204 profile:helper_.profile() 216 profile:helper_.profile() 259 profile:helper_.profile() [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
page_info_bubble_gtk.cc | 32 class Profile; 41 Profile* profile, 103 Profile* profile, 107 : ALLOW_THIS_IN_INITIALIZER_LIST(model_(profile, url, ssl, 113 theme_service_(GtkThemeService::GetFrom(profile)) { 285 Profile* profile, 289 new PageInfoBubbleGtk(parent, profile, url, ssl, show_history) [all...] |
/external/chromium/chrome/browser/ui/views/ |
toolbar_view.h | 29 class Profile; 50 void Init(Profile* profile); 52 // Sets the profile which is active on the currently-active tab. 53 void SetProfile(Profile* profile); 54 Profile* profile() { return profile_; } function in class:ToolbarView 197 Profile* profile_; 200 // Contents of the profiles menu to populate with profile names [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore.cc | 19 #include "chrome/browser/profiles/profile.h" 409 SessionRestoreImpl(Profile* profile, 415 : profile_(profile), 590 browser->profile()->IsOffTheRecord())) { 658 browser->profile()->GetExtensionService() && 660 browser->profile()->GetExtensionService()->IsInstalledApp(url)) { 736 // The profile to create the sessions for. 737 Profile* profile_; 778 static Browser* Restore(Profile* profile [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 459 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local 460 if (profile->isCompatibleProfile(device, samplingRate, format, 463 if (mAvailableOutputDevices & profile->mSupportedDevices) { 518 IOProfile *profile = getProfileForDirectOutput(device, local 523 if (profile != NULL) { 527 AudioOutputDescriptor *outputDesc = new AudioOutputDescriptor(profile); 536 output = mpClientInterface->openOutput(profile->mModule->mHandle, 816 IOProfile *profile = getInputProfile(device, local 1559 IOProfile *profile = profiles[profile_index]; local 1692 IOProfile *profile = mHwModules[i]->mOutputProfiles[j]; local 2347 IOProfile *profile = mHwModules[i]->mInputProfiles[j]; local 3444 IOProfile *profile = new IOProfile(module); local 3485 IOProfile *profile = new IOProfile(module); local 3636 IOProfile *profile; local [all...] |
/external/chromium/chrome/browser/ui/ |
browser.cc | 64 #include "chrome/browser/profiles/profile.h" 203 Browser::Browser(Type type, Profile* profile) 205 profile_(profile), 268 tab_restore_service_ = profile->GetTabRestoreService(); 296 // We're the last browser window with this profile. We need to nuke the 313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); 327 // An incognito profile is no longer needed, this indirectly 341 Browser* Browser::Create(Profile* profile) { 3377 Profile* profile = Source<Profile>(source).ptr(); local [all...] |