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

<<11121314151617181920>>

  /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...]
  /external/chromium/chrome/browser/extensions/
extension_debugger_api.cc 22 #include "chrome/browser/profiles/profile.h"
120 Source<Profile>(tab_contents_->profile()));
144 Profile* profile = tab_contents_->profile(); local
145 if (profile != NULL && profile->GetExtensionEventRouter()) {
152 profile->GetExtensionEventRouter()->DispatchEventToExtension(
153 extension_id_, keys::kOnDetach, json_args, profile, GURL())
206 Profile* profile = tab_contents_->profile(); local
    [all...]
extension_infobar_delegate.cc 9 #include "chrome/browser/profiles/profile.h"
27 browser->profile()->GetExtensionProcessManager();
32 Source<Profile>(browser->profile()));
34 Source<Profile>(browser->profile()));
external_policy_extension_loader.cc 10 #include "chrome/browser/profiles/profile.h"
39 Profile* profile)
40 : profile_(profile) {
45 Source<Profile>(profile_));
93 if (Source<Profile>(source).ptr() == profile_) {
extension_browser_event_router.h 27 // events from windows/tabs within a profile to extension processes in the same
28 // profile.
38 explicit ExtensionBrowserEventRouter(Profile* profile);
83 void PageActionExecuted(Profile* profile,
90 void BrowserActionExecuted(Profile* profile,
114 void DispatchOldPageActionEvent(Profile* profile,
    [all...]
  /external/chromium/chrome/browser/
browsing_data_appcache_helper_unittest.cc 34 TestingProfile profile; local
41 new CannedBrowsingDataAppCacheHelper(&profile));
69 TestingProfile profile; local
74 new CannedBrowsingDataAppCacheHelper(&profile));
93 TestingProfile profile; local
98 new CannedBrowsingDataAppCacheHelper(&profile));
  /external/chromium/chrome/browser/chromeos/login/
account_creation_view.cc 21 AccountCreationTabContents(Profile* profile,
25 : WizardWebPageViewTabContents(profile, site_instance, page_delegate),
92 TabContents* AccountCreationDomView::CreateTabContents(Profile* profile,
94 return new AccountCreationTabContents(profile,
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.h 18 class Profile;
25 // user corresponding to a given profile.
29 UserPolicyIdentityStrategy(Profile* profile,
62 // The profile this provider is associated with.
63 Profile* profile_;
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc 8 #include "chrome/browser/profiles/profile.h"
19 Profile* profile)
22 provider_data_(profile->GetWebDataService(Profile::EXPLICIT_ACCESS),
26 is_off_the_record_(profile->IsOffTheRecord()) {
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 9 #include "chrome/browser/profiles/profile.h"
21 Profile* profile,
24 profile,
41 Source<Profile>(sync_service_->profile()));
change_processor.h 12 class Profile;
33 // Subclasses can extract their associated chrome model from |profile| in
35 void Start(Profile* profile, sync_api::UserShare* share_handle);
57 virtual void StartImpl(Profile* profile) = 0;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_bridge.mm 26 Profile* profile) {
27 Browser* browser = BrowserList::GetLastActiveWithProfile(profile);
53 Profile* profile) {
68 ShowGenericExtensionInstalledInfoBar(extension, icon, profile);
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.h 17 class Profile;
89 static void BeginDrag(Profile* profile,
93 BookmarkDrag(Profile* profile,
101 Profile* profile_;
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.cc 13 #include "chrome/browser/profiles/profile.h"
81 Profile* browser_profile,
104 void EncodingMenuController::GetEncodingMenuItems(Profile* profile,
124 profile->GetPrefs()->GetString(prefs::kStaticEncodings),
125 profile->GetPrefs()->GetString(prefs::kRecentlySelectedEncoding));
  /external/chromium/chrome/browser/ui/views/
profile_tag_view.cc 17 // Colors for primary profile. TODO(mirandac): add colors for multi-profile.
62 // Lazily create profile tag bitmaps on first display.
63 // TODO(mirandac): Cache these per profile, instead of creating every time.
82 // Color active bitmap according to profile. TODO(mirandac): add theming
83 // and multi-profile color schemes.
  /external/chromium/chrome/browser/ui/webui/
favicon_source.cc 8 #include "chrome/browser/profiles/profile.h"
13 FaviconSource::FaviconSource(Profile* profile)
15 profile_(profile->GetOriginalProfile()) {
25 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
69 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.h 47 // Requests profile data for a specific address. Calls into WebUI with the
48 // loaded profile data to open the address editor.
52 // Requests profile data for a specific credit card. Calls into WebUI with the
53 // loaded profile data to open the credit card editor.
57 // Adds or updates an address, depending on the GUID of the profile. If the
64 // Adds or updates a credit card, depending on the GUID of the profile. If the
  /external/skia/include/core/
SkDeviceProfile.h 52 * Returns the global default profile, that is used if no global profile is
60 * Return the current global profile (or the default if no global had yet
67 * Make the specified profile be the global value for all subsequently
69 * Increments the reference count on the profile.
70 * Specify NULL for the "identity" profile (where there is no gamma or
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.h 59 * Retrieves the number of profile / level combinations for a given codec
65 * one profile/level is supported (*pNb > 0)
71 * Retrieves the profile / level at index plIndex in the list of profile / level combinations
79 * SL_RESULT_SUCCESS if the profile/level was successfully retrieved
80 * SL_RESULT_PARAMETER_INVALID otherwise: invalid codec or invalid profile/level index
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_hashtable_size.h 31 /** @file profile/impl/profiler_hashtable_size.h
40 #include "profile/impl/profiler.h"
41 #include "profile/impl/profiler_node.h"
42 #include "profile/impl/profiler_trace.h"
43 #include "profile/impl/profiler_state.h"
44 #include "profile/impl/profiler_container_size.h"
profiler_vector_size.h 31 /** @file profile/impl/profiler_vector_size.h
40 #include "profile/impl/profiler.h"
41 #include "profile/impl/profiler_node.h"
42 #include "profile/impl/profiler_trace.h"
43 #include "profile/impl/profiler_state.h"
44 #include "profile/impl/profiler_container_size.h"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_hashtable_size.h 31 /** @file profile/impl/profiler_hashtable_size.h
40 #include "profile/impl/profiler.h"
41 #include "profile/impl/profiler_node.h"
42 #include "profile/impl/profiler_trace.h"
43 #include "profile/impl/profiler_state.h"
44 #include "profile/impl/profiler_container_size.h"
profiler_vector_size.h 31 /** @file profile/impl/profiler_vector_size.h
40 #include "profile/impl/profiler.h"
41 #include "profile/impl/profiler_node.h"
42 #include "profile/impl/profiler_trace.h"
43 #include "profile/impl/profiler_state.h"
44 #include "profile/impl/profiler_container_size.h"
  /external/chromium/chrome/browser/autofill/
autofill_profile.cc 191 AutofillProfile::AutofillProfile(const AutofillProfile& profile)
193 operator=(profile);
199 AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) {
200 if (this == &profile)
203 label_ = profile.label_;
204 guid_ = profile.guid_;
206 name_ = profile.name_;
207 email_ = profile.email_;
208 company_ = profile.company_;
209 home_number_ = profile.home_number_
547 const AutofillProfile* profile = profiles[*it]; local
568 const AutofillProfile* profile = profiles[*it]; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileAwareUriMatcher.java 31 * A subclass of URI matcher with additional logic and awareness around profile-specific URIs.
37 private static final String PROFILE_SEGMENT = "profile";
43 // URIs matching to these constants must always use the profile database.
46 // URIs in this map will direct to the profile database if the ID (which is at the segment
47 // path with the location specified by the value in the map) is in the profile ID-space.
50 // URIs in this map will direct to the profile database if the lookup key (which is at the
51 // segment path with the location specified by the value in the map) is the special profile
100 * Determines whether the given URI is intended for the profile DB rather than contacts.
102 * 1. The URI itself is specifically for the profile (it contains a "profile" segment)
    [all...]

Completed in 460 milliseconds

<<11121314151617181920>>