HomeSort by relevance Sort by last modified time
    Searched refs:constrained_window_count (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui_browsertest.cc 73 ASSERT_EQ(1U, tab_contents->constrained_window_count());
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_views.cc 147 if (tab_contents()->constrained_window_count() > 0) {
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 488 EXPECT_EQ(0, static_cast<int>(tab->constrained_window_count()));
743 if (static_cast<int>(tab1->constrained_window_count()) > 0)
749 ASSERT_EQ(1, static_cast<int>(tab1->constrained_window_count()));
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 457 size_t constrained_window_count() { return child_windows_.size(); } function in class:TabContents
    [all...]

Completed in 149 milliseconds