Home
last modified time | relevance | path

Searched refs:old_tab (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
Dwebdriver_tab_list_backend.py40 for old_tab in old_tab_list:
41 if old_tab.window_handle == window_handle:
42 tab = old_tab
/external/chromium/chrome/browser/debugger/
Ddevtools_manager.h88 void TabReplaced(TabContentsWrapper* old_tab, TabContentsWrapper* new_tab);
Ddevtools_manager.cc259 void DevToolsManager::TabReplaced(TabContentsWrapper* old_tab, in TabReplaced() argument
261 RenderViewHost* old_rvh = old_tab->tab_contents()->render_view_host(); in TabReplaced()
/external/chromium_org/chrome/browser/sessions/
Dsession_restore_browsertest.cc653 const content::WebContents* old_tab = in IN_PROC_BROWSER_TEST_F() local
656 old_tab->GetRenderViewHost()->GetEnabledBindings()); in IN_PROC_BROWSER_TEST_F()
670 const content::WebContents* old_tab = in IN_PROC_BROWSER_TEST_F() local
673 old_tab->GetRenderViewHost()->GetEnabledBindings()); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/tabs/
Dtab_strip_model.cc1227 TabContentsWrapper* old_tab = in NotifySelectionChanged() local
1234 TabSelectedAt(old_tab, new_tab, active_index(), true)); in NotifySelectionChanged()
/external/valgrind/main/helgrind/
Dlibhb_core.c2705 void remap_VtsID ( /*MOD*/XArray* /* of VtsTE */ old_tab, in remap_VtsID() argument
2714 old_te = VG_(indexXA)( old_tab, old_id ); in remap_VtsID()
2723 void remap_VtsIDs_in_SVal ( /*MOD*/XArray* /* of VtsTE */ old_tab, in remap_VtsIDs_in_SVal() argument
2733 remap_VtsID( old_tab, new_tab, &rMin ); in remap_VtsIDs_in_SVal()
2734 remap_VtsID( old_tab, new_tab, &wMin ); in remap_VtsIDs_in_SVal()