Searched refs:view_storage (Results 1 – 5 of 5) sorted by relevance
52 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in ~TabContentsViewTouch() local53 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewTouch()54 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewTouch()180 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in StoreFocus() local182 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus()183 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()192 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()197 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in RestoreFocus() local199 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()220 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
54 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in ~TabContentsViewViews() local55 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewViews()56 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewViews()167 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in StoreFocus() local169 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus()170 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()179 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()184 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in RestoreFocus() local186 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()208 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
119 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in ~TabContentsViewGtk() local120 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewGtk()121 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewGtk()296 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in StoreFocus() local298 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus()299 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()308 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()313 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in RestoreFocus() local315 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()336 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
115 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in RestoreLastFocusedView() local117 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreLastFocusedView()
874 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in SaveFocusedView() local875 if (view_storage->RetrieveView(last_focused_view_storage_id_)) in SaveFocusedView()876 view_storage->RemoveView(last_focused_view_storage_id_); in SaveFocusedView()879 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in SaveFocusedView()