Searched refs:newtab (Results 1 – 3 of 3) sorted by relevance
177 MenuItem newtab = menu.findItem(R.id.new_tab_menu_id); in updateMenuState() local178 if (newtab != null && !mUseQuickControls) { in updateMenuState()179 newtab.setVisible(false); in updateMenuState()
121 mNewTab = (ImageButton) findViewById(R.id.newtab); in init()
105 mNewTab = (ImageButton) findViewById(R.id.newtab); in TabBar()