Searched refs:is_displayed (Results 1 – 16 of 16) sorted by relevance
130 bool is_displayed() const override { in is_displayed() function131 return TheStream->is_displayed(); in is_displayed()
254 virtual bool is_displayed() const { return false; } in is_displayed() function257 virtual bool has_colors() const { return is_displayed(); } in has_colors()407 bool is_displayed() const override;
112 elif self.driver.find_element_by_xpath(dup).is_displayed():143 if self.driver.find_element_by_xpath(pwd_wrong).is_displayed():162 if self.driver.find_element_by_id(button_id).is_displayed():
81 self.wait_for_object_by_xpath(xpath).is_displayed())
40 if element and element.is_displayed():
185 self.wait_for_object_by_xpath(xpath).is_displayed())
107 if element and element.is_displayed():
131 if element and element.is_displayed():
29 return llvm::errs().is_displayed() && llvm::outs().is_displayed(); in hasColors()
21 if (stream_to_check.is_displayed()) { in CheckBitcodeOutputToConsole()
704 bool raw_fd_ostream::is_displayed() const { in is_displayed() function in raw_fd_ostream
23 if (stream_to_check.is_displayed()) { in CheckBitcodeOutputToConsole()
635 bool raw_fd_ostream::is_displayed() const { in is_displayed() function in raw_fd_ostream
228 virtual bool is_displayed() const { return false; } in is_displayed() function382 virtual bool is_displayed() const;
116 usage_check_box.is_displayed, timeout=10, sleep_interval=1,
1561 if (outs().is_displayed()) { in printRawClangAST()