Home
last modified time | relevance | path

Searched defs:disableDataPrefetch (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.h370 void SetDisableDataPrefetch(bool disableDataPrefetch) override {}; in SetDisableDataPrefetch()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Devent_hub.cpp858 void EventHub::SetDisableDataPrefetch(bool disableDataPrefetch) in SetDisableDataPrefetch()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h1578 void SetDisableDataPrefetch(bool disableDataPrefetch) override in SetDisableDataPrefetch()
Dview_abstract.cpp6015 void ViewAbstract::SetDisableDataPrefetch(bool disableDataPrefetch) in SetDisableDataPrefetch()
6022 void ViewAbstract::SetDisableDataPrefetch(FrameNode* frameNode, bool disableDataPrefetch) in SetDisableDataPrefetch()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp5841 bool disableDataPrefetch = false; in JsOnDrop() local