HomeSort by relevance Sort by last modified time
    Searched full:first_tab (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_unittest.cc 495 content::WebContents* const first_tab = member in class:content
503 first_tab->IncrementCapturerCount(kCaptureSize);
505 ASSERT_FALSE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
513 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
521 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
527 EXPECT_EQ(kCaptureSize, first_tab->GetViewBounds().size());
533 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
538 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
562 content::WebContents* const first_tab = member in class:content
572 first_tab->IncrementCapturerCount(kCaptureSize)
623 content::WebContents* const first_tab = member in class:content
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_browsertest.cc 125 WebContents* first_tab = variable
127 ASSERT_TRUE(first_tab); variable
134 cloned_tab_observer_.reset(new PrintPreviewDialogClonedObserver(first_tab));
139 ASSERT_NE(first_tab, initiator_);
  /external/chromium_org/tools/telemetry/telemetry/core/
tab_unittest.py 116 first_tab = self._tab
126 first_tab.ExecuteJavaScript('console.time("first-tab-marker");')
127 first_tab.ExecuteJavaScript('console.timeEnd("first-tab-marker");')
136 first_tab.id)
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 146 Tab* first_tab = tab_strip->tab_at(0); local
147 int first_tab_center = first_tab->bounds().CenterPoint().x();
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 775 bool first_tab = true; local
788 int add_types = first_tab ? TabStripModel::ADD_ACTIVE :
796 params.disposition = first_tab ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB;
809 first_tab = false;
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 1103 WebContents* first_tab = tab_strip->GetActiveWebContents(); local
1138 WebContents* first_tab = tab_strip->GetActiveWebContents(); local
1183 WebContents* first_tab = tab_strip->GetActiveWebContents(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 537 // first_tab based on source_tabstrip_, not attached_tabstrip_. Otherwise,
540 views::View* first_tab = source_tabstrip_->tab_at(0); local
541 views::View::ConvertPointToWidget(first_tab, &first_source_tab_point_);
    [all...]

Completed in 2354 milliseconds