HomeSort by relevance Sort by last modified time
    Searched refs:new_tab (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/
tab_restore_uitest.cc 149 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index));
150 ASSERT_TRUE(new_tab.get());
152 ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, new_tab->NavigateToURL(url1_));
154 ASSERT_TRUE(new_tab->Close(true));
155 new_tab = NULL;
180 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index));
181 ASSERT_TRUE(new_tab.get());
183 ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, new_tab->NavigateToURL(url1_));
185 ASSERT_TRUE(new_tab->Close(true));
186 new_tab = NULL
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_client_host.h 55 virtual void TabReplaced(TabContentsWrapper* new_tab) = 0;
inspectable_tab_proxy.h 79 virtual void TabReplaced(TabContentsWrapper* new_tab);
inspectable_tab_proxy.cc 51 void DevToolsClientHostImpl::TabReplaced(TabContentsWrapper* new_tab) {
53 id_ = new_tab->controller().session_id().id();
devtools_manager_unittest.cc 43 virtual void TabReplaced(TabContentsWrapper* new_tab) {
devtools_window.h 43 virtual void TabReplaced(TabContentsWrapper* new_tab);
devtools_manager.h 88 void TabReplaced(TabContentsWrapper* old_tab, TabContentsWrapper* new_tab);
devtools_manager.cc 260 TabContentsWrapper* new_tab) {
269 client_host->TabReplaced(new_tab);
270 AttachClientHost(cookie, new_tab->tab_contents()->render_view_host());
devtools_window.cc 132 void DevToolsWindow::TabReplaced(TabContentsWrapper* new_tab) {
133 DCHECK_EQ(profile_, new_tab->profile());
134 inspected_tab_ = new_tab->tab_contents();
devtools_http_protocol_handler.cc 65 virtual void TabReplaced(TabContentsWrapper* new_tab) {
  /external/chromium/chrome/browser/extensions/
extension_devtools_bridge.h 34 virtual void TabReplaced(TabContentsWrapper* new_tab);
extension_devtools_bridge.cc 119 void ExtensionDevToolsBridge::TabReplaced(TabContentsWrapper* new_tab) {
120 DCHECK_EQ(profile_, new_tab->profile());
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 151 TestTabContentsWithPendingInfoBar* new_tab = local
153 new_tab->controller().LoadURL(url, GURL(), PageTransition::TYPED);
154 static_cast<TestRenderViewHost*>(new_tab->render_manager()->current_host())->
156 extra_tabs_.push_back(new_tab);
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 259 DiSym* new_tab; local
270 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1",
274 new_tab[i] = di->symtab[i];
277 di->symtab = new_tab;
291 DiLoc* new_tab; local
299 new_tab = ML_(dinfo_zalloc)( "di.storage.addLoc.1",
303 new_tab[i] = di->loctab[i];
306 di->loctab = new_tab;
322 DiLoc* new_tab; local
327 new_tab = ML_(dinfo_zalloc)( "di.storage.shrinkLocTab",
437 DiCfSI* new_tab; local
    [all...]
readdwarf.c 87 Word* new_tab; local
101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
102 vg_assert(new_tab != NULL);
104 new_tab[i] = wa->tab[i];
108 wa->tab = new_tab;
    [all...]
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 507 TabContentsWrapper* new_tab = browser()->instant()->GetPreviewContents(); local
508 ASSERT_TRUE(new_tab);
509 ASSERT_NE(new_tab, initial_tab);
511 new_tab->tab_contents()->GetRenderWidgetHostView();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavigationBarPhone.java 132 mUrlInput.setText(R.string.new_tab);
Tab.java 222 mTitle = c.getString(R.string.new_tab);
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 2871 XArray* \/* of VtsTE *\/ new_tab local
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 1067 TabContents* new_tab = wrapper->tab_contents(); local
1283 TabContents* new_tab = GetOrCloneTabForDisposition(disposition); local
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 1230 TabContentsWrapper* new_tab = local
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 74 * in new_tab.css. Unfortunately there's no better way to try to time

Completed in 682 milliseconds