/external/chromium_org/chrome/browser/chromeos/input_method/ |
textinput_browsertest.cc | 297 content::WebContents* new_tab = local 299 EXPECT_NE(base_tab, new_tab);
|
/external/chromium_org/chrome/browser/net/ |
websocket_browsertest.cc | 180 content::WebContents* new_tab = content::WebContents::Create( local 182 browser()->tab_strip_model()->AppendWebContents(new_tab, true); 183 ASSERT_EQ(new_tab, browser()->tab_strip_model()->GetWebContentsAt(1)); 186 new_tab, base::ASCIIToUTF16("CONNECTED")); 192 content::WebContentsDestroyedWatcher destroyed_watcher(new_tab);
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_search_prerenderer_unittest.cc | 421 content::WebContents* new_tab = local 423 EXPECT_NE(GetPrerenderURL(), new_tab->GetURL()); 424 EXPECT_EQ(url, new_tab->GetURL());
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
tab_scrubber.cc | 158 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point); local 159 if (!new_tab) 162 int new_index = tab_strip->GetModelIndexOfTab(new_tab); 190 new_tab->hover_controller()->Show(views::GlowHoverController::PRONOUNCED); 195 views::View::ConvertPointToTarget(tab_strip, new_tab, &hover_point); 196 new_tab->hover_controller()->SetLocation(hover_point);
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_permission_context_unittest.cc | 218 content::WebContents* new_tab = content::WebContents::Create( local 220 new_tab->GetController().LoadURL( 222 content::RenderViewHostTester::For(new_tab->GetRenderViewHost())-> 227 extensions::SetViewType(new_tab, extensions::VIEW_TYPE_TAB_CONTENTS); 229 InfoBarService::CreateForWebContents(new_tab); 231 extra_tabs_.push_back(new_tab); [all...] |
/external/chromium_org/chrome/browser/media/ |
webrtc_browsertest_base.cc | 192 content::WebContents* new_tab = local 194 GetUserMediaWithSpecificConstraintsAndAccept(new_tab, constraints); 195 return new_tab;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sessions_helper.cc | 208 SessionTab* new_tab = new SessionTab(); local 209 new_tab->navigations.resize(tab.navigations.size()); 211 new_tab->navigations.begin()); 212 new_window->tabs.push_back(new_tab);
|
/external/chromium_org/chrome/browser/sessions/ |
session_restore_browsertest.cc | 745 const content::WebContents* new_tab = local 747 EXPECT_EQ(webui_url, new_tab->GetURL()); 749 new_tab->GetRenderViewHost()->GetEnabledBindings()); 762 const content::WebContents* new_tab = local 764 EXPECT_EQ(webui_url, new_tab->GetURL()); 766 new_tab->GetRenderViewHost()->GetEnabledBindings()); [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_commands.cc | 214 WebContents* new_tab = current_tab->Clone(); local 216 new_tab, -1, ui::PAGE_TRANSITION_LINK, 219 return new_tab; 222 WebContents* new_tab = current_tab->Clone(); local 226 new_tab, -1, ui::PAGE_TRANSITION_LINK, 229 return new_tab; 244 WebContents* new_tab = GetTabAndRevertIfNecessary(browser, disposition); local 245 new_tab->UserGestureDone(); 246 if (!new_tab->FocusLocationBarByDefault()) 247 new_tab->Focus() 410 WebContents* new_tab = GetTabAndRevertIfNecessary(browser, disposition); local [all...] |