Home
last modified time | relevance | path

Searched refs:Profile (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/external/v8/tools/
Dprofile.js35 function Profile() { class
48 Profile.prototype.skipThisFunction = function(name) {
59 Profile.Operation = {
71 Profile.CodeState = {
90 Profile.prototype.handleUnknownCode = function(
102 Profile.prototype.addLibrary = function(
118 Profile.prototype.addStaticCode = function(
135 Profile.prototype.addCode = function(
137 var entry = new Profile.DynamicCodeEntry(size, type, name);
153 Profile.prototype.addFuncCode = function(
[all …]
/external/chromium/chrome/browser/profiles/
Dprofile_manager.h30 public Profile::Delegate {
36 virtual void OnProfileCreated(Profile* profile) = 0;
49 Profile* GetDefaultProfile(const FilePath& user_data_dir);
52 static Profile* GetDefaultProfile();
57 Profile* GetProfile(const FilePath& profile_dir);
71 Profile* GetProfileWithId(ProfileId profile_id);
75 bool IsValidProfile(Profile* profile);
83 std::vector<Profile*> GetLoadedProfiles() const;
106 Profile* GetProfileByPath(const FilePath& path) const;
109 virtual void OnProfileCreated(Profile* profile, bool success);
[all …]
Dprofile_keyed_service_factory.h10 class Profile; variable
24 typedef ProfileKeyedService* (*FactoryFunction)(Profile* profile);
31 void ForceAssociationBetween(Profile* profile, ProfileKeyedService* service) { in ForceAssociationBetween()
57 ProfileKeyedService* GetServiceForProfile(Profile* profile);
64 void Associate(Profile* profile, ProfileKeyedService* service);
69 Profile* profile) const = 0;
89 virtual void ProfileShutdown(Profile* profile);
90 virtual void ProfileDestroyed(Profile* profile);
97 std::map<Profile*, ProfileKeyedService*> mapping_;
Dprofile_manager.cc71 std::vector<Profile*> profiles(pm->GetLoadedProfiles()); in ShutdownSessionServices()
77 Profile* ProfileManager::GetDefaultProfile() { in GetDefaultProfile()
138 Profile* ProfileManager::GetDefaultProfile(const FilePath& user_data_dir) { in GetDefaultProfile()
143 Profile* profile; in GetDefaultProfile()
165 Profile* ProfileManager::GetProfileWithId(ProfileId profile_id) { in GetProfileWithId()
166 DCHECK_NE(Profile::kInvalidProfileId, profile_id); in GetProfileWithId()
170 Profile* candidate = iter->second->profile.get(); in GetProfileWithId()
183 bool ProfileManager::IsValidProfile(Profile* profile) { in IsValidProfile()
187 Profile* candidate = iter->second->profile.get(); in IsValidProfile()
198 std::vector<Profile*> ProfileManager::GetLoadedProfiles() const { in GetLoadedProfiles()
[all …]
Dprofile_keyed_service_factory.cc26 Profile* profile) { in GetServiceForProfile()
40 std::map<Profile*, ProfileKeyedService*>::iterator it = in GetServiceForProfile()
62 void ProfileKeyedServiceFactory::Associate(Profile* profile, in Associate()
76 void ProfileKeyedServiceFactory::ProfileShutdown(Profile* profile) { in ProfileShutdown()
77 std::map<Profile*, ProfileKeyedService*>::iterator it = in ProfileShutdown()
83 void ProfileKeyedServiceFactory::ProfileDestroyed(Profile* profile) { in ProfileDestroyed()
84 std::map<Profile*, ProfileKeyedService*>::iterator it = in ProfileDestroyed()
Dprofile.cc78 net::URLRequestContextGetter* Profile::default_request_context_;
87 Profile::Profile() in Profile() function in Profile
93 const char* Profile::kProfileKey = "__PROFILE__";
96 const ProfileId Profile::kInvalidProfileId = static_cast<ProfileId>(0);
99 void Profile::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
135 net::URLRequestContextGetter* Profile::GetDefaultRequestContext() { in GetDefaultRequestContext()
139 bool Profile::IsGuestSession() { in IsGuestSession()
149 bool Profile::IsSyncAccessible() { in IsSyncAccessible()
160 class OffTheRecordProfileImpl : public Profile,
163 explicit OffTheRecordProfileImpl(Profile* real_profile) in OffTheRecordProfileImpl()
[all …]
/external/webkit/Source/JavaScriptCore/profiler/
DProfile.cpp34 PassRefPtr<Profile> Profile::create(const UString& title, unsigned uid) in create()
36 return adoptRef(new Profile(title, uid)); in create()
39 Profile::Profile(const UString& title, unsigned uid) in Profile() function in JSC::Profile
48 Profile::~Profile() in ~Profile()
52 void Profile::forEach(void (ProfileNode::*function)()) in forEach()
68 void Profile::focus(const ProfileNode* profileNode) in focus()
82 void Profile::exclude(const ProfileNode* profileNode) in exclude()
97 void Profile::restoreAll() in restoreAll()
103 void Profile::debugPrintData() const in debugPrintData()
116 void Profile::debugPrintDataSampleStyle() const in debugPrintDataSampleStyle()
/external/chromium/chrome/browser/ui/
Dbrowser_init.h20 class Profile; variable
37 Profile* profile, int* return_code) { in Start()
50 Profile* profile, int* return_code) { in ProcessCommandLine()
57 Profile* profile,
67 bool LaunchBrowser(const CommandLine& command_line, Profile* profile,
110 bool Launch(Profile* profile,
141 bool OpenApplicationWindow(Profile* profile);
145 bool OpenApplicationTab(Profile* profile);
199 void CheckDefaultBrowser(Profile* profile);
203 Profile* profile_;
[all …]
Dbrowser.h50 class Profile; variable
131 Browser(Type type, Profile* profile);
136 static Browser* Create(Profile* profile);
140 static Browser* CreateForPopup(Type type, Profile* profile,
145 static Browser* CreateForType(Type type, Profile* profile);
153 Profile* profile,
158 static Browser* CreateForDevTools(Profile* profile);
181 Profile* profile() const { return profile_; } in profile()
224 static void OpenEmptyWindow(Profile* profile);
227 static void OpenWindowWithRestoredTabs(Profile* profile);
[all …]
/external/chromium/chrome/browser/ui/views/
Daccessibility_event_router_views.h18 class Profile; variable
87 views::View* view, NotificationType type, Profile* profile);
89 views::View* view, NotificationType type, Profile* profile);
91 views::View* view, NotificationType type, Profile* profile);
93 views::View* view, NotificationType type, Profile* profile);
95 views::View* view, NotificationType type, Profile* profile);
97 views::View* view, NotificationType type, Profile* profile);
99 views::View* view, NotificationType type, Profile* profile);
101 views::View* view, NotificationType type, Profile* profile);
117 Profile* most_recent_profile_;
/external/chromium/chrome/browser/
Dbackground_contents_service.cc51 CrashNotificationDelegate(Profile* profile, const Extension* extension) in CrashNotificationDelegate()
84 Profile* profile_;
91 void ShowBalloon(const Extension* extension, Profile* profile) { in ShowBalloon()
124 Profile* profile, const CommandLine* command_line) in BackgroundContentsService()
153 void BackgroundContentsService::StartObserving(Profile* profile) { in StartObserving()
156 Source<Profile>(profile)); in StartObserving()
163 Source<Profile>(profile)); in StartObserving()
168 Source<Profile>(profile)); in StartObserving()
173 Source<Profile>(profile)); in StartObserving()
178 Source<Profile>(profile)); in StartObserving()
[all …]
Daccessibility_events.h14 class Profile; variable
37 Profile* profile() const { return profile_; } in profile()
42 AccessibilityControlInfo(Profile* profile, const std::string& control_name);
45 Profile* profile_;
55 AccessibilityWindowInfo(Profile* profile, const std::string& window_name);
64 AccessibilityButtonInfo(Profile* profile, const std::string& button_name);
73 AccessibilityLinkInfo(Profile* profile, const std::string& link_name);
82 AccessibilityRadioButtonInfo(Profile* profile,
109 AccessibilityCheckboxInfo(Profile* profile,
129 AccessibilityTabInfo(Profile* profile,
[all …]
Daccessibility_events.cc18 Profile *profile = info->profile(); in SendAccessibilityNotification()
22 Source<Profile>(profile), in SendAccessibilityNotification()
28 Profile* profile, const std::string& control_name) in AccessibilityControlInfo()
40 AccessibilityWindowInfo::AccessibilityWindowInfo(Profile* profile, in AccessibilityWindowInfo()
49 AccessibilityButtonInfo::AccessibilityButtonInfo(Profile* profile, in AccessibilityButtonInfo()
58 AccessibilityLinkInfo::AccessibilityLinkInfo(Profile* profile, in AccessibilityLinkInfo()
67 Profile* profile, in AccessibilityRadioButtonInfo()
90 AccessibilityCheckboxInfo::AccessibilityCheckboxInfo(Profile* profile, in AccessibilityCheckboxInfo()
106 AccessibilityTabInfo::AccessibilityTabInfo(Profile* profile, in AccessibilityTabInfo()
125 AccessibilityComboBoxInfo::AccessibilityComboBoxInfo(Profile* profile, in AccessibilityComboBoxInfo()
[all …]
Dbackground_contents_service.h27 class Profile; variable
48 BackgroundContentsService(Profile* profile, const CommandLine* command_line);
79 Profile* profile,
87 void LoadBackgroundContentsForExtension(Profile* profile,
105 void StartObserving(Profile* profile);
113 void LoadBackgroundContentsFromPrefs(Profile* profile);
117 void LoadBackgroundContentsFromDictionary(Profile* profile,
123 void LoadBackgroundContentsFromManifests(Profile* profile);
128 void LoadBackgroundContents(Profile* profile,
/external/chromium/chrome/browser/tab_contents/
Dbackground_contents.cc30 Profile* profile = site_instance->browsing_instance()->profile(); in BackgroundContents()
43 Source<Profile>(profile)); in BackgroundContents()
55 Profile* profile = render_view_host_->process()->profile(); in ~BackgroundContents()
58 Source<Profile>(profile), in ~BackgroundContents()
99 Profile* profile = render_view_host->process()->profile(); in DidNavigate()
102 Source<Profile>(profile), in DidNavigate()
162 Profile* profile = render_view_host_->process()->profile(); in UpdateInspectorSetting()
167 Profile* profile = render_view_host_->process()->profile(); in ClearInspectorSettings()
172 Profile* profile = render_view_host->process()->profile(); in Close()
175 Source<Profile>(profile), in Close()
[all …]
/external/chromium/chrome/browser/bookmarks/
Dbookmark_node_data.h21 class Profile; variable
93 void WriteToClipboard(Profile* profile) const;
111 void Write(Profile* profile, ui::OSExchangeData* data) const;
118 void WriteToPickle(Profile* profile, Pickle* pickle) const;
127 std::vector<const BookmarkNode*> GetNodes(Profile* profile) const;
131 const BookmarkNode* GetFirstNode(Profile* profile) const;
148 void SetOriginatingProfile(Profile* profile);
151 bool IsFromProfile(Profile* profile) const;
Dbookmark_utils.h24 class Profile; variable
41 int BookmarkDragOperation(Profile* profile, const BookmarkNode* node);
46 int BookmarkDropOperation(Profile* profile,
54 int PerformBookmarkDrop(Profile* profile,
64 bool IsValidDropLocation(Profile* profile,
77 void DragBookmarks(Profile* profile,
88 Profile* profile,
95 Profile* profile,
186 void ToggleWhenVisible(Profile* profile);
/external/chromium/chrome/browser/extensions/
Dextension_event_router.h20 class Profile; variable
27 static bool CanCrossIncognito(Profile* profile,
29 static bool CanCrossIncognito(Profile* profile, const Extension* extension);
31 explicit ExtensionEventRouter(Profile* profile);
60 Profile* restrict_to_profile, const GURL& event_url);
66 Profile* restrict_to_profile, const GURL& event_url);
74 Profile* restrict_to_profile, const GURL& event_url);
84 Profile* profile_;
Dextension_web_ui.h21 class Profile; variable
60 static bool HandleChromeURLOverride(GURL* url, Profile* profile);
65 static void RegisterChromeURLOverrides(Profile* profile,
67 static void UnregisterChromeURLOverrides(Profile* profile,
70 Profile* profile,
77 static void GetFaviconForURL(Profile* profile,
85 Profile* profile,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h64 virtual void Profile(llvm::FoldingSetNodeID& profile) = 0;
103 static void Profile(llvm::FoldingSetNodeID& profile, const TypedRegion* R) { in Profile() function
108 virtual void Profile(llvm::FoldingSetNodeID& profile) { in Profile() function
109 Profile(profile, R); in Profile()
143 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt* S, in Profile() function
152 virtual void Profile(llvm::FoldingSetNodeID& profile) { in Profile() function
153 Profile(profile, S, T, Count, SymbolTag); in Profile()
179 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
186 virtual void Profile(llvm::FoldingSetNodeID& profile) { in Profile() function
187 Profile(profile, parentSymbol, R); in Profile()
[all …]
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.h36 class Profile; variable
177 ChromeURLRequestContextGetter(Profile* profile,
202 Profile* profile, const ProfileIOData* profile_io_data);
208 Profile* profile, const ProfileIOData* profile_io_data);
213 Profile* profile, const ProfileIOData* profile_io_data);
218 Profile* profile,
225 Profile* profile, const ProfileIOData* profile_io_data);
230 Profile* profile, const ProfileIOData* profile_io_data);
235 Profile* profile,
254 void RegisterPrefsObserver(Profile* profile);
/external/chromium/chrome/browser/first_run/
Dfirst_run.h20 class Profile; variable
63 static int ImportNow(Profile* profile, const CommandLine& cmdline);
68 Profile* profile,
112 static bool ImportSettings(Profile* profile,
171 static bool ImportSettings(Profile* profile,
180 static int ImportFromBrowser(Profile* profile, const CommandLine& cmdline);
188 static int ImportFromFile(Profile* profile, const CommandLine& cmdline);
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp22 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData
24 T.Profile(ID); in Profile()
28 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData
40 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function
41 X.first.Profile(ID); in Profile()
47 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
48 X.first.Profile(ID); in Profile()
49 X.second.Profile(ID); in Profile()
76 X.Profile(ID); in getValue()
115 CompoundValData::Profile(ID, T, Vals); in getCompoundValData()
[all …]
/external/chromium/android/autofill/
Dprofile_android.cc35 Profile::Profile() in Profile() function in Profile
49 Profile* ProfileImplAndroid::GetOriginalProfile() in GetOriginalProfile()
74 Profile* Profile::CreateProfile(const FilePath& path) { in CreateProfile()
/external/chromium/chrome/browser/download/
Ddownload_history.cc20 DownloadHistory::DownloadHistory(Profile* profile) in DownloadHistory()
31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in Load()
56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in AddEntry()
75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in UpdateEntry()
91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in UpdateDownloadPath()
102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in RemoveEntry()
110 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in RemoveEntriesBetween()

12345678910>>...45