Home
last modified time | relevance | path

Searched refs:aDocShell (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/www/firefox-esr/firefox-91.8.0/docshell/base/timeline/
H A DTimelineConsumers.cpp116 void TimelineConsumers::AddConsumer(nsDocShell* aDocShell) { in AddConsumer() argument
159 return aDocShell ? aDocShell->GetRecordProfileTimelineMarkers() : false; in HasConsumer()
172 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
173 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
184 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
185 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
193 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
194 aDocShell->mObserved->AddMarker(std::move(aMarker)); in AddMarkerForDocShell()
276 nsDocShell* aDocShell, JSContext* aCx, in PopMarkers() argument
280 if (!aDocShell || !aDocShell->mObserved) { in PopMarkers()
[all …]
H A DTimelineConsumers.h53 void AddConsumer(nsDocShell* aDocShell);
54 void RemoveConsumer(nsDocShell* aDocShell);
56 bool HasConsumer(nsIDocShell* aDocShell);
74 nsDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
77 nsIDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
81 nsDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
85 nsIDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
92 void AddMarkerForDocShell(nsDocShell* aDocShell,
94 void AddMarkerForDocShell(nsIDocShell* aDocShell,
113 void PopMarkers(nsDocShell* aDocShell, JSContext* aCx,
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/timeline/
H A DTimelineConsumers.cpp111 void TimelineConsumers::AddConsumer(nsDocShell* aDocShell) { in AddConsumer() argument
154 return aDocShell ? aDocShell->GetRecordProfileTimelineMarkers() : false; in HasConsumer()
167 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
168 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
179 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
180 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
188 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
189 aDocShell->mObserved->AddMarker(std::move(aMarker)); in AddMarkerForDocShell()
271 nsDocShell* aDocShell, JSContext* aCx, in PopMarkers() argument
275 if (!aDocShell || !aDocShell->mObserved) { in PopMarkers()
[all …]
H A DTimelineConsumers.h53 void AddConsumer(nsDocShell* aDocShell);
54 void RemoveConsumer(nsDocShell* aDocShell);
56 bool HasConsumer(nsIDocShell* aDocShell);
74 nsDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
77 nsIDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
81 nsDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
85 nsIDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
92 void AddMarkerForDocShell(nsDocShell* aDocShell,
94 void AddMarkerForDocShell(nsIDocShell* aDocShell,
113 void PopMarkers(nsDocShell* aDocShell, JSContext* aCx,
/dports/www/firefox/firefox-99.0/docshell/base/timeline/
H A DTimelineConsumers.cpp100 void TimelineConsumers::AddConsumer(nsDocShell* aDocShell) { in AddConsumer() argument
143 return aDocShell ? aDocShell->GetRecordProfileTimelineMarkers() : false; in HasConsumer()
156 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
157 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
168 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
169 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
177 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
178 aDocShell->mObserved->AddMarker(std::move(aMarker)); in AddMarkerForDocShell()
260 nsDocShell* aDocShell, JSContext* aCx, in PopMarkers() argument
264 if (!aDocShell || !aDocShell->mObserved) { in PopMarkers()
[all …]
H A DTimelineConsumers.h53 void AddConsumer(nsDocShell* aDocShell);
54 void RemoveConsumer(nsDocShell* aDocShell);
56 bool HasConsumer(nsIDocShell* aDocShell);
74 nsDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
77 nsIDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
81 nsDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
85 nsIDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
92 void AddMarkerForDocShell(nsDocShell* aDocShell,
94 void AddMarkerForDocShell(nsIDocShell* aDocShell,
113 void PopMarkers(nsDocShell* aDocShell, JSContext* aCx,
H A DAutoTimelineMarker.cpp15 AutoTimelineMarker::AutoTimelineMarker(nsIDocShell* aDocShell, in AutoTimelineMarker() argument
20 if (!aDocShell) { in AutoTimelineMarker()
25 if (!timelines || !timelines->HasConsumer(aDocShell)) { in AutoTimelineMarker()
29 mDocShell = aDocShell; in AutoTimelineMarker()
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/timeline/
H A DTimelineConsumers.cpp116 void TimelineConsumers::AddConsumer(nsDocShell* aDocShell) { in AddConsumer() argument
159 return aDocShell ? aDocShell->GetRecordProfileTimelineMarkers() : false; in HasConsumer()
172 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
173 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
184 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
185 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
193 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
194 aDocShell->mObserved->AddMarker(std::move(aMarker)); in AddMarkerForDocShell()
276 nsDocShell* aDocShell, JSContext* aCx, in PopMarkers() argument
280 if (!aDocShell || !aDocShell->mObserved) { in PopMarkers()
[all …]
H A DTimelineConsumers.h53 void AddConsumer(nsDocShell* aDocShell);
54 void RemoveConsumer(nsDocShell* aDocShell);
56 bool HasConsumer(nsIDocShell* aDocShell);
74 nsDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
77 nsIDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
81 nsDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
85 nsIDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
92 void AddMarkerForDocShell(nsDocShell* aDocShell,
94 void AddMarkerForDocShell(nsIDocShell* aDocShell,
113 void PopMarkers(nsDocShell* aDocShell, JSContext* aCx,
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/timeline/
H A DTimelineConsumers.cpp108 void TimelineConsumers::AddConsumer(nsDocShell* aDocShell) { in AddConsumer() argument
145 return aDocShell ? aDocShell->GetRecordProfileTimelineMarkers() : false; in HasConsumer()
158 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
159 aDocShell->mObserved->AddMarker( in AddMarkerForDocShell()
170 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
171 aDocShell->mObserved->AddMarker(Move( in AddMarkerForDocShell()
179 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
180 aDocShell->mObserved->AddMarker(Move(aMarker)); in AddMarkerForDocShell()
262 nsDocShell* aDocShell, JSContext* aCx, in PopMarkers() argument
266 if (!aDocShell || !aDocShell->mObserved) { in PopMarkers()
[all …]
H A DTimelineConsumers.h52 void AddConsumer(nsDocShell* aDocShell);
53 void RemoveConsumer(nsDocShell* aDocShell);
55 bool HasConsumer(nsIDocShell* aDocShell);
73 nsDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
76 nsIDocShell* aDocShell, const char* aName, MarkerTracingType aTracingType,
80 nsDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
84 nsIDocShell* aDocShell, const char* aName, const TimeStamp& aTime,
91 void AddMarkerForDocShell(nsDocShell* aDocShell,
93 void AddMarkerForDocShell(nsIDocShell* aDocShell,
112 void PopMarkers(nsDocShell* aDocShell, JSContext* aCx,
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/timeline/
H A DTimelineConsumers.cpp121 TimelineConsumers::AddConsumer(nsDocShell* aDocShell) in AddConsumer() argument
158 TimelineConsumers::HasConsumer(nsIDocShell* aDocShell) in HasConsumer() argument
161 return aDocShell in HasConsumer()
162 ? aDocShell->GetRecordProfileTimelineMarkers() in HasConsumer()
180 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
193 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
203 if (HasConsumer(aDocShell)) { in AddMarkerForDocShell()
204 aDocShell->mObserved->AddMarker(Move(aMarker)); in AddMarkerForDocShell()
299 TimelineConsumers::PopMarkers(nsDocShell* aDocShell, in PopMarkers() argument
305 if (!aDocShell || !aDocShell->mObserved) { in PopMarkers()
[all …]
H A DTimelineConsumers.h52 void AddConsumer(nsDocShell* aDocShell);
53 void RemoveConsumer(nsDocShell* aDocShell);
55 bool HasConsumer(nsIDocShell* aDocShell);
72 void AddMarkerForDocShell(nsDocShell* aDocShell,
76 void AddMarkerForDocShell(nsIDocShell* aDocShell,
81 void AddMarkerForDocShell(nsDocShell* aDocShell,
86 void AddMarkerForDocShell(nsIDocShell* aDocShell,
95 void AddMarkerForDocShell(nsDocShell* aDocShell,
97 void AddMarkerForDocShell(nsIDocShell* aDocShell,
116 void PopMarkers(nsDocShell* aDocShell,
/dports/www/firefox-esr/firefox-91.8.0/layout/tools/layout-debug/src/
H A DnsLayoutDebuggingTools.cpp34 if (!aDocShell) return nullptr; in doc_viewer()
36 aDocShell->GetContentViewer(getter_AddRefs(result)); in doc_viewer()
40 static PresShell* GetPresShell(nsIDocShell* aDocShell) { in GetPresShell() argument
41 nsCOMPtr<nsIContentViewer> cv = doc_viewer(aDocShell); in GetPresShell()
47 PresShell* presShell = GetPresShell(aDocShell); in view_manager()
56 nsCOMPtr<nsIContentViewer> cv(doc_viewer(aDocShell)); in document()
153 if (nullptr != aDocShell) { in DumpContentRecur()
155 RefPtr<Document> doc(document(aDocShell)); in DumpContentRecur()
176 nsIDocShell* aDocShell, FILE* out, in DumpFramesRecur() argument
184 fprintf(out, "docshell=%p \n", aDocShell); in DumpFramesRecur()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tools/layout-debug/src/
H A DnsLayoutDebuggingTools.cpp34 if (!aDocShell) return nullptr; in doc_viewer()
36 aDocShell->GetContentViewer(getter_AddRefs(result)); in doc_viewer()
40 static PresShell* GetPresShell(nsIDocShell* aDocShell) { in GetPresShell() argument
41 nsCOMPtr<nsIContentViewer> cv = doc_viewer(aDocShell); in GetPresShell()
47 PresShell* presShell = GetPresShell(aDocShell); in view_manager()
56 nsCOMPtr<nsIContentViewer> cv(doc_viewer(aDocShell)); in document()
153 if (nullptr != aDocShell) { in DumpContentRecur()
155 RefPtr<Document> doc(document(aDocShell)); in DumpContentRecur()
176 nsIDocShell* aDocShell, FILE* out, in DumpFramesRecur() argument
184 fprintf(out, "docshell=%p \n", aDocShell); in DumpFramesRecur()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tools/layout-debug/src/
H A DnsLayoutDebuggingTools.cpp34 if (!aDocShell) return nullptr; in doc_viewer()
36 aDocShell->GetContentViewer(getter_AddRefs(result)); in doc_viewer()
47 PresShell* presShell = GetPresShell(aDocShell); in view_manager()
56 nsCOMPtr<nsIContentViewer> cv(doc_viewer(aDocShell)); in document()
185 if (nullptr != aDocShell) { in DumpContentRecur()
187 RefPtr<Document> doc(document(aDocShell)); in DumpContentRecur()
198 aDocShell->GetInProcessChildCount(&n); in DumpContentRecur()
219 nsIDocShell* aDocShell, FILE* out, in DumpFramesRecur() argument
227 fprintf(out, "docshell=%p \n", aDocShell); in DumpFramesRecur()
239 aDocShell->GetInProcessChildCount(&n); in DumpFramesRecur()
[all …]
/dports/www/firefox/firefox-99.0/layout/tools/layout-debug/src/
H A DnsLayoutDebuggingTools.cpp36 if (!aDocShell) return nullptr; in doc_viewer()
38 aDocShell->GetContentViewer(getter_AddRefs(result)); in doc_viewer()
42 static PresShell* GetPresShell(nsIDocShell* aDocShell) { in GetPresShell() argument
43 nsCOMPtr<nsIContentViewer> cv = doc_viewer(aDocShell); in GetPresShell()
49 PresShell* presShell = GetPresShell(aDocShell); in view_manager()
58 nsCOMPtr<nsIContentViewer> cv(doc_viewer(aDocShell)); in document()
155 if (nullptr != aDocShell) { in DumpContentRecur()
157 RefPtr<Document> doc(document(aDocShell)); in DumpContentRecur()
178 nsIDocShell* aDocShell, FILE* out, in DumpFramesRecur() argument
186 fprintf(out, "docshell=%p \n", aDocShell); in DumpFramesRecur()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tools/layout-debug/src/
H A DnsLayoutDebuggingTools.cpp35 if (!aDocShell) return nullptr; in doc_viewer()
37 aDocShell->GetContentViewer(getter_AddRefs(result)); in doc_viewer()
42 nsCOMPtr<nsIContentViewer> cv = doc_viewer(aDocShell); in pres_shell()
50 nsCOMPtr<nsIPresShell> shell(pres_shell(aDocShell)); in view_manager()
57 nsCOMPtr<nsIContentViewer> cv(doc_viewer(aDocShell)); in document()
302 if (nullptr != aDocShell) { in DumpContentRecur()
304 nsCOMPtr<nsIDocument> doc(document(aDocShell)); in DumpContentRecur()
315 aDocShell->GetChildCount(&n); in DumpContentRecur()
350 aDocShell->GetChildCount(&n); in DumpFramesRecur()
353 aDocShell->GetChildAt(i, getter_AddRefs(child)); in DumpFramesRecur()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tools/layout-debug/src/
H A DnsLayoutDebuggingTools.cpp36 doc_viewer(nsIDocShell *aDocShell) in doc_viewer() argument
38 if (!aDocShell) in doc_viewer()
46 pres_shell(nsIDocShell *aDocShell) in pres_shell() argument
57 view_manager(nsIDocShell *aDocShell) in view_manager() argument
67 document(nsIDocShell *aDocShell) in document() argument
350 if (nullptr != aDocShell) { in DumpContentRecur()
364 aDocShell->GetChildCount(&n); in DumpContentRecur()
386 DumpFramesRecur(nsIDocShell* aDocShell, FILE* out) in DumpFramesRecur() argument
403 aDocShell->GetChildCount(&n); in DumpFramesRecur()
425 DumpViewsRecur(nsIDocShell* aDocShell, FILE* out) in DumpViewsRecur() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/printing/
H A DnsPrintObject.cpp164 nsresult nsPrintObject::InitAsRootObject(nsIDocShell* aDocShell, Document* aDoc, in InitAsRootObject() argument
166 NS_ENSURE_STATE(aDocShell); in InitAsRootObject()
171 aDocShell->GetContentViewer(getter_AddRefs(viewer)); in InitAsRootObject()
177 mDocShell = aDocShell; in InitAsRootObject()
184 nsDocShell::Cast(aDocShell)->GetBrowsingContext()->GetType()); in InitAsRootObject()
191 MOZ_ASSERT(mDocShell->ItemType() == aDocShell->ItemType()); in InitAsRootObject()
193 mTreeOwner = do_GetInterface(aDocShell); in InitAsRootObject()
212 nsresult nsPrintObject::InitAsNestedObject(nsIDocShell* aDocShell, in InitAsNestedObject() argument
215 NS_ENSURE_STATE(aDocShell); in InitAsNestedObject()
219 mDocShell = aDocShell; in InitAsNestedObject()
/dports/www/firefox/firefox-99.0/layout/printing/
H A DnsPrintObject.cpp54 nsresult nsPrintObject::InitAsRootObject(nsIDocShell* aDocShell, Document* aDoc, in InitAsRootObject() argument
56 NS_ENSURE_STATE(aDocShell); in InitAsRootObject()
61 mDocShell = aDocShell; in InitAsRootObject()
70 nsresult nsPrintObject::InitAsNestedObject(nsIDocShell* aDocShell, in InitAsNestedObject() argument
73 NS_ENSURE_STATE(aDocShell); in InitAsNestedObject()
77 mDocShell = aDocShell; in InitAsNestedObject()
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/sessionstore/
H A DSessionStorage.jsm42 * @param aDocShell
49 restore: function (aDocShell, aStorageData) {
50 SessionStorageInternal.restore(aDocShell, aStorageData);
97 * @param aDocShell
104 restore: function (aDocShell, aStorageData) {
111 let attrs = aDocShell.getOriginAttributes();
119 let storageManager = aDocShell.QueryInterface(Ci.nsIDOMStorageManager);
142 * @param aDocShell
145 _readEntry: function (aPrincipal, aDocShell) {
149 let window = aDocShell.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIDOMWindow);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/security/
H A DFramingChecker.cpp23 nsIDocShell* aDocShell) { in CheckOneFrameOptionsPolicy() argument
39 if (!aDocShell) { in CheckOneFrameOptionsPolicy()
47 nsCOMPtr<nsPIDOMWindowOuter> thisWindow = aDocShell->GetWindow(); in CheckOneFrameOptionsPolicy()
67 do_QueryInterface(static_cast<nsIDocShell*>(aDocShell))); in CheckOneFrameOptionsPolicy()
200 nsIDocShell* aDocShell, in CheckFrameOptions() argument
202 if (!aChannel || !aDocShell) { in CheckFrameOptions()
214 rv = nsDocShell::Cast(aDocShell)->GetHttpChannel( in CheckFrameOptions()
240 if (!CheckOneFrameOptionsPolicy(httpChannel, tok, aDocShell)) { in CheckFrameOptions()
243 if (aDocShell) { in CheckFrameOptions()
244 nsCOMPtr<nsIWebNavigation> webNav(do_QueryObject(aDocShell)); in CheckFrameOptions()
/dports/www/firefox-esr/firefox-91.8.0/layout/printing/
H A DnsPrintObject.cpp60 nsresult nsPrintObject::InitAsRootObject(nsIDocShell* aDocShell, Document* aDoc, in InitAsRootObject() argument
62 NS_ENSURE_STATE(aDocShell); in InitAsRootObject()
67 mDocShell = aDocShell; in InitAsRootObject()
76 nsresult nsPrintObject::InitAsNestedObject(nsIDocShell* aDocShell, in InitAsNestedObject() argument
79 NS_ENSURE_STATE(aDocShell); in InitAsNestedObject()
83 mDocShell = aDocShell; in InitAsNestedObject()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/printing/
H A DnsPrintObject.cpp60 nsresult nsPrintObject::InitAsRootObject(nsIDocShell* aDocShell, Document* aDoc, in InitAsRootObject() argument
62 NS_ENSURE_STATE(aDocShell); in InitAsRootObject()
67 mDocShell = aDocShell; in InitAsRootObject()
76 nsresult nsPrintObject::InitAsNestedObject(nsIDocShell* aDocShell, in InitAsNestedObject() argument
79 NS_ENSURE_STATE(aDocShell); in InitAsNestedObject()
83 mDocShell = aDocShell; in InitAsNestedObject()

12345678910>>...19