Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:view_storage

24 #include "views/focus/view_storage.h"
52 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
53 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
54 view_storage->RemoveView(last_focused_view_storage_id_);
180 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
182 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
183 view_storage->RemoveView(last_focused_view_storage_id_);
192 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
197 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
199 view_storage->RetrieveView(last_focused_view_storage_id_);
220 view_storage->RemoveView(last_focused_view_storage_id_);