Searched refs:shouldBeHidden (Results 1 – 4 of 4) sorted by relevance
135 - (void)setAlwaysHideHorizontalScroller:(BOOL)shouldBeHidden137 if (_private->alwaysHideHorizontalScroller == shouldBeHidden)140 _private->alwaysHideHorizontalScroller = shouldBeHidden;144 - (void)setAlwaysHideVerticalScroller:(BOOL)shouldBeHidden146 if (_private->alwaysHideVerticalScroller == shouldBeHidden)149 _private->alwaysHideVerticalScroller = shouldBeHidden;
1133 static bool shouldBeHidden(NamedDecl *D) { in shouldBeHidden() function1191 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND)) in buildLookupImpl()1348 if (shouldBeHidden(D)) in makeDeclVisibleInContextWithFlags()
10612 Changed parameter name from shouldBeVisible to shouldBeHidden.
8799 (WebCore::RenderProgressBarValuePart::shouldBeHidden):