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:SetOptionWidth
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_select_ffi.cpp
151
SelectModel::GetInstance()->
SetOptionWidth
(dimStrokeWidth);
in FfiOHOSAceFrameworkSelectSetOptionWidth()
166
SelectModel::GetInstance()->
SetOptionWidth
(dimension);
in FfiOHOSAceFrameworkSelectSetOptionWidthWithMode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_select.h
55
static void
SetOptionWidth
(const JSCallbackInfo& info);
H
A
D
js_select.cpp
135
JSClass<JSSelect>::StaticMethod("optionWidth", &JSSelect::
SetOptionWidth
, opt);
in JSBind()
711
void JSSelect::
SetOptionWidth
(const JSCallbackInfo& info)
in SetOptionWidth()
function in OHOS::OHOS::Ace::Framework::JSSelect
716
SelectModel::GetInstance()->
SetOptionWidth
(value);
in SetOptionWidth()
732
SelectModel::GetInstance()->
SetOptionWidth
(value);
in SetOptionWidth()
740
SelectModel::GetInstance()->
SetOptionWidth
(value);
in SetOptionWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
select_model_impl.h
63
void
SetOptionWidth
(const Dimension& value) override;
H
A
D
select_model_impl.cpp
439
void SelectModelImpl::
SetOptionWidth
(const Dimension& value) {}
in SetOptionWidth()
function in OHOS::Ace::Framework::SelectModelImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_select_bridge.h
51
static ArkUINativeModuleValue
SetOptionWidth
(ArkUIRuntimeCallInfo* runtimeCallInfo);
H
A
D
arkts_native_select_bridge.cpp
534
ArkUINativeModuleValue SelectBridge::
SetOptionWidth
(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetOptionWidth()
function in OHOS::Ace::NG::SelectBridge
H
A
D
arkts_native_api_impl_bridge.cpp
3048
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::
SetOptionWidth
));
in RegisterSelectAttributes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H
A
D
select_model_ng.h
76
void
SetOptionWidth
(const Dimension& value) override;
117
static void
SetOptionWidth
(FrameNode* frameNode, const Dimension& value);
H
A
D
select_model.h
94
virtual void
SetOptionWidth
(const Dimension& value);
H
A
D
select_model_ng.cpp
382
void SelectModelNG::
SetOptionWidth
(const Dimension& value)
in SetOptionWidth()
function in OHOS::Ace::NG::SelectModelNG
386
pattern->
SetOptionWidth
(value);
in SetOptionWidth()
678
void SelectModelNG::
SetOptionWidth
(FrameNode* frameNode, const Dimension& value)
in SetOptionWidth()
function in OHOS::Ace::NG::SelectModelNG
682
pattern->
SetOptionWidth
(value);
in SetOptionWidth()
H
A
D
select_pattern.h
193
void
SetOptionWidth
(const Dimension& value);
H
A
D
select_pattern.cpp
1288
void SelectPattern::
SetOptionWidth
(const Dimension& value)
in SetOptionWidth()
function in OHOS::Ace::NG::SelectPattern
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
select_modifier.cpp
377
SelectModelNG::
SetOptionWidth
(frameNode, optionWidth);
in SetSelectOptionWidth()
386
SelectModelNG::
SetOptionWidth
(frameNode, optionWidth);
in ResetSelectOptionWidth()
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H
A
D
select_test_ng.cpp
1114
* @tc.desc: Test SelectModelNG
SetOptionWidth
.
1120
* @tc.steps: step1. Create select model, select frame node and select pattern, call
SetOptionWidth
.
in HWTEST_F()
1127
selectModelInstance.
SetOptionWidth
(OPTION_WIDTH);
in HWTEST_F()
Completed in 27 milliseconds