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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 19 class Profile;
33 Profile* profile, TabContents* tab_contents);
66 // The active profile.
67 Profile* profile_;
edit_search_engine_dialog.h 19 class Profile;
27 Profile* profile);
32 void Init(GtkWindow* parent_window, Profile* profile);
constrained_html_delegate_gtk.cc 22 ConstrainedHtmlDelegateGtk(Profile* profile,
67 Profile* profile,
69 : HtmlDialogTabContentsDelegate(profile),
70 tab_(new TabContents(profile, NULL, MSG_ROUTING_NONE, NULL, NULL)),
108 Profile* profile,
112 new ConstrainedHtmlDelegateGtk(profile, delegate);
  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.h 16 class Profile;
23 explicit KeywordEditorController(Profile* profile);
71 // The profile.
72 Profile* profile_;
  /external/chromium/chrome/browser/ui/views/
dom_view.h 17 class Profile;
31 bool Init(Profile* profile, SiteInstance* instance);
53 virtual TabContents* CreateTabContents(Profile* profile,
  /external/chromium/chrome/browser/ui/webui/
thumbnail_source.cc 9 #include "chrome/browser/profiles/profile.h"
15 ThumbnailSource::ThumbnailSource(Profile* profile)
17 // Set TopSites now as Profile isn't thread safe.
18 top_sites_(profile->GetTopSites()) {
  /external/webkit/Source/JavaScriptCore/profiler/
Profile.h 36 class Profile : public RefCounted<Profile> {
38 static PassRefPtr<Profile> create(const UString& title, unsigned uid);
39 virtual ~Profile();
59 Profile(const UString& title, unsigned uid);
  /external/chromium/chrome/browser/extensions/
extension_process_manager.cc 14 #include "chrome/browser/profiles/profile.h"
29 // whether to fall back on the original profile's ExtensionProcessManager based
33 explicit IncognitoExtensionProcessManager(Profile* profile);
84 ExtensionProcessManager* ExtensionProcessManager::Create(Profile* profile) {
85 return (profile->IsOffTheRecord()) ?
86 new IncognitoExtensionProcessManager(profile) :
87 new ExtensionProcessManager(profile);
90 ExtensionProcessManager::ExtensionProcessManager(Profile* profile
    [all...]
extension_accessibility_api.cc 16 #include "chrome/browser/profiles/profile.h"
50 void ExtensionAccessibilityEventRouter::ObserveProfile(Profile* profile) {
141 DispatchEvent(info->profile(), keys::kOnWindowOpened, json_args);
147 DispatchEvent(info->profile(), keys::kOnWindowClosed, json_args);
155 DispatchEvent(info->profile(), keys::kOnControlFocused, json_args);
161 DispatchEvent(info->profile(), keys::kOnControlAction, json_args);
167 DispatchEvent(info->profile(), keys::kOnTextChanged, json_args);
173 DispatchEvent(info->profile(), keys::kOnMenuOpened, json_args);
179 DispatchEvent(info->profile(), keys::kOnMenuClosed, json_args)
    [all...]
extension_incognito_apitest.cc 10 #include "chrome/browser/profiles/profile.h"
29 browser()->profile(),
33 browser()->profile()->GetOffTheRecordProfile(), Browser::TYPE_NORMAL,
67 browser()->profile(),
71 browser()->profile()->GetOffTheRecordProfile(), Browser::TYPE_NORMAL,
85 // accidentially create and incognito profile.
87 ASSERT_FALSE(browser()->profile()->HasOffTheRecordProfile());
90 ASSERT_FALSE(browser()->profile()->HasOffTheRecordProfile());
103 browser()->profile(),
122 catcher.RestrictToProfile(browser()->profile());
    [all...]
extension_history_api.h 26 void ObserveProfile(Profile* profile);
39 void HistoryUrlVisited(Profile* profile,
42 void HistoryUrlsRemoved(Profile* profile,
45 void DispatchEvent(Profile* profile,
53 typedef std::map<uintptr_t, Profile*> ProfileMap;
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/chrome/browser/
browser_url_handler.cc 10 #include "chrome/browser/profiles/profile.h"
17 static bool HandleViewSource(GURL* url, Profile* profile) {
49 static bool ReverseViewSource(GURL* url, Profile* profile) {
64 static bool HandleWebUI(GURL* url, Profile* profile) {
65 if (!ChromeWebUIFactory::GetInstance()->UseWebUIForURL(profile, *url))
109 void BrowserURLHandler::RewriteURLIfNecessary(GURL* url, Profile* profile,
    [all...]
  /external/icu4c/common/unicode/
usprep.h 65 * The StringPrep profile
88 * enums for the standard stringprep profile types
168 * Creates a StringPrep profile from the data file.
171 * where the profile reside followed by the package name
174 * @param fileName name of the profile file to be opened
188 * Creates a StringPrep profile for the specified profile type.
190 * @param type The profile type
203 * Closes the profile
204 * @param profile The profile to clos
    [all...]
  /external/v8/tools/
profile_view.js 30 * Creates a Profile View builder object.
41 * Builds a profile view for the specified call tree.
76 * Factory method for a profile view.
79 * @return {ProfileView} Profile view.
87 * Factory method for a profile view node.
92 * profile they can be either callees or callers.)
95 * @param {ProfileView.Node} head Profile view head.
96 * @return {ProfileView.Node} Profile view node.
106 * Creates a Profile View object. It allows to perform sorting
107 * and filtering actions on the profile
    [all...]
  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 11 #include "chrome/browser/profiles/profile.h"
118 Profile* profile,
124 DCHECK(profile);
125 RegisterPrefsObserver(profile);
204 Profile* profile,
206 DCHECK(!profile->IsOffTheRecord());
208 profile,
215 Profile* profile, const ProfileIOData* profile_io_data)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_action_context_menu.mm 14 #include "chrome/browser/profiles/profile.h"
40 AsyncUninstaller(const Extension* extension, Profile* profile)
42 profile_(profile) {
43 extension_uninstall_dialog_.reset(new ExtensionUninstallDialog(profile));
60 // The current profile. Weak.
61 Profile* profile_;
98 const Profile* profile)
100 profile_(profile) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 17 #include "chrome/browser/profiles/profile.h"
94 void GetValueList(const AutofillProfile& profile,
98 profile.GetMultiInfo(type, &values);
108 AutofillProfile* profile) {
115 profile->SetMultiInfo(type, values);
313 AutofillProfile* profile = personal_data_->GetProfileByGUID(guid); local
314 if (!profile) {
318 // removed). This will activate the editor for a profile that has been
324 address.SetString("guid", profile->guid());
326 GetValueList(*profile, NAME_FULL, &list)
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 41 Profile* profile) {
42 Balloon* new_balloon = MakeBalloon(notification, profile);
68 Profile* profile,
72 Balloon* new_balloon = new Balloon(notification, profile, this);
158 Profile* profile) {
159 Balloon* new_balloon = new Balloon(notification, profile, this);
  /external/chromium/chrome/browser/chromeos/
sim_dialog_delegate.cc 42 HtmlDialogWithoutContextMenuView(Profile* profile,
44 : HtmlDialogView(profile, delegate) {}
60 Profile* profile; local
64 profile = browser->profile();
66 profile = ProfileManager::GetDefaultProfile();
69 profile, new SimDialogDelegate(mode));
  /external/chromium/chrome/browser/prefs/
session_startup_pref.cc 15 #include "chrome/browser/profiles/profile.h"
55 Profile* profile,
57 DCHECK(profile);
58 SetStartupPref(profile->GetPrefs(), pref);
85 SessionStartupPref SessionStartupPref::GetStartupPref(Profile* profile) {
86 DCHECK(profile);
87 return GetStartupPref(profile->GetPrefs());
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 10 #include "chrome/browser/profiles/profile.h"
96 void PinnedTabCodec::WritePinnedTabs(Profile* profile) {
97 PrefService* prefs = profile->GetPrefs();
106 browser->profile() == profile && HasPinnedTabs(browser)) {
115 std::vector<Tab> PinnedTabCodec::ReadPinnedTabs(Profile* profile) {
118 PrefService* prefs = profile->GetPrefs();
  /frameworks/base/voip/java/android/net/sip/
SipProfile.java 36 * Defines a SIP profile, including a SIP account, domain and server information.
96 * Creates a builder based on the given profile.
98 public Builder(SipProfile profile) {
99 if (profile == null) throw new NullPointerException();
101 mProfile = (SipProfile) profile.clone();
106 mUri = profile.getUri();
107 mUri.setUserPassword(profile.getPassword());
108 mDisplayName = profile.getDisplayName();
109 mProxyAddress = profile.getProxyAddress();
110 mProfile.mPort = profile.getPort()
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 58 * The PreferenceActivity class for managing sip profile preferences.
79 private SipProfile mProfile; // profile that's being edited
111 Log.v(TAG, "profile uid is " + profileUid + " isPrimary:"
192 Log.v(TAG, "Removed Profile:" + mProfile.getProfileName());
196 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); local
198 Log.v(TAG, "New Profile Name:" + profile.getProfileName());
199 addProfile(profile);
203 Log.v(TAG, "Can not handle the profile : " + e.getMessage());
280 private String getProfileName(SipProfile profile) {
324 SipProfile profile = getProfileFromList(activeProfile); local
    [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...]

Completed in 523 milliseconds

<<11121314151617181920>>