Home
last modified time | relevance | path

Searched refs:GetInputFieldType (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp349 int ContextMenuParamOhos::GetInputFieldType() const in GetInputFieldType() function in OHOS::Ace::ContextMenuParamOhos
H A Dweb_context_select_overlay_test.cpp77 int GetInputFieldType() const override
H A Dweb_pattern_test_ng_supplement.cpp57 MOCK_METHOD(int, GetInputFieldType, (), (const, override));
H A Dweb_pattern_test_ng.cpp142 MOCK_METHOD(int, GetInputFieldType, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h275 int GetInputFieldType() const override;
H A Dweb_delegate.cpp528 int ContextMenuParamOhos::GetInputFieldType() const in GetInputFieldType() function in OHOS::Ace::ContextMenuParamOhos
531 return param_->GetInputFieldType(); in GetInputFieldType()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1390 virtual int GetInputFieldType() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1538 JSClass<JSContextMenuParam>::CustomMethod("getInputFieldType", &JSContextMenuParam::GetInputFieldType); in JSBind()
1687 void GetInputFieldType(const JSCallbackInfo& args) in GetInputFieldType() function in OHOS::OHOS::Ace::Framework::JSContextMenuParam
1691 type = param_->GetInputFieldType(); in GetInputFieldType()

Completed in 42 milliseconds