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 42 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 35 bool is_displayed = false; local
40 session, web_view, element_id, true, &is_displayed);
43 if (is_displayed)
388 webdriver::atoms::asString(webdriver::atoms::IS_DISPLAYED),
element_util.cc 381 bool is_displayed = false; local
383 session, web_view, target_element_id, true, &is_displayed);
386 if (!is_displayed)
474 bool* is_displayed) {
480 session->GetCurrentFrameId(), web_view, webdriver::atoms::IS_DISPLAYED,
484 if (!result->GetAsBoolean(is_displayed))
485 return Status(kUnknownError, "IS_DISPLAYED should return a boolean value");
  /external/llvm/include/llvm/Support/
raw_ostream.h 238 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/llvm/lib/Support/
raw_ostream.cpp 639 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream

Completed in 87 milliseconds