HomeSort by relevance Sort by last modified time
    Searched defs:is_displayed (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 69 if (!is_displayed())
76 if (!is_displayed())
83 if (!is_displayed())
88 bool mcld::raw_fd_ostream::is_displayed() const function in class:mcld::raw_fd_ostream
93 return llvm::raw_fd_ostream::is_displayed();
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_browsertest.cc 45 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/
element_commands.cc 39 bool is_displayed = false; local
44 session, web_view, element_id, true, &is_displayed);
47 if (is_displayed)
441 webdriver::atoms::asString(webdriver::atoms::IS_DISPLAYED),
element_util.cc 388 bool is_displayed = false; local
390 session, web_view, target_element_id, true, &is_displayed);
393 if (!is_displayed)
492 bool* is_displayed) {
498 session->GetCurrentFrameId(), web_view, webdriver::atoms::IS_DISPLAYED,
502 if (!result->GetAsBoolean(is_displayed))
503 return Status(kUnknownError, "IS_DISPLAYED should return a boolean value");
  /external/llvm/include/llvm/Support/
raw_ostream.h 243 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/
raw_ostream.cpp 647 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream

Completed in 209 milliseconds