Home
last modified time | relevance | path

Searched refs:kInputTypeNames (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DWidgetEventImpl.cpp1839 const char16_t* const InternalEditorInputEvent::kInputTypeNames[] = { member in mozilla::InternalEditorInputEvent
1863 static_cast<size_t>(aInputType) < ArrayLength(kInputTypeNames), in GetDOMInputTypeName()
1865 aInputTypeName.Assign(kInputTypeNames[static_cast<size_t>(aInputType)]); in GetDOMInputTypeName()
1876 sInputTypeHashtable = new InputTypeHashtable(ArrayLength(kInputTypeNames)); in GetEditorInputType()
1877 for (size_t i = 0; i < ArrayLength(kInputTypeNames); i++) { in GetEditorInputType()
1878 sInputTypeHashtable->Put(nsDependentString(kInputTypeNames[i]), in GetEditorInputType()
H A DTextEvents.h1271 static const char16_t* const kInputTypeNames[];
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DWidgetEventImpl.cpp1879 const char16_t* const InternalEditorInputEvent::kInputTypeNames[] = { member in mozilla::InternalEditorInputEvent
1903 static_cast<size_t>(aInputType) < ArrayLength(kInputTypeNames), in GetDOMInputTypeName()
1905 aInputTypeName.Assign(kInputTypeNames[static_cast<size_t>(aInputType)]); in GetDOMInputTypeName()
1916 sInputTypeHashtable = new InputTypeHashtable(ArrayLength(kInputTypeNames)); in GetEditorInputType()
1917 for (size_t i = 0; i < ArrayLength(kInputTypeNames); i++) { in GetEditorInputType()
1918 sInputTypeHashtable->InsertOrUpdate(nsDependentString(kInputTypeNames[i]), in GetEditorInputType()
H A DTextEvents.h1435 static const char16_t* const kInputTypeNames[];
/dports/www/firefox/firefox-99.0/widget/
H A DWidgetEventImpl.cpp1878 const char16_t* const InternalEditorInputEvent::kInputTypeNames[] = { member in mozilla::InternalEditorInputEvent
1902 static_cast<size_t>(aInputType) < ArrayLength(kInputTypeNames), in GetDOMInputTypeName()
1904 aInputTypeName.Assign(kInputTypeNames[static_cast<size_t>(aInputType)]); in GetDOMInputTypeName()
1915 sInputTypeHashtable = new InputTypeHashtable(ArrayLength(kInputTypeNames)); in GetEditorInputType()
1916 for (size_t i = 0; i < ArrayLength(kInputTypeNames); i++) { in GetEditorInputType()
1917 sInputTypeHashtable->InsertOrUpdate(nsDependentString(kInputTypeNames[i]), in GetEditorInputType()
H A DTextEvents.h1427 static const char16_t* const kInputTypeNames[];
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DWidgetEventImpl.cpp1879 const char16_t* const InternalEditorInputEvent::kInputTypeNames[] = { member in mozilla::InternalEditorInputEvent
1903 static_cast<size_t>(aInputType) < ArrayLength(kInputTypeNames), in GetDOMInputTypeName()
1905 aInputTypeName.Assign(kInputTypeNames[static_cast<size_t>(aInputType)]); in GetDOMInputTypeName()
1916 sInputTypeHashtable = new InputTypeHashtable(ArrayLength(kInputTypeNames)); in GetEditorInputType()
1917 for (size_t i = 0; i < ArrayLength(kInputTypeNames); i++) { in GetEditorInputType()
1918 sInputTypeHashtable->InsertOrUpdate(nsDependentString(kInputTypeNames[i]), in GetEditorInputType()
H A DTextEvents.h1435 static const char16_t* const kInputTypeNames[];