Home
last modified time | relevance | path

Searched refs:element_ (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Delement_test.cc141 TestElementPtr element_; member in kmldom::ElementTest
180 element_->set_child(child1_); in TEST_F()
186 element_->set_child(child2_); in TEST_F()
192 element_->clear_child(); in TEST_F()
199 element_->add_child(child1_); in TEST_F()
200 element_->add_child(child2_); in TEST_F()
201 element_->add_child(child3_); in TEST_F()
281 element_->set_child(child1_); in TEST_F()
285 element_->set_child(child2_); in TEST_F()
298 element_->MergeXmlns(xmlns); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/media/
H A Dautoplay_policy.cc157 element_(element), in AutoplayPolicy()
340 if (element_->can_autoplay_ && element_->Autoplay()) { in OnIntersectionChangedForAutoplay()
341 element_->PauseInternal(); in OnIntersectionChangedForAutoplay()
342 element_->can_autoplay_ = true; in OnIntersectionChangedForAutoplay()
348 element_->paused_ = false; in OnIntersectionChangedForAutoplay()
349 element_->SetShowPosterFlag(false); in OnIntersectionChangedForAutoplay()
351 element_->ScheduleNotifyPlaying(); in OnIntersectionChangedForAutoplay()
353 element_->UpdatePlayState(); in OnIntersectionChangedForAutoplay()
369 element_->GetExecutionContext() && in MaybeSetAutoplayInitiated()
391 return element_->can_autoplay_ && element_->paused_ && element_->Autoplay(); in ShouldAutoplay()
[all …]
H A Dautoplay_uma_helper.cc55 element_(element), in AutoplayUmaHelper()
91 if (!element_->GetDocument().IsActive()) in OnAutoplayInitiated()
95 DCHECK(element_->GetDocument().GetPage()); in OnAutoplayInitiated()
101 .SetAudioTrack(element_->HasAudio()) in OnAutoplayInitiated()
102 .SetVideoTrack(element_->HasVideo()) in OnAutoplayInitiated()
105 .SetMuted(element_->muted()) in OnAutoplayInitiated()
107 element_->GetDocument())) in OnAutoplayInitiated()
208 !IsA<HTMLVideoElement>(element_.Get()) || !element_->muted()) in MaybeStartRecordingMutedVideoPlayMethodBecomeVisible()
236 if (!IsA<HTMLVideoElement>(element_.Get()) || !element_->muted() || in MaybeStartRecordingMutedVideoOffscreenDuration()
246 &element_->GetDocument(), in MaybeStartRecordingMutedVideoOffscreenDuration()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/media/
H A Dautoplay_uma_helper.cc55 element_(element), in AutoplayUmaHelper()
91 if (!element_->GetDocument().IsActive()) in OnAutoplayInitiated()
95 DCHECK(element_->GetDocument().GetPage()); in OnAutoplayInitiated()
101 .SetAudioTrack(element_->HasAudio()) in OnAutoplayInitiated()
102 .SetVideoTrack(element_->HasVideo()) in OnAutoplayInitiated()
105 .SetMuted(element_->muted()) in OnAutoplayInitiated()
107 element_->GetDocument())) in OnAutoplayInitiated()
208 !IsA<HTMLVideoElement>(element_.Get()) || !element_->muted()) in MaybeStartRecordingMutedVideoPlayMethodBecomeVisible()
235 if (!IsA<HTMLVideoElement>(element_.Get()) || !element_->muted() || in MaybeStartRecordingMutedVideoOffscreenDuration()
245 &element_->GetDocument(), in MaybeStartRecordingMutedVideoOffscreenDuration()
[all …]
H A Dautoplay_policy.cc155 element_(element), in AutoplayPolicy()
179 if (!IsA<HTMLVideoElement>(element_.Get())) in IsEligibleForAutoplayMuted()
337 if (element_->can_autoplay_ && element_->Autoplay()) { in OnIntersectionChangedForAutoplay()
338 element_->PauseInternal(); in OnIntersectionChangedForAutoplay()
339 element_->can_autoplay_ = true; in OnIntersectionChangedForAutoplay()
345 element_->paused_ = false; in OnIntersectionChangedForAutoplay()
347 element_->ScheduleNotifyPlaying(); in OnIntersectionChangedForAutoplay()
349 element_->UpdatePlayState(); in OnIntersectionChangedForAutoplay()
381 if (element_->GetDocument().IsSandboxed( in ShouldAutoplay()
384 return element_->can_autoplay_ && element_->paused_ && element_->Autoplay(); in ShouldAutoplay()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/script/
H A Dscript_loader.cc80 : element_(element), in ScriptLoader()
117 visitor->Trace(element_); in Trace()
323 if (!element_->IsConnected()) in PrepareScript()
332 element_->TypeAttributeValue(), element_->LanguageAttributeValue(), in PrepareScript()
404 if (!element_->HasSourceAttribute() && in PrepareScript()
405 !element_->AllowInlineScriptForCSP(element_->GetNonceForElement(), in PrepareScript()
524 if (element_->HasSourceAttribute()) { in PrepareScript()
759 element_->HasSourceAttribute() && element_->DeferAttributeValue() && in PrepareScript()
813 element_->HasSourceAttribute() && !element_->AsyncAttributeValue() && in PrepareScript()
927 element_->DeferAttributeValue()) in FetchClassicScript()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/script/
H A Dscript_loader.cc79 : element_(element), in ScriptLoader()
109 visitor->Trace(element_); in Trace()
313 if (!element_->IsConnected()) in PrepareScript()
322 element_->TypeAttributeValue(), element_->LanguageAttributeValue(), in PrepareScript()
399 if (!element_->HasSourceAttribute() && in PrepareScript()
400 !element_->AllowInlineScriptForCSP(element_->GetNonceForElement(), in PrepareScript()
519 if (element_->HasSourceAttribute()) { in PrepareScript()
754 element_->HasSourceAttribute() && element_->DeferAttributeValue() && in PrepareScript()
808 element_->HasSourceAttribute() && !element_->AsyncAttributeValue() && in PrepareScript()
920 element_->DeferAttributeValue()) in FetchClassicScript()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/display_lock/
H A Ddisplay_lock_context.cc93 : element_(element), document_(&element_->GetDocument()) { in DisplayLockContext()
372 DCHECK(element_); in CommitForActivationWithSignal()
694 return element_->NeedsStyleRecalc() || element_->ChildNeedsStyleRecalc() || in IsElementDirtyForStyleRecalc()
720 DCHECK(element_); in DidMoveToNewDocument()
773 if (!IsLocked() || !element_ || !element_->GetLayoutObject()) in NotifyWillDisconnect()
795 DCHECK(element_); in ScheduleAnimation()
804 DCHECK(element_); in ShouldForceUnlock()
832 if (IsA<HTMLObjectElement>(*element_) || IsA<HTMLImageElement>(*element_) || in ShouldForceUnlock()
833 element_->IsFormControlElement() || element_->IsMediaElement() || in ShouldForceUnlock()
834 element_->IsFrameOwnerElement() || element_->IsSVGElement()) { in ShouldForceUnlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/display_lock/
H A Ddisplay_lock_context.cc98 : element_(element), document_(&element_->GetDocument()) { in DisplayLockContext()
153 element_.Get()); in SetRequestedState()
392 DCHECK(element_); in CommitForActivationWithSignal()
757 return element_->NeedsStyleRecalc() || element_->ChildNeedsStyleRecalc() || in IsElementDirtyForStyleRecalc()
784 DCHECK(element_); in DidMoveToNewDocument()
855 if (!IsLocked() || !element_ || !element_->GetLayoutObject()) in NotifyWillDisconnect()
877 DCHECK(element_); in ScheduleAnimation()
886 DCHECK(element_); in ShouldForceUnlock()
914 if (IsA<HTMLObjectElement>(*element_) || IsA<HTMLImageElement>(*element_) || in ShouldForceUnlock()
915 element_->IsFormControlElement() || element_->IsMediaElement() || in ShouldForceUnlock()
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/src/common/
H A DUniqueAccess.hpp14 : element_(&element) in AccessGuard()
20 : element_(other.element_) in AccessGuard()
27 this->element_ = other.element_; in operator =()
35 return this->element_; in operator ->()
40 return *this->element_; in operator *()
44 T *element_{}; member in chatterino::AccessGuard
57 : element_(T()) in UniqueAccess()
62 : element_(element) in UniqueAccess()
67 : element_(std::move(element)) in UniqueAccess()
73 this->element_ = element; in operator =()
[all …]
H A DNullablePtr.hpp12 : element_(nullptr) in NullablePtr()
17 : element_(element) in NullablePtr()
25 return element_; in operator ->()
32 return *element_; in operator *()
39 return this->element_; in get()
44 return this->element_ == nullptr; in isNull()
49 return this->element_ != nullptr; in hasElement()
66 return NullablePtr<const T>(this->element_); in operator NullablePtr<const T>()
70 T *element_; member in chatterino::NullablePtr
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dnamed_node_map.cc38 return element_->getAttributeNode(name); in getNamedItem()
49 element_->Attributes().FindIndex(element_->LowercaseIfNecessary(name)); in removeNamedItem()
56 return element_->DetachAttribute(index); in removeNamedItem()
62 wtf_size_t index = element_->Attributes().FindIndex( in removeNamedItemNS()
70 return element_->DetachAttribute(index); in removeNamedItemNS()
75 return element_->setAttributeNode(attr, exception_state); in setNamedItem()
85 AttributeCollection attributes = element_->Attributes(); in item()
88 return element_->EnsureAttr(attributes[index].GetName()); in item()
92 return element_->Attributes().size(); in length()
109 if (element_->IsHTMLElement() && IsA<HTMLDocument>(element_->GetDocument())) { in NamedPropertyEnumerator()
[all …]
H A Dattr.cc39 element_(&element), in Attr()
66 if (element_) in value()
67 return element_->getAttribute(GetQualifiedName()); in value()
75 if (element_) in setValue()
85 if (element_) in setNodeValue()
86 element_->setAttribute(GetQualifiedName(), value); in setNodeValue()
96 DCHECK(element_); in DetachFromElementWithValue()
98 element_ = nullptr; in DetachFromElementWithValue()
103 DCHECK(!element_); in AttachToElement()
104 element_ = element; in AttachToElement()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dpointer_lock_controller.cc93 if (element_) { in RequestPointerLock()
119 element_ = target; in RequestPointerLock()
129 element_ = target; in RequestPointerLock()
146 element_ = target; in ChangeLockRequestCallback()
228 if (element_ && element_->GetDocument() == document) { in DocumentDetached()
239 return element_.Get(); in GetElement()
245 if (element_) { in DidAcquirePointerLock()
263 element_ ? &element_->GetDocument() in DidLosePointerLock()
283 if (!element_ || !element_->GetDocument().GetFrame()) in DispatchLockedMouseEvent()
291 if (!element_) in DispatchLockedMouseEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_plugin_container_impl.cc310 element_->ResetInstance(); in SetPlugin()
373 if (element_) in SetCcLayer()
390 return element_->GetDocument().PointerLockElement() == element_; in IsMouseLocked()
512 return WebElement(element_); in GetElement()
531 element_->DispatchEvent(*event); in DispatchProgressEvent()
608 if (!IsAttached() || !element_) in IsRectTopmost()
640 *element_, in RequestTouchEventType()
645 *element_, in RequestTouchEventType()
655 *element_, in RequestTouchEventType()
782 element_(element), in WebPluginContainerImpl()
[all …]
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/
H A Dhierarchy.hh64 std::shared_ptr<MemberType> element_; member
130 : element_(element) in LevelIterator()
136 : element_(other.element_) in LevelIterator()
142 : element_(other.element_) in LevelIterator()
151 return element_ == other.element_; in equals()
160 return element_ == other.element_; in equals()
166 return *(element_->element_); in dereference()
172 element_ = element_->coarser_.lock(); in increment()
178 element_ = element_->finer_; in decrement()
201 element_->redistributed_ = t; in addRedistributed()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dnamed_node_map.cc38 return element_->getAttributeNode(name); in getNamedItem()
49 element_->WeakLowercaseIfNecessary(name); in removeNamedItem()
57 return element_->DetachAttribute(index); in removeNamedItem()
63 wtf_size_t index = element_->Attributes().FindIndex( in removeNamedItemNS()
71 return element_->DetachAttribute(index); in removeNamedItemNS()
76 return element_->setAttributeNode(attr, exception_state); in setNamedItem()
86 AttributeCollection attributes = element_->Attributes(); in item()
89 return element_->EnsureAttr(attributes[index].GetName()); in item()
93 return element_->Attributes().size(); in length()
110 if (element_->IsHTMLElement() && IsA<HTMLDocument>(element_->GetDocument())) { in NamedPropertyEnumerator()
[all …]
H A Dattr.cc39 element_(&element), in Attr()
66 if (element_) in value()
67 return element_->getAttribute(GetQualifiedName()); in value()
75 if (element_) in setValue()
85 if (element_) in setNodeValue()
86 element_->setAttribute(GetQualifiedName(), value); in setNodeValue()
96 DCHECK(element_); in DetachFromElementWithValue()
98 element_ = nullptr; in DetachFromElementWithValue()
103 DCHECK(!element_); in AttachToElement()
104 element_ = element; in AttachToElement()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_plugin_container_impl.cc282 element_->ResetInstance(); in SetPlugin()
345 if (element_) in SetCcLayer()
438 return WebElement(element_); in GetElement()
457 element_->DispatchEvent(*event); in DispatchProgressEvent()
462 if (!element_->GetExecutionContext()) in EnqueueMessageEvent()
569 if (!IsAttached() || !element_) in IsRectTopmost()
601 *element_, in RequestTouchEventType()
606 *element_, in RequestTouchEventType()
616 *element_, in RequestTouchEventType()
746 element_(element), in WebPluginContainerImpl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dpointer_lock_controller.cc65 element_ = target; in RequestPointerLock()
113 if (element_) { in RequestPointerLock()
143 element_ = target; in RequestPointerLock()
157 element_ = target; in RequestPointerLock()
169 element_ = target; in ChangeLockRequestCallback()
267 element_ ? &element_->GetDocument() in ExitPointerLock()
295 if (element_ && element_->GetDocument() == document) { in DocumentDetached()
316 if (element_) { in DidAcquirePointerLock()
350 if (!element_ || !element_->GetDocument().GetFrame()) in DispatchLockedMouseEvent()
358 if (!element_) in DispatchLockedMouseEvent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dlazy_load_frame_observer.cc106 : element_(&element) {} in LazyLoadFrameObserver()
122 element_->GetDocument()))}, in DeferLoadUntilNearViewport()
142 DCHECK_EQ(element_, entries.back()->target()); in LoadIfHiddenOrNearViewport()
163 DCHECK(element_->GetDocument().GetFrame()); in LoadImmediately()
179 DCHECK(element_->ContentFrame()); in LoadImmediately()
185 To<LocalFrame>(element_->ContentFrame()) in LoadImmediately()
211 *element_)) { in RecordMetricsOnVisibilityChanged()
235 if (!element_->GetDocument().GetFrame()) in RecordMetricsOnVisibilityChanged()
272 !element_->GetDocument().GetFrame()) { in RecordVisibilityMetricsIfLoadedAndVisible()
345 DCHECK(element_->GetDocument().GetFrame()); in RecordInitialDeferralAction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dlazy_load_frame_observer.cc123 element_->GetDocument()))}, in DeferLoadUntilNearViewport()
144 DCHECK_EQ(element_, entries.back()->target()); in LoadIfHiddenOrNearViewport()
166 DCHECK(element_->GetDocument().GetFrame()); in LoadImmediately()
182 CHECK(element_->ContentFrame()); in LoadImmediately()
188 To<LocalFrame>(element_->ContentFrame()) in LoadImmediately()
192 element_->ContentFrame()->Navigate(request, in LoadImmediately()
221 *element_)) { in RecordMetricsOnVisibilityChanged()
245 if (!element_->GetDocument().GetFrame()) in RecordMetricsOnVisibilityChanged()
282 !element_->GetDocument().GetFrame()) { in RecordVisibilityMetricsIfLoadedAndVisible()
355 DCHECK(element_->GetDocument().GetFrame()); in RecordInitialDeferralAction()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dwrap_contents_in_dummy_span_command.cc37 : SimpleEditCommand(element->GetDocument()), element_(element) { in WrapContentsInDummySpanCommand()
38 DCHECK(element_); in WrapContentsInDummySpanCommand()
43 GetChildNodes(*element_, children); in ExecuteApply()
48 element_->AppendChild(dummy_span_.Get(), IGNORE_EXCEPTION_FOR_TESTING); in ExecuteApply()
58 DCHECK(element_); in DoUnapply()
60 if (!dummy_span_ || !HasEditableStyle(*element_)) in DoUnapply()
67 element_->AppendChild(child.Release(), IGNORE_EXCEPTION_FOR_TESTING); in DoUnapply()
73 DCHECK(element_); in DoReapply()
75 if (!dummy_span_ || !HasEditableStyle(*element_)) in DoReapply()
82 visitor->Trace(element_); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dwrap_contents_in_dummy_span_command.cc37 : SimpleEditCommand(element->GetDocument()), element_(element) { in WrapContentsInDummySpanCommand()
38 DCHECK(element_); in WrapContentsInDummySpanCommand()
43 GetChildNodes(*element_, children); in ExecuteApply()
48 element_->AppendChild(dummy_span_.Get(), IGNORE_EXCEPTION_FOR_TESTING); in ExecuteApply()
58 DCHECK(element_); in DoUnapply()
60 if (!dummy_span_ || !HasEditableStyle(*element_)) in DoUnapply()
67 element_->AppendChild(child.Release(), IGNORE_EXCEPTION_FOR_TESTING); in DoUnapply()
73 DCHECK(element_); in DoReapply()
75 if (!dummy_span_ || !HasEditableStyle(*element_)) in DoReapply()
82 visitor->Trace(element_); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_menu_list_option.cc42 DCHECK(!element_); in ~AXMenuListOption()
46 element_ = nullptr; in Detach()
53 return element_->GetDocument().View(); in DocumentFrameView()
69 return element_; in ActionElement()
123 if (!element_) in SetSize()
140 return ((element_ && element_->Selected()) ? kSelectedStateTrue in IsSelected()
145 if (!element_) in OnNativeClickAction()
150 element_->SetSelected(true); in OnNativeClickAction()
161 if (!element_ || !CanSetSelectedAttribute()) in OnNativeSetSelectedAction()
164 element_->SetSelected(b); in OnNativeSetSelectedAction()
[all …]

12345678910>>...24