Searched refs:is_displayed (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Support/
H A DSystemUtils.cpp23 if (stream_to_check.is_displayed()) {
H A Draw_ostream.cpp639 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream
/external/chromium_org/chrome/test/functional/
H A Dabout_plugins_ui.py22 self.assertTrue(self.WaitUntil(lambda: detail_link.is_displayed()),
65 self.assertTrue(self.WaitUntil(lambda: detail_link.is_displayed()),
H A Dautofill.py116 self.assertTrue(list_entry.is_displayed)
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmode_indicator_browsertest.cc42 bool is_displayed() const { function in class:chromeos::input_method::ScopedModeIndicatorObserverForTesting
147 EXPECT_TRUE(observer.is_displayed());
159 EXPECT_TRUE(observer.is_displayed());
181 EXPECT_TRUE(observer.is_displayed());
/external/clang/tools/diagtool/
H A DTreeView.cpp39 return llvm::errs().is_displayed() && llvm::outs().is_displayed();
/external/llvm/include/llvm/Support/
H A Draw_ostream.h238 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
241 virtual bool has_colors() const { return is_displayed(); }
382 virtual bool is_displayed() const LLVM_OVERRIDE;
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.h99 bool* is_displayed);
H A Delement_util.cc381 bool is_displayed = false; local
383 session, web_view, target_element_id, true, &is_displayed);
386 if (!is_displayed)
474 bool* is_displayed) {
484 if (!result->GetAsBoolean(is_displayed))
469 IsElementDisplayed( Session* session, WebView* web_view, const std::string& element_id, bool ignore_opacity, bool* is_displayed) argument
H A Delement_commands.cc35 bool is_displayed = false; local
40 session, web_view, element_id, true, &is_displayed);
43 if (is_displayed)

Completed in 400 milliseconds