Home
last modified time | relevance | path

Searched refs:GetCacheMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
H A Daccessibility_ability_ut_helper.h46 int32_t GetCacheMode() const in GetCacheMode() function
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H A Daccessibility_ui_test_ability_impl_test.cpp819 EXPECT_EQ(CACHE_MODE, AccessibilityAbilityUtHelper::GetInstance().GetCacheMode());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h499 WebCacheMode GetCacheMode() in GetCacheMode() function
H A Drender_web.cpp187 delegate_->UpdateCacheMode(web_->GetCacheMode()); in UpdateDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2634 …g->PutCacheMode(static_cast<OHOS::NWeb::NWebPreference::CacheModeFlag>(component->GetCacheMode())); in UpdateSettting()