Home
last modified time | relevance | path

Searched refs:view_storage (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc52 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in ~TabContentsViewTouch() local
53 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() local
182 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() local
199 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
220 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
Dtab_contents_view_views.cc54 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in ~TabContentsViewViews() local
55 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() local
169 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() local
186 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
208 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
Dtab_contents_view_gtk.cc119 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in ~TabContentsViewGtk() local
120 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() local
298 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() local
315 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
336 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
/external/chromium/chrome/browser/ui/views/
Daccessible_pane_view.cc115 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in RestoreLastFocusedView() local
117 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreLastFocusedView()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc874 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); in SaveFocusedView() local
875 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()