Home
last modified time | relevance | path

Searched refs:this (Results 676 - 700 of 724) sorted by relevance

1...<<212223242526272829

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.h4 * you may not use this file except in compliance with the License.
44 scrollBarProxy_->UnRegisterScrollBar(AceType::WeakClaim(this));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h4 * you may not use this file except in compliance with the License.
81 return AceType::Claim(this);
H A Dtext_pattern.h4 * you may not use this file except in compliance with the License.
82 selectOverlay_ = AceType::MakeRefPtr<TextSelectOverlay>(WeakClaim(this)); in TextPattern()
84 magnifierController_ = MakeRefPtr<MagnifierController>(WeakClaim(this)); in TextPattern()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_property.h4 * you may not use this file except in compliance with the License.
39 value->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this));
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.h4 * you may not use this file except in compliance with the License.
221 return AceType::TypeId(this); in GetTargetTypeId()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dpostprocess.h4 * you may not use this file except in compliance with the License.
178 META_NS::GetValue(this->Get##interface_type##Interface()->user_name()))); \
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dfunction.h4 * you may not use this file except in compliance with the License.
63 BASE_NS::shared_ptr<DefaultFunction> p(new DefaultFunction(*this));
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_extract.h4 * you may not use this file except in compliance with the License.
53 // The first element is color, the second element is pixel num of this color.
93 // total pixel nums in this box;
125 return this->GetVolume() < v.GetVolume(); in operator <()
128 // Recomputes the boundaries of this box to tightly fit the color within the box.
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h4 * you may not use this file except in compliance with the License.
54 // The first element is color, the second element is pixel num of this color.
99 // total pixel nums in this box;
131 return this->GetVolume() < v.GetVolume(); in operator <()
134 // Recomputes the boundaries of this box to tightly fit the color within the box.
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h4 * you may not use this file except in compliance with the License.
45 this->name_ = name; in ConnectionInfo()
/foundation/graphic/graphic_3d/kits/js/include/
H A DBaseObjectJS.h4 * you may not use this file except in compliance with the License.
70 napi_wrap(env, thisVar, reinterpret_cast<void*>((TrueRootObject*)this), DTOR, nullptr, nullptr); in BaseObject()
77 // fetch the "this" from javascript. in ctor()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_meta.h4 * you may not use this file except in compliance with the License.
131 return *this; in operator =()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dupgrade_restore.h4 * you may not use this file except in compliance with the License.
134 std::shared_ptr<PhotosRestore> photosRestorePtr_ = std::make_shared<PhotosRestore>(this->photoAlbumRestore_);
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h4 * you may not use this file except in compliance with the License.
445 return !this->operator==(a); in operator !=()
/foundation/window/window_manager/utils/include/
H A Dwm_math.h4 * you may not use this file except in compliance with the License.
148 return *this; in operator *=()
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dnetwork_selection.h4 * you may not use this file except in compliance with the License.
331 return *this; in operator =()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h4 * you may not use this file except in compliance with the License.
122 return this->storeId < id.storeId;
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_extension.h4 * you may not use this file except in compliance with the License.
68 extension_->SetBackupExtExtension(this); in BackupExtExtension()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h4 * you may not use this file except in compliance with the License.
192 // the corresponding LayoutWrapper tree node at this time like add self wrapper to wrapper tree.
398 RefPtr<UINode> uiNode = AceType::Claim<UINode>(this); in FindChildNodeOfClass()
422 newChild->MountToParent(AceType::Claim(this), slot, false); in FastPreviewUpdateChild()
772 * @param id the accessibilityId of child who call this function.
867 * @brief Transform the [changeIdx] given by child [id] to corresponding position in [this] node.
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h4 * you may not use this file except in compliance with the License.
313 v = *this;
314 *this = sv;
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmeta.h4 * you may not use this file except in compliance with the License.
436 return *this; in operator =()
442 return *this; in operator =()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_property.h4 * you may not use this file except in compliance with the License.
236 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this));
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h4 * you may not use this file except in compliance with the License.
66 return MakeRefPtr<GestureEventHub>(WeakClaim(this)); in CreateGestureEventHub()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h4 * you may not use this file except in compliance with the License.
150 [wp = WeakClaim(this)](
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_property.h4 * you may not use this file except in compliance with the License.
56 paintProperty->UpdatePaintProperty(this);

Completed in 21 milliseconds

1...<<212223242526272829