Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp121 pattern->contextMenuResult_->SelectAll(); in OnMenuItemAction()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp99 MOCK_METHOD(void, SelectAll, (), (const, override));
590 EXPECT_CALL(*mockMenuResult, SelectAll); in HWTEST_F()
H A Dmock_web_delegate.cpp362 void ContextMenuResultOhos::SelectAll() const {} in SelectAll() function in OHOS::Ace::ContextMenuResultOhos
H A Dweb_pattern_test_ng.cpp153 MOCK_METHOD(void, SelectAll, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h294 void SelectAll() const override;
H A Dweb_delegate.cpp586 void ContextMenuResultOhos::SelectAll() const in SelectAll() function in OHOS::Ace::ContextMenuResultOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1407 virtual void SelectAll() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1741 JSClass<JSContextMenuResult>::CustomMethod("selectAll", &JSContextMenuResult::SelectAll); in JSBind()
1786 void SelectAll(const JSCallbackInfo& args) in SelectAll() function in OHOS::OHOS::Ace::Framework::JSContextMenuResult
1789 result_->SelectAll(); in SelectAll()

Completed in 38 milliseconds