Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:view_storage

23 #include "views/focus/view_storage.h"
54 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
55 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
56 view_storage->RemoveView(last_focused_view_storage_id_);
167 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
169 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
170 view_storage->RemoveView(last_focused_view_storage_id_);
179 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
184 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
186 view_storage->RetrieveView(last_focused_view_storage_id_);
208 view_storage->RemoveView(last_focused_view_storage_id_);