Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DOMForm
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_form.cpp
20
DOMForm
::
DOMForm
(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName)
in DOMForm()
function in OHOS::Ace::Framework::DOMForm
26
void
DOMForm
::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot)
in OnChildNodeAdded()
33
void
DOMForm
::PrepareSpecializedComponent() {}
in PrepareSpecializedComponent()
35
bool
DOMForm
::SetSpecializedAttr(const std::pair<std::string, std::string>& attr)
in SetSpecializedAttr()
43
bool
DOMForm
::AddSpecializedEvent(int32_t pageId, const std::string& event)
in AddSpecializedEvent()
56
void
DOMForm
::OnChildNodeRemoved(const RefPtr<DOMNode>& child)
in OnChildNodeRemoved()
63
void
DOMForm
::Submit()
in Submit()
87
void
DOMForm
::Reset()
in Reset()
H
A
D
dom_form.h
25
class
DOMForm
: public DOMNode {
class
26
DECLARE_ACE_TYPE(
DOMForm
, DOMNode);
29
DOMForm
(NodeId nodeId, const std::string& nodeName);
30
~
DOMForm
() override = default;
H
A
D
dom_input.cpp
58
RefPtr<
DOMForm
> GetDomFormNode(RefPtr<DOMNode> node)
in GetDomFormNode()
60
RefPtr<
DOMForm
> formNode;
in GetDomFormNode()
62
if (AceType::InstanceOf<
DOMForm
>(node)) {
in GetDomFormNode()
63
formNode = AceType::DynamicCast<
DOMForm
>(node);
in GetDomFormNode()
462
auto form = AceType::DynamicCast<
DOMForm
>(formNode.Upgrade());
in CheckSubmitAndResetType()
472
auto form = AceType::DynamicCast<
DOMForm
>(formNode.Upgrade());
in CheckSubmitAndResetType()
H
A
D
dom_document.cpp
157
{ DOM_NODE_TAG_FORM, &DOMNodeCreator<
DOMForm
> },
in CreateNodeWithId()
Completed in 3 milliseconds