/external/chromium/chrome/browser/sessions/ |
session_restore_browsertest.cc | 7 #include "chrome/browser/profiles/profile.h" 85 browser()->profile(), 89 Profile* profile = browser()->profile(); local 90 Browser* popup = Browser::CreateForType(Browser::TYPE_POPUP, profile); 129 TabRestoreService* service = browser()->profile()->GetTabRestoreService(); 168 TabRestoreService* service = browser()->profile()->GetTabRestoreService(); 193 SessionStartupPref::SetStartupPref(browser()->profile(), pref);
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_data_type_controller.h | 19 class Profile; 35 Profile* profile, 93 Profile* profile_;
|
typed_url_data_type_controller.h | 24 class Profile; 45 Profile* profile, 102 Profile* profile_;
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util.h | 16 class Profile; 54 // Open the appropriate sync dialog for the given profile (which can be 57 void OpenSyncMyBookmarksDialog(Profile* profile,
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa_unittest.mm | 64 bookmark_utils::ToggleWhenVisible(browser_helper_.profile()); 69 bookmark_utils::ToggleWhenVisible(browser_helper_.profile()); 80 bookmark_utils::ToggleWhenVisible(browser_helper_.profile()); 83 bookmark_utils::ToggleWhenVisible(browser_helper_.profile());
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.h | 18 class Profile; 61 profile:(Profile*)profile
|
extension_install_dialog_controller.mm | 61 profile:(Profile*)profile 83 profile_ = profile; 196 Profile* profile, 202 Browser* browser = BrowserList::GetLastActiveWithProfile(profile); 219 profile:profile
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_popup_gtk.cc | 16 #include "chrome/browser/profiles/profile.h" 54 Source<Profile>(host->profile())); 58 Source<Profile>(host->profile())); 103 Source<Profile>(host_->profile())); 127 GtkThemeService::GetFrom(browser_->profile()), 161 browser->profile()->GetExtensionProcessManager();
|
extension_uninstall_dialog_gtk.cc | 22 class Profile; 87 Profile* profile, 91 Browser* browser = BrowserList::GetLastActiveWithProfile(profile);
|
/external/chromium/chrome/browser/ui/options/ |
options_util.cc | 17 #include "chrome/browser/profiles/profile.h" 23 void OptionsUtil::ResetToDefaults(Profile* profile) { 27 PrefService* prefs = profile->GetPrefs(); 83 profile->GetDownloadManager()->download_prefs()->ResetToDefaults(); 84 profile->GetHostContentSettingsMap()->ResetToDefaults(); 85 profile->GetGeolocationContentSettingsMap()->ResetToDefault(); 86 profile->GetHostZoomMap()->ResetToDefaults(); 87 DesktopNotificationServiceFactory::GetForProfile(profile)->
|
/external/javassist/ |
pom.xml | 157 <!-- profile for releasing to sonatype repo 160 <profile> 192 </profile> 196 <profile> 214 </profile> 215 <profile> 233 </profile> 234 <profile> 252 </profile>
|
/external/oprofile/libop/ |
op_sample_file.h | 33 /* spu_profile=1 says sample file contains Cell BE SPU profile data */
|
/external/oprofile/pp/ |
oparchive_options.h | 33 * @param spec profile specification
|
opgprof_options.h | 30 * @param spec profile specification
|
/frameworks/base/docs/html/tools/help/ |
traceview.jd | 7 Traceview can help you debug your application and profile its performance.</p>
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_api.cc | 16 #include "chrome/browser/profiles/profile.h" 47 void DispatchEvent(Profile* profile, 50 if (profile && profile->GetExtensionEventRouter()) { 51 profile->GetExtensionEventRouter()->DispatchEventToRenderers( 52 event_name, json_args, profile, GURL()); 75 DispatchEvent(tab_contents->profile(), keys::kOnBeforeNavigate, json_args); 105 DispatchEvent(tab_contents->profile(), keys::kOnCommitted, json_args); 125 DispatchEvent(tab_contents->profile(), keys::kOnDOMContentLoaded, json_args) 396 Profile* profile = tab_contents()->profile(); local 405 profile, local [all...] |
extension_bookmark_manager_api.cc | 19 #include "chrome/browser/profiles/profile.h" 73 // when the data comes from the current profile. In this case we have a 74 // BookmarkNode since we got the data from the current profile. 100 // |BookmarkNodeDataToJSON| when the data comes from a different profile. When 101 // the data comes from a different profile we do not have any IDs or parent IDs. 120 void BookmarkNodeDataToJSON(Profile* profile, const BookmarkNodeData& data, 122 bool same_profile = data.IsFromProfile(profile); 128 std::vector<const BookmarkNode*> nodes = data.GetNodes(profile); 132 // We do not have an node IDs when the data comes from a different profile [all...] |
extension_cookies_api.cc | 15 #include "chrome/browser/profiles/profile.h" 47 Source<Profile>(source).ptr(), 57 Profile* profile, 65 extension_cookies_helpers::GetStoreIdFromProfile(profile))); 101 DispatchEvent(profile, keys::kOnChanged, json_args, cookie_domain); 104 void ExtensionCookiesEventRouter::DispatchEvent(Profile* profile, 108 if (profile && profile->GetExtensionEventRouter()) [all...] |
extension_host.cc | 18 #include "chrome/browser/profiles/profile.h" 128 profile_(site_instance->browsing_instance()->profile()), 151 // Listen for when an extension is unloaded from the same profile, as it may 154 Source<Profile>(profile_)); 160 Source<Profile>(profile_), 267 Source<Profile>(profile_), 291 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile(), key, value); 295 RenderViewHostDelegateHelper::ClearInspectorSettings(profile()); 319 Source<Profile>(profile_), 384 Source<Profile>(profile_) 520 Profile* profile = render_view_host()->process()->profile(); local [all...] |
/frameworks/base/voip/java/android/net/sip/ |
SipManager.java | 169 * Opens the profile for making generic SIP calls. The caller may make subsequent calls 171 * profile, use 175 * @param localProfile the SIP profile to make calls from 176 * @throws SipException if the profile contains incorrect settings or 188 * Opens the profile for making calls and/or receiving generic SIP calls. The caller may 190 * auto-registration option is enabled in the profile, the SIP service 191 * will register the profile to the corresponding SIP provider periodically 198 * @param localProfile the SIP profile to receive incoming calls for 210 * @throws SipException if the profile contains incorrect settings or 233 * profile has not been opened to receive calls (se [all...] |