Searched refs:num_tabs (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | window_open_apitest.cc | 24 void WaitForTabsAndPopups(Browser* browser, int num_tabs, int num_popups) { in WaitForTabsAndPopups() argument 26 ++num_tabs; in WaitForTabsAndPopups() 31 browser->tab_count() < num_tabs) { in WaitForTabsAndPopups() 37 ASSERT_EQ(num_tabs, browser->tab_count()); in WaitForTabsAndPopups()
|
D | extension_install_ui_browsertest.cc | 89 int num_tabs = browser()->tab_count(); in IN_PROC_BROWSER_TEST_F() local 95 EXPECT_EQ(num_tabs + 1, browser()->tab_count()); in IN_PROC_BROWSER_TEST_F()
|
/external/libpng/ |
D | png.h | 2713 int num_tabs=l; \ 2714 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2715 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":"")))); \ 2721 int num_tabs=l; \ 2722 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2723 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1); \ 2729 int num_tabs=l; \ 2730 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2731 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1,p2); \ 2738 int num_tabs=l; \ [all …]
|
/external/chromium/chrome/browser/sessions/ |
D | tab_restore_service.cc | 94 int32 num_tabs; member 647 int num_tabs, in CreateWindowCommand() argument 655 payload.num_tabs = num_tabs; in CreateWindowCommand() 779 payload.num_tabs = old_payload.num_tabs; in CreateEntriesFromCommands() 785 pending_window_tabs = payload.num_tabs; in CreateEntriesFromCommands()
|
D | tab_restore_service.h | 231 int num_tabs,
|
/external/qemu/distrib/libpng-1.2.19/ |
D | png.h | 2472 int num_tabs=l; \ 2473 fprintf(PNG_DEBUG_FILE,"%s"m,(num_tabs==1 ? "\t" : \ 2474 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":"")))); \ 2478 int num_tabs=l; \ 2479 fprintf(PNG_DEBUG_FILE,"%s"m,(num_tabs==1 ? "\t" : \ 2480 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1); \ 2484 int num_tabs=l; \ 2485 fprintf(PNG_DEBUG_FILE,"%s"m,(num_tabs==1 ? "\t" : \ 2486 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1,p2); \
|