OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_tabs
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/extensions/
window_open_apitest.cc
24
void WaitForTabsAndPopups(Browser* browser, int
num_tabs
, int num_popups) {
26
++
num_tabs
;
31
browser->tab_count() <
num_tabs
) {
37
ASSERT_EQ(
num_tabs
, browser->tab_count());
extension_install_ui_browsertest.cc
89
int
num_tabs
= browser()->tab_count();
local
95
EXPECT_EQ(
num_tabs
+ 1, browser()->tab_count());
/external/chromium/chrome/browser/sessions/
tab_restore_service.cc
94
int32
num_tabs
;
member in struct:__anon2945::WindowPayload
647
int
num_tabs
,
655
payload.
num_tabs
=
num_tabs
;
779
payload.
num_tabs
= old_payload.
num_tabs
;
785
pending_window_tabs = payload.
num_tabs
;
[
all
...]
tab_restore_service.h
231
int
num_tabs
,
/external/libpng/
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
png.h
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
673
// Unselected width = (total width - selected width) / (
num_tabs
- 1)
679
// Selected width = (total width - (unselected width * (
num_tabs
- 1)))
[
all
...]
Completed in 448 milliseconds