Home
last modified time | relevance | path

Searched refs:updateSublabel (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/FrameHold/
H A DFrameHold.cpp114 updateSublabel(0.); in syncPrivateData()
120 void updateSublabel(double time);
155 FrameHoldPlugin::updateSublabel(double time) in updateSublabel() function in FrameHoldPlugin
216 updateSublabel(args.time); in changedParam()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/
H A DAutofillAddress.java129 updateSublabel(mProfile.getLabel()); in setShippingAddressLabelWithCountry()
146 updateSublabel(mProfile.getLabel()); in setShippingAddressLabelWithoutCountry()
163 updateSublabel(mProfile.getLabel()); in setBillingAddressLabel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/android/java/src/org/chromium/components/autofill/
H A DEditableOption.java164 protected void updateSublabel(String sublabel) { in updateSublabel() method in EditableOption