Home
last modified time | relevance | path

Searched defs:title (Results 201 - 225 of 596) sorted by relevance

12345678910>>...24

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser.c21 char *title; member
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() argument
140 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) view_cb_title_changed() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_node_base.h95 void SetTitleBarNode(const RefPtr<UINode>& title) in SetTitleBarNode() argument
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp231 auto title = AceType::MakeRefPtr<TextComponent>(title_); in InitializeInnerBox() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp88 void FfiPromptShowDialog(const char* title, const char* message, int32_t size, in FfiPromptShowDialog() argument
105 FfiPromptShowActionMenu( const char* title, int32_t size, CButtonInfo* buttonsInfo, ShowActionMenuCallBack callbackRef) FfiPromptShowActionMenu() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_nav_destination_bridge.cpp204 std::string title; in SetTitle() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_dialog_transition_test_ng.cpp465 auto title = properties.title; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmenu_property.h51 std::string title; member
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp139 void UITestTransform::SetUpButton(UILabelButton* btn, const char* title, const char* id) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.h84 UILabelButton* SetUpButton(const char* title, const char* id) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp196 void UITestSlider::SetUpLabel(const char* title, int16_t x, int16_t y) const in SetUpLabel() argument
205 void UITestSlider::SetUpButton(UILabelButton* btn, const char* title, int16_t x, int16_t y) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp461 void UITestUISwipeView::SetUpButton(UILabelButton* btn, const char* title, const char* id) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_vector_font/
H A Dui_test_vector_font.cpp64 void UITestVectorFont::InnerTestTitle(const char* title) in InnerTestTitle() argument
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp60 void UITestArcLabel::InnerTestTitle(const char* title, int16_t x, int16_t y) const in InnerTestTitle() argument
91 const char* title = "显示内部角度从0到270的弧形文本 "; in UIKitUIArcLabelTestDisplay001() local
99 const char* title = "显示内部角度从0到-270的弧形文本 "; in UIKitUIArcLabelTestDisplay002() local
106 const char* title = "显示外部角度从0到270的弧形文本 "; in UIKitUIArcLabelTestDisplay003() local
113 const char* title = "显示外部角度从0到-270的弧形文本 "; in UIKitUIArcLabelTestDisplay004() local
118 TestArcLabelDisplay(const char* title, const int16_t startAngle, const int16_t endAngle, const TextOrientation orientation, int16_t x, int16_t y) TestArcLabelDisplay() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp45 void JSDialog::SetTitle(char *title) in SetTitle() argument
/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H A Dui_test_focus_manager.cpp397 UILabelButton* UITestFocusManager::SetUpButton(const char* title, int16_t x, int16_t y, UIViewGroup* viewGroup, in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp453 void UITestImage::SetUpButton(UILabelButton* btn, const char* title) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_font/
H A Dui_test_font.cpp65 void UITestFont::InnerTestTitle(const char* title) in InnerTestTitle() argument
/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.cpp251 void UITestImageAnimator::SetUpButton(UILabelButton* btn, const char* title) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.h95 void SetUpButton(Layout* controller, UILabelButton* btn, const char* title) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp244 UILabelButton* CustomInputMethod::SetupButton(const char* title) in SetupButton() argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_polyline.cpp387 void UITestChartPolyline::SetUpButton(UILabelButton* btn, const char* title, const char* id) in SetUpButton() argument
/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp167 void UITestDialog::InnerTestTitle(const char* title) in InnerTestTitle() argument
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp93 UILabel* UITestOpacity::CreateTestCaseUILabel(const char* title, uint8_t opaScale) const in CreateTestCaseUILabel() argument
186 UILabelButton* UITestOpacity::CreateTestCaseUILabelButton(const char* title, uint8_t opaScale) const in CreateTestCaseUILabelButton() argument
211 UIArcLabel* UITestOpacity::CreateTestCaseUIArcLabel(const char* title, uint8_t opaScale) const in CreateTestCaseUIArcLabel() argument
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp108 void UITestCircleProgress::SetUpLabel(const char* title, int16_t x, int16_t y) const in SetUpLabel() argument
116 void UITestCircleProgress::SetUpButton(UILabelButton* btn, const char* title, int16_t x, int16_t y) in SetUpButton() argument
H A Dui_test_box_progress.cpp105 void UITestBoxProgress::SetUpLabel(const char* title, int16_t x, int16_t y) const in SetUpLabel() argument
113 void UITestBoxProgress::SetUpButton(UILabelButton* btn, const char* title, int16_t x, int16_t y) in SetUpButton() argument

Completed in 18 milliseconds

12345678910>>...24