Searched refs:nsGenericHTMLFormControlElementWithState (Results 1 – 12 of 12) sorted by relevance
/dports/www/firefox/firefox-99.0/dom/html/ |
H A D | HTMLButtonElement.cpp | 56 : nsGenericHTMLFormControlElementWithState( in HTMLButtonElement() 71 nsGenericHTMLFormControlElementWithState, in NS_IMPL_CYCLE_COLLECTION_INHERITED() argument 75 HTMLButtonElement, nsGenericHTMLFormControlElementWithState, in NS_IMPL_CYCLE_COLLECTION_INHERITED() 95 nsGenericHTMLFormControlElementWithState::FieldSetDisabledChanged(aNotify); in FieldSetDisabledChanged() 120 if (nsGenericHTMLFormControlElementWithState::IsHTMLFocusable( in IsHTMLFocusable() 274 nsGenericHTMLFormControlElementWithState::BindToTree(aContext, aParent); in BindToTree() 286 nsGenericHTMLFormControlElementWithState::UnbindFromTree(aNullParent); in UnbindFromTree() 342 return nsGenericHTMLFormControlElementWithState::BeforeSetAttr( in BeforeSetAttr() 371 return nsGenericHTMLFormControlElementWithState::AfterSetAttr( in AfterSetAttr() 399 nsGenericHTMLFormControlElementWithState::IntrinsicState(); in IntrinsicState()
|
H A D | HTMLSelectElement.cpp | 112 : nsGenericHTMLFormControlElementWithState( in HTMLSelectElement() 144 HTMLSelectElement, nsGenericHTMLFormControlElementWithState) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED() argument 150 HTMLSelectElement, nsGenericHTMLFormControlElementWithState) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED() 156 HTMLSelectElement, nsGenericHTMLFormControlElementWithState, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED() 198 nsGenericHTMLFormControlElementWithState::RemoveChildNode(aKid, aNotify); in RemoveChildNode() 962 if (nsGenericHTMLFormControlElementWithState::IsHTMLFocusable( in IsHTMLFocusable() 1056 return nsGenericHTMLFormControlElementWithState::BeforeSetAttr( in BeforeSetAttr() 1094 return nsGenericHTMLFormControlElementWithState::AfterSetAttr( in AfterSetAttr() 1153 nsGenericHTMLFormControlElementWithState::MapImageAlignAttributeInto( in MapAttributesIntoRule() 1162 nsGenericHTMLFormControlElementWithState::GetAttributeChangeHint( in GetAttributeChangeHint() [all …]
|
H A D | TextControlElement.h | 29 class TextControlElement : public nsGenericHTMLFormControlElementWithState { 33 : nsGenericHTMLFormControlElementWithState(std::move(aNodeInfo), in TextControlElement() 38 TextControlElement, nsGenericHTMLFormControlElementWithState) in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED() argument
|
H A D | HTMLTextAreaElement.cpp | 160 if (nsGenericHTMLFormControlElementWithState::IsHTMLFocusable( in IsHTMLFocusable() 400 nsGenericHTMLFormControlElementWithState::MapDivAlignAttributeInto( in MapAttributesIntoRule() 409 nsGenericHTMLFormControlElementWithState::GetAttributeChangeHint( in GetAttributeChangeHint() 472 nsGenericHTMLFormControlElementWithState::GetEventTargetParent(aVisitor); in GetEventTargetParent() 480 return nsGenericHTMLFormControlElementWithState::PreHandleEvent(aVisitor); in PreHandleEvent() 754 nsGenericHTMLFormControlElementWithState::IntrinsicState(); in IntrinsicState() 808 nsGenericHTMLFormControlElementWithState::UnbindFromTree(aNullParent); in UnbindFromTree() 826 return nsGenericHTMLFormControlElementWithState::BeforeSetAttr( in BeforeSetAttr() 900 return nsGenericHTMLFormControlElementWithState::AfterSetAttr( in AfterSetAttr() 905 nsresult rv = nsGenericHTMLFormControlElementWithState::CopyInnerTo(aDest); in CopyInnerTo() [all …]
|
H A D | HTMLButtonElement.h | 20 class HTMLButtonElement final : public nsGenericHTMLFormControlElementWithState, 30 HTMLButtonElement, nsGenericHTMLFormControlElementWithState)
|
H A D | HTMLSelectElement.h | 76 class HTMLSelectElement final : public nsGenericHTMLFormControlElementWithState, 297 HTMLSelectElement, nsGenericHTMLFormControlElementWithState) in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED() argument
|
H A D | HTMLTextAreaElement.h | 187 using nsGenericHTMLFormControlElementWithState::GetForm; 296 using nsGenericHTMLFormControlElementWithState::IsSingleLineTextControl;
|
H A D | nsGenericHTMLElement.cpp | 2687 nsGenericHTMLFormControlElementWithState:: 2688 nsGenericHTMLFormControlElementWithState( in nsGenericHTMLFormControlElementWithState() function in nsGenericHTMLFormControlElementWithState 2698 void nsGenericHTMLFormControlElementWithState::GenerateStateKey() { in GenerateStateKey() 2721 PresState* nsGenericHTMLFormControlElementWithState::GetPrimaryPresState() { in GetPrimaryPresState() 2744 nsGenericHTMLFormControlElementWithState::GetLayoutHistory(bool aRead) { in GetLayoutHistory() 2765 bool nsGenericHTMLFormControlElementWithState::RestoreFormControlState() { in RestoreFormControlState() 2789 void nsGenericHTMLFormControlElementWithState::NodeInfoChanged( in NodeInfoChanged() 2801 void nsGenericHTMLFormControlElementWithState::GetFormAction(nsString& aValue) { in GetFormAction()
|
H A D | HTMLInputElement.cpp | 1171 return nsGenericHTMLFormControlElementWithState::BeforeSetAttr( in BeforeSetAttr() 1353 return nsGenericHTMLFormControlElementWithState::AfterSetAttr( in AfterSetAttr() 2742 return nsGenericHTMLFormControlElementWithState::SetAttr( in SetValueInternal() 4296 nsGenericHTMLFormControlElementWithState::UnbindFromTree(aNullParent); in UnbindFromTree() 5182 nsGenericHTMLFormControlElementWithState::MapImageBorderAttributeInto( in ImageInputMapAttributesIntoRule() 5184 nsGenericHTMLFormControlElementWithState::MapImageMarginAttributeInto( in ImageInputMapAttributesIntoRule() 5186 nsGenericHTMLFormControlElementWithState::MapImageSizeAttributesInto( in ImageInputMapAttributesIntoRule() 5189 nsGenericHTMLFormControlElementWithState::MapImageAlignAttributeInto( in ImageInputMapAttributesIntoRule() 5199 nsGenericHTMLFormControlElementWithState::GetAttributeChangeHint( in GetAttributeChangeHint() 5907 nsGenericHTMLFormControlElementWithState::IntrinsicState(); in IntrinsicState() [all …]
|
H A D | HTMLInputElement.h | 119 using nsGenericHTMLFormControlElementWithState::GetForm; 120 using nsGenericHTMLFormControlElementWithState::GetFormAction; 867 using nsGenericHTMLFormControlElementWithState::IsSingleLineTextControl;
|
H A D | nsGenericHTMLElement.h | 1189 class nsGenericHTMLFormControlElementWithState 1192 nsGenericHTMLFormControlElementWithState(
|
H A D | TextControlState.cpp | 68 TextControlElement, nsGenericHTMLFormControlElementWithState) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED() argument 72 TextControlElement, nsGenericHTMLFormControlElementWithState) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED() 76 TextControlElement, nsGenericHTMLFormControlElementWithState) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
|