Searched refs:TabModelList (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_otr_state_android.cc12 return TabModelList::IsOffTheRecordSessionActive();
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_list.cc16 static TabModelList::TabModelVector& tab_models() {
17 CR_DEFINE_STATIC_LOCAL(TabModelList::TabModelVector,
24 void TabModelList::AddTabModel(TabModel* tab_model) {
29 void TabModelList::RemoveTabModel(TabModel* tab_model) {
31 TabModelList::iterator remove_tab_model =
38 void TabModelList::HandlePopupNavigation(chrome::NavigateParams* params) {
46 TabModel* TabModelList::GetTabModelForWebContents(
51 for (TabModelList::const_iterator i = TabModelList::begin();
52 i != TabModelList
[all...]
H A Dtab_model_list_unittest.cc43 TabModelList::AddTabModel(&tab_model);
48 EXPECT_EQ(NULL, TabModelList::GetTabModelForWebContents(contents.get()));
53 EXPECT_EQ(NULL, TabModelList::GetTabModelForWebContents(contents.get()));
55 TabModelList::RemoveTabModel(&tab_model);
H A Dtab_model_list.h24 class TabModelList { class
47 DISALLOW_IMPLICIT_CONSTRUCTORS(TabModelList);
H A Dtab_model_base.cc35 TabModelList::RemoveTabModel(this);
177 TabModelList::AddTabModel(tab_model);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_window_delegate_android.cc21 for (TabModelList::const_iterator i = TabModelList::begin();
22 i != TabModelList::end(); ++i) {
31 TabModel* tab_model = TabModelList::FindTabModelWithId(
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_manager_delegate_android.cc183 for (TabModelList::const_iterator iter = TabModelList::begin();
184 iter != TabModelList::end(); ++iter) {
216 if (TabModelList::begin() == TabModelList::end()) {
278 if (TabModelList::empty())
281 TabModel* tab_model = TabModelList::get(0);
302 for (TabModelList::const_iterator iter = TabModelList::begin();
303 iter != TabModelList
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_android.cc29 TabModel* tab_model = TabModelList::GetTabModelForWebContents(web_contents);
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc87 for (TabModelList::const_iterator iter = TabModelList::begin();
88 iter != TabModelList::end(); ++iter) {
214 for (TabModelList::const_iterator iter = TabModelList::begin();
215 iter != TabModelList::end(); ++iter) {
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_tab_helper.cc122 TabModelList::HandlePopupNavigation(&popup->params);

Completed in 307 milliseconds