OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTabAt
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate.h
60
virtual SyncedTabDelegate*
GetTabAt
(int index) const = 0;
synced_window_delegate_android.cc
79
SyncedTabDelegate* SyncedWindowDelegateAndroid::
GetTabAt
(int index) const {
81
TabAndroid* tab = tab_model_->
GetTabAt
(index);
86
SyncedTabDelegate* tab =
GetTabAt
(index);
synced_window_delegate_android.h
33
virtual SyncedTabDelegate*
GetTabAt
(int index) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
browser_synced_window_delegate.cc
46
browser_sync::SyncedTabDelegate* current =
GetTabAt
(i);
55
browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::
GetTabAt
(
62
return
GetTabAt
(index)->GetSessionId();
browser_synced_window_delegate.h
35
virtual browser_sync::SyncedTabDelegate*
GetTabAt
(int index) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.h
41
virtual TabAndroid*
GetTabAt
(int index) const = 0;
tab_model_base.h
41
virtual TabAndroid*
GetTabAt
(int index) const OVERRIDE;
tab_model_base.cc
72
TabAndroid* tab =
GetTabAt
(index);
76
TabAndroid* TabModelBase::
GetTabAt
(int index) const {
tab_model_list.cc
55
TabAndroid* tab = model->
GetTabAt
(index);
tab_model_unittest.cc
44
virtual TabAndroid*
GetTabAt
(int index) const OVERRIDE {
/external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h
64
Tab*
GetTabAt
(int index);
tabbed_pane.cc
216
Tab* selected_tab = tabbed_pane_->
GetTabAt
(selected_tab_index);
259
NULL :
GetTabAt
(selected_tab_index())->contents();
286
GetTabAt
(selected_tab_index())->SetSelected(false);
289
Tab* tab =
GetTabAt
(index);
319
Tab* TabbedPane::
GetTabAt
(int index) {
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_controller.h
77
virtual Tab*
GetTabAt
(Tab* tab,
tab_strip.h
227
virtual Tab*
GetTabAt
(Tab* tab,
tab_unittest.cc
53
virtual Tab*
GetTabAt
(Tab* tab,
tab.cc
855
Tab* closest_tab = controller_->
GetTabAt
(this, event.location());
[
all
...]
tab_strip.cc
[
all
...]
/external/chromium_org/chrome/browser/android/
dev_tools_server.cc
156
TabAndroid* tab = model->
GetTabAt
(index);
200
TabAndroid* tab = model->
GetTabAt
(i);
334
TabAndroid* tab = model->
GetTabAt
(i);
/external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc
158
Tab* new_tab = tab_strip->
GetTabAt
(initial_tab, tab_point);
/external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc
187
SyncedTabDelegate* synced_tab = (*i)->
GetTabAt
(j);
189
//
GetTabAt
can return a null tab; in that case just skip it.
[
all
...]
sessions_sync_manager_unittest.cc
83
virtual SyncedTabDelegate*
GetTabAt
(int index) const OVERRIDE {
87
return wrapped_->
GetTabAt
(index);
[
all
...]
Completed in 2092 milliseconds