Home
last modified time | relevance | path

Searched refs:tab_count (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/tab_count_metrics/
H A Dtab_count_metrics_unittest.cc58 void RecordTabCountMetric(size_t tab_count) { in RecordTabCountMetric() argument
59 EXPECT_LE(tab_count, kMaxTabCount); in RecordTabCountMetric()
60 const size_t bucket = BucketForTabCount(tab_count); in RecordTabCountMetric()
64 Add(tab_count), in RecordTabCountMetric()
150 for (size_t tab_count = num_tabs_lower_bound; in TEST_F() local
151 tab_count <= num_tabs_upper_bound; tab_count++) { in TEST_F()
152 RecordTabCountMetric(tab_count); in TEST_F()
153 expected_counts[bucket].emplace(tab_count, 1); in TEST_F()
161 for (size_t tab_count = 0; tab_count <= kMaxTabCount; tab_count++) { in TEST_F() local
164 if (internal::IsInBucket(tab_count, bucket)) { in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/tab_count_metrics/
H A Dtab_count_metrics_unittest.cc58 void RecordTabCountMetric(size_t tab_count) { in RecordTabCountMetric() argument
59 EXPECT_LE(tab_count, kMaxTabCount); in RecordTabCountMetric()
60 const size_t bucket = BucketForTabCount(tab_count); in RecordTabCountMetric()
64 Add(tab_count), in RecordTabCountMetric()
150 for (size_t tab_count = num_tabs_lower_bound; in TEST_F() local
151 tab_count <= num_tabs_upper_bound; tab_count++) { in TEST_F()
152 RecordTabCountMetric(tab_count); in TEST_F()
153 expected_counts[bucket].emplace(tab_count, 1); in TEST_F()
161 for (size_t tab_count = 0; tab_count <= kMaxTabCount; tab_count++) { in TEST_F() local
164 if (internal::IsInBucket(tab_count, bucket)) { in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/accessibility/
H A Dsticky_keys_browsertest.cc104 int tab_count = 1; in IN_PROC_BROWSER_TEST_F() local
105 for (; tab_count < 5; ++tab_count) { in IN_PROC_BROWSER_TEST_F()
106 EXPECT_EQ(tab_count, tab_strip_model->count()); in IN_PROC_BROWSER_TEST_F()
113 EXPECT_EQ(tab_count, tab_strip_model->count()); in IN_PROC_BROWSER_TEST_F()
120 EXPECT_EQ(tab_count, tab_strip_model->count()); in IN_PROC_BROWSER_TEST_F()
127 int tab_count = 1; in IN_PROC_BROWSER_TEST_F() local
128 EXPECT_EQ(tab_count, tab_strip_model->count()); in IN_PROC_BROWSER_TEST_F()
136 EXPECT_EQ(tab_count, tab_strip_model->count()); in IN_PROC_BROWSER_TEST_F()
141 for (; tab_count < 5; ++tab_count) { in IN_PROC_BROWSER_TEST_F()
147 EXPECT_EQ(tab_count, tab_strip_model->count()); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.cc115 if (!tab_count()) in SizeToFit()
143 if (ideal_x(tab_count() - 1) == max_x) in SizeToFit()
148 SetIdealBoundsAt(tab_count() - 1, max_x); in SizeToFit()
171 active_x = (index + 1 == tab_count()) ? in AddTab()
292 if (tab_count() == pinned_tab_count_) in ResetToIdealState()
317 LayoutByTabOffsetBefore(tab_count() - 1); in ResetToIdealState()
420 for (int i = index + 1; i < tab_count(); ++i) in PushTabsAfter()
474 if (index == tab_count() - 1) in ExpandTabsAfter()
520 int index = tab_count() - 1; in AdjustTrailingStackedTabs()
542 for (; index < tab_count(); ++index) in AdjustTrailingStackedTabs()
[all …]
H A Dtab_strip_unittest.cc203 tab_strip_->tab_count(), in VerifyTabIndices()
314 TEST_P(TabStripTest, tab_count) { in TEST_P() argument
315 EXPECT_EQ(0, tab_strip_->tab_count()); in TEST_P()
321 ASSERT_EQ(1, tab_strip_->tab_count()); in TEST_P()
332 ASSERT_EQ(3, tab_strip_->tab_count()); in TEST_P()
347 EXPECT_EQ(2, tab_strip_->tab_count()); in TEST_P()
351 EXPECT_EQ(1, tab_strip_->tab_count()); in TEST_P()
532 ASSERT_EQ(4, tab_strip_->tab_count()); in TEST_P()
562 ASSERT_EQ(4, tab_strip_->tab_count()); in TEST_P()
916 while (tab_strip_->tab_count() > 0) { in TEST_P()
[all …]
H A Dstacked_tab_strip_layout.h194 return tab_count() != pinned_tab_count_ && in requires_stacking()
195 x_ + width_for_count(tab_count() - pinned_tab_count_) > width_; in requires_stacking()
199 int tab_count() const { return view_model_->view_size(); } in tab_count() function
202 int normal_tab_count() const { return tab_count() - pinned_tab_count_; } in normal_tab_count()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/renderer_host/
H A Drender_process_host_chrome_browsertest.cc188 tab_count++; in TestProcessOverflow()
204 tab_count++; in TestProcessOverflow()
225 tab_count++; in TestProcessOverflow()
239 tab_count++; in TestProcessOverflow()
278 int tab_count = 1; in IN_PROC_BROWSER_TEST_F() local
303 tab_count++; in IN_PROC_BROWSER_TEST_F()
314 tab_count++; in IN_PROC_BROWSER_TEST_F()
325 tab_count++; in IN_PROC_BROWSER_TEST_F()
334 tab_count++; in IN_PROC_BROWSER_TEST_F()
498 tab_count++; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/renderer_host/
H A Drender_process_host_chrome_browsertest.cc187 tab_count++; in TestProcessOverflow()
203 tab_count++; in TestProcessOverflow()
224 tab_count++; in TestProcessOverflow()
238 tab_count++; in TestProcessOverflow()
277 int tab_count = 1; in IN_PROC_BROWSER_TEST_F() local
302 tab_count++; in IN_PROC_BROWSER_TEST_F()
313 tab_count++; in IN_PROC_BROWSER_TEST_F()
324 tab_count++; in IN_PROC_BROWSER_TEST_F()
333 tab_count++; in IN_PROC_BROWSER_TEST_F()
497 tab_count++; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/deskutils/p5-Goo/Goo-0.09/lib/Goo/
H A DTabConverter.pm39 my $tab_count = 0;
49 $character = ' ' x ($tab_size - $tab_count);
52 $tab_count = $tab_size;
57 $tab_count++;
59 if ($tab_count >= $tab_size) {
60 $tab_count = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resource_coordinator/tab_ranker/
H A Dwindow_features.cc13 int tab_count) in WindowFeatures() argument
17 tab_count(tab_count) {} in WindowFeatures()
21 is_active == other.is_active && tab_count == other.tab_count; in operator ==()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sessions/
H A Dtab_restore_browsertest.cc109 return tab_count; in AddSomeTabs()
139 ASSERT_GT(tab_count, 0); in RestoreTab()
226 int closed_tab_index = tab_count - 1; in IN_PROC_BROWSER_TEST_F()
953 ASSERT_LE(2, tab_count); in IN_PROC_BROWSER_TEST_F()
985 ASSERT_LE(2, tab_count); in IN_PROC_BROWSER_TEST_F()
1023 ASSERT_LE(3, tab_count); in IN_PROC_BROWSER_TEST_F()
1058 ASSERT_LE(3, tab_count); in IN_PROC_BROWSER_TEST_F()
1091 ASSERT_LE(4, tab_count); in IN_PROC_BROWSER_TEST_F()
1122 {tab_count - 3, tab_count - 2}); in IN_PROC_BROWSER_TEST_F()
1189 int interesting_tab = tab_count - 1; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/tab_search/
H A Dtab_search_ui_browsertest.cc75 int tab_count = browser()->tab_strip_model()->GetTabCount(); in IN_PROC_BROWSER_TEST_F() local
77 browser()->tab_strip_model()->GetWebContentsAt(tab_count - 1)); in IN_PROC_BROWSER_TEST_F()
108 int tab_count = browser()->tab_strip_model()->GetTabCount(); in IN_PROC_BROWSER_TEST_F() local
109 ASSERT_EQ(3, tab_count); in IN_PROC_BROWSER_TEST_F()
111 std::vector<int> open_tab_ids(tab_count); in IN_PROC_BROWSER_TEST_F()
112 for (int tab_index = 0; tab_index < tab_count; tab_index++) { in IN_PROC_BROWSER_TEST_F()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/agp_validate/
H A Dagp_renumber.cpp246 int tab_count=0; in ProcessStream() local
259 tab_count++; in ProcessStream()
261 if(tab_count>8) { in ProcessStream()
262 if( tab_count==9 && i<s.size()-1 && s[i+1]=='#' ) { in ProcessStream()
282 if(prev_ch=='\t' && tab_count==4) { in ProcessStream()
286 (tab_count==6 || tab_count==7) && tolower(ch)!=ch in ProcessStream()
291 if(tab_count>8) { in ProcessStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tab_sharing/
H A Dtab_sharing_ui_views_browsertest.cc122 void AddTabs(Browser* browser, int tab_count = 1) { in AddTabs() argument
123 for (int i = 0; i < tab_count; ++i) { in AddTabs()
294 int tab_count) { in CreateUIsAndStartSharing() argument
295 for (int i = 0; i < tab_count; ++i) { in CreateUIsAndStartSharing()
310 void AddTabs(Browser* browser, int tab_count) { in AddTabs() argument
311 for (int i = 0; i < tab_count; ++i) in AddTabs()
325 int tab_count = browser()->tab_strip_model()->count(); in IN_PROC_BROWSER_TEST_F() local
326 for (int i = 0; i < tab_count; ++i) in IN_PROC_BROWSER_TEST_F()
331 for (int i = 1; i < tab_count; ++i) in IN_PROC_BROWSER_TEST_F()
342 for (int i = 0; i < tab_count; ++i) { in IN_PROC_BROWSER_TEST_F()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DXmTabList.c84 Cardinal tab_count, in XmTabListInsertTabs() argument
92 if (tab_count==0) in XmTabListInsertTabs()
96 r->count = tab_count; in XmTabListInsertTabs()
111 for (j=0; j<tab_count; d++, j++) { in XmTabListInsertTabs()
142 Cardinal tab_count) in XmTabListReplacePositions() argument
146 if (tab_count==0) in XmTabListReplacePositions()
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/form_test/src/Form/
H A DFormTestVerticalTabsForm.php26 $tab_count = 3;
30 '#default_tab' => 'edit-tab' . $tab_count,
33 for ($i = 1; $i <= $tab_count; $i++) {
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/form_test/src/Form/
H A DFormTestVerticalTabsForm.php27 $tab_count = 3;
31 '#default_tab' => 'edit-tab' . $tab_count,
34 for ($i = 1; $i <= $tab_count; $i++) {
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DTextSink.c191 sink->text_sink.tab_count = 0; /* Initialize the tab stops. */
440 SetTabs(w, tab_count, tabs) in SetTabs() argument
442 int tab_count;
739 XawTextSinkSetTabs(Widget w, int tab_count, int *tabs) in XawTextSinkSetTabs() argument
741 XawTextSinkSetTabs(w, tab_count, tabs) in XawTextSinkSetTabs()
743 int tab_count, *tabs;
746 if (tab_count > 0) {
748 short *char_tabs = (short*)XtMalloc( (unsigned)tab_count*sizeof(short) );
752 for (i = tab_count, tab = char_tabs; i; i--) *tab++ = (short)*tabs++;
754 (*class->text_sink_class.SetTabs)(w, tab_count, char_tabs);
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DTextSink.c192 sink->text_sink.tab_count = 0; /* Initialize the tab stops. */
441 SetTabs(w, tab_count, tabs) in SetTabs() argument
443 int tab_count;
733 XawTextSinkSetTabs(Widget w, int tab_count, int *tabs) in XawTextSinkSetTabs() argument
735 XawTextSinkSetTabs(w, tab_count, tabs) in XawTextSinkSetTabs()
737 int tab_count, *tabs;
740 if (tab_count > 0) {
742 short *char_tabs = (short*)XtMalloc( (unsigned)tab_count*sizeof(short) );
746 for (i = tab_count, tab = char_tabs; i; i--) *tab++ = (short)*tabs++;
748 (*class->text_sink_class.SetTabs)(w, tab_count, char_tabs);
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/
H A DCodePrinter.java146 int indent_size, tab_count; in indent() local
148 tab_count = 0; indent_size = visible_size; in indent()
151 tab_count = visible_size / indentTabSize; in indent()
152 indent_size = tab_count + visible_size % indentTabSize; in indent()
155 int tab_end = pos + tab_count; in indent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_sign_in_delegate_browsertest.cc94 int tab_count = browser()->tab_strip_model()->count(); in IN_PROC_BROWSER_TEST_F() local
96 EXPECT_EQ(starting_tab_count + 1, tab_count); in IN_PROC_BROWSER_TEST_F()
146 int tab_count = extra_browser->tab_strip_model()->count(); in IN_PROC_BROWSER_TEST_F() local
149 EXPECT_EQ(starting_tab_count + 1, tab_count); in IN_PROC_BROWSER_TEST_F()
/dports/devel/anjuta/anjuta-3.34.0/plugins/debug-manager/
H A Dutilities.c43 guint src_count, dest_count, tab_count; in gdb_util_remove_white_spaces() local
46 tab_count = 8; in gdb_util_remove_white_spaces()
54 for (j = 0; j < tab_count; j++) in gdb_util_remove_white_spaces()
/dports/lang/perl5.34/perl-5.34.0/cpan/Text-Tabs/t/
H A DTabs-ElCid.t120 my($char_count, $byte_count, $chunk_count, $word_count, $tab_count);
126 $tab_count = y/\t//;
132 $bad++ unless check($tab_count, $., "OLD", "TABS");
142 $tab_count = y/\t//;
148 $bad++ unless check($tab_count, $., "NEW", "TABS");
/dports/lang/perl5.30/perl-5.30.3/cpan/Text-Tabs/t/
H A DTabs-ElCid.t120 my($char_count, $byte_count, $chunk_count, $word_count, $tab_count);
126 $tab_count = y/\t//;
132 $bad++ unless check($tab_count, $., "OLD", "TABS");
142 $tab_count = y/\t//;
148 $bad++ unless check($tab_count, $., "NEW", "TABS");
/dports/lang/perl5.32/perl-5.32.1/cpan/Text-Tabs/t/
H A DTabs-ElCid.t120 my($char_count, $byte_count, $chunk_count, $word_count, $tab_count);
126 $tab_count = y/\t//;
132 $bad++ unless check($tab_count, $., "OLD", "TABS");
142 $tab_count = y/\t//;
148 $bad++ unless check($tab_count, $., "NEW", "TABS");

12345678910>>...12