Home
last modified time | relevance | path

Searched refs:resetIfInvalid (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dadjustthicknesspopup.cpp299 void resetIfInvalid() // Resets to empty if thickness adjustment is in SelectionData() function
352 resetIfInvalid(); in SelectionData()
384 resetIfInvalid(); in SelectionData()
428 resetIfInvalid(); in SelectionData()
494 resetIfInvalid(); in SelectionData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/
H A DAbstractInfoView.java719 …ndDoSetInput(final IWorkbenchPart part, final IJavaElement element, final boolean resetIfInvalid) { in computeAndDoSetInput() argument
762 if (input == null && !resetIfInvalid && fCurrentViewInput != null) { in computeAndDoSetInput()