Searched defs:is_displayed (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmode_indicator_browsertest.cc45 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/chromium_org/chrome/test/chromedriver/
H A Delement_commands.cc39 bool is_displayed = false; local
44 session, web_view, element_id, true, &is_displayed);
47 if (is_displayed)
H A Delement_util.cc388 bool is_displayed = false; local
390 session, web_view, target_element_id, true, &is_displayed);
393 if (!is_displayed)
492 bool* is_displayed) {
502 if (!result->GetAsBoolean(is_displayed))
487 IsElementDisplayed( Session* session, WebView* web_view, const std::string& element_id, bool ignore_opacity, bool* is_displayed) argument
/external/llvm/include/llvm/Support/
H A Draw_ostream.h243 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
246 virtual bool has_colors() const { return is_displayed(); }
387 bool is_displayed() const override;
/external/llvm/lib/Support/
H A Draw_ostream.cpp647 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream

Completed in 199 milliseconds