Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:view_storage

30 #include "views/focus/view_storage.h"
119 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
120 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
121 view_storage->RemoveView(last_focused_view_storage_id_);
296 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
298 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
299 view_storage->RemoveView(last_focused_view_storage_id_);
308 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
313 views::ViewStorage* view_storage = views::ViewStorage::GetInstance();
315 view_storage->RetrieveView(last_focused_view_storage_id_);
336 view_storage->RemoveView(last_focused_view_storage_id_);