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:Refresh
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_picker.cpp
195
void UIPicker::
Refresh
()
in Refresh()
function in OHOS::UIPicker
382
Refresh
();
in SetFontId()
393
Refresh
();
in SetBackgroundFont()
404
Refresh
();
in SetHighlightFont()
414
Refresh
();
in SetTextColor()
424
Refresh
();
in SetItemHeight()
436
Refresh
();
in SetWidth()
448
Refresh
();
in SetHeight()
458
Refresh
();
in SetLoopState()
467
Refresh
();
in SetDirect()
[all...]
H
A
D
ui_chart.cpp
400
void UIChartDataSerial::
Refresh
()
in Refresh()
function in OHOS::UIChartDataSerial
490
data->
Refresh
();
in RefreshChart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_input_response_area.h
41
virtual void
Refresh
() {}
in Refresh()
function in OHOS::Ace::NG::TextInputResponseArea
93
void
Refresh
() override;
196
void
Refresh
() override;
H
A
D
text_input_response_area.cpp
236
void PasswordResponseArea::
Refresh
()
in Refresh()
function in OHOS::Ace::NG::PasswordResponseArea
843
void CleanNodeResponseArea::
Refresh
()
in Refresh()
function in OHOS::Ace::NG::CleanNodeResponseArea
H
A
D
text_field_pattern.cpp
7533
cleanNodeResponseArea->
Refresh
();
in OnBackPressed()
7560
passwordArea->
Refresh
();
in OnBackPressed()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_picker.h
463
Refresh
();
in SetScrollBlankSize()
530
virtual void
Refresh
();
H
A
D
ui_chart.h
560
void
Refresh
();
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
node_system.cpp
173
virtual void
Refresh
() = 0;
224
nodeAccess_.
Refresh
();
231
nodeAccess_.
Refresh
();
241
nodeAccess_.
Refresh
();
258
nodeAccess_.
Refresh
();
264
nodeAccess_.
Refresh
();
344
nodeAccess_.
Refresh
();
476
// Internally for NodeSystem to skip unneccessary NodeCache::
Refresh
calls
817
void
Refresh
() override
935
// Internally for NodeSystem to skip unneccessary NodeCache::
Refresh
call
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web_controller.h
39
void
Refresh
(const JSCallbackInfo& args);
H
A
D
js_web_controller.cpp
503
JSClass<JSWebController>::CustomMethod("refresh", &JSWebController::
Refresh
);
in JSBind()
808
void JSWebController::
Refresh
(const JSCallbackInfo& args)
in Refresh()
function in OHOS::Ace::Framework::JSWebController
812
webController_->
Refresh
();
in Refresh()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_chart_unit_test.cpp
515
chartDataSerial_->
Refresh
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_property.h
476
void
Refresh
() const
in Refresh()
function in OHOS::Ace::WebController
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
mock_web_delegate.cpp
459
void WebDelegate::
Refresh
() {}
in Refresh()
function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.h
1107
void
Refresh
();
H
A
D
web_delegate.cpp
1167
void WebDelegate::
Refresh
()
in Refresh()
function in OHOS::Ace::WebDelegate
2268
delegate->
Refresh
();
in SetWebCallBack()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkComponent.js
17213
if (globalThis.
Refresh
!== undefined) {
17214
globalThis.
Refresh
.attributeModifier = function (modifier) {
Completed in 62 milliseconds