Searched refs:ShowArtFrames (Results 1 – 6 of 6) sorted by relevance
110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;157 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() function in ReportLib488 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() function489 return report_lib->ShowArtFrames(show); in ShowArtFrames()
243 self._ShowArtFramesFunc = self._lib.ShowArtFrames295 def ShowArtFrames(self, show=True): member in ReportLib
291 self.lib.ShowArtFrames()
1070 report_lib.ShowArtFrames(False)1073 report_lib.ShowArtFrames(True)
588 lib.ShowArtFrames()
111 lib.ShowArtFrames(True)