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

  /external/chromium_org/chrome/browser/ui/
browser_otr_state_android.cc 12 return TabModelList::IsOffTheRecordSessionActive();
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list.cc 16 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::end(); ++i)
    [all...]
tab_model_list_unittest.cc 43 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);
tab_model_list.h 24 class TabModelList {
47 DISALLOW_IMPLICIT_CONSTRUCTORS(TabModelList);
tab_model_base.cc 35 TabModelList::RemoveTabModel(this);
177 TabModelList::AddTabModel(tab_model);
  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate_android.cc 21 for (TabModelList::const_iterator i = TabModelList::begin();
22 i != TabModelList::end(); ++i) {
31 TabModel* tab_model = TabModelList::FindTabModelWithId(
  /external/chromium_org/chrome/browser/android/
dev_tools_manager_delegate_android.cc 183 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::end(); ++iter)
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_android.cc 29 TabModel* tab_model = TabModelList::GetTabModelForWebContents(web_contents);
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 87 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/
popup_blocker_tab_helper.cc 122 TabModelList::HandlePopupNavigation(&popup->params);

Completed in 119 milliseconds