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

/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc24 #include "views/focus/view_storage.h"
52 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local
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(); local
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(); local
199 view_storage
[all...]
H A Dtab_contents_view_views.cc23 #include "views/focus/view_storage.h"
54 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local
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(); local
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(); local
186 view_storage
[all...]
H A Dtab_contents_view_gtk.cc30 #include "views/focus/view_storage.h"
119 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local
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(); local
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(); local
315 view_storage
[all...]
/external/chromium/chrome/browser/ui/views/
H A Daccessible_pane_view.cc14 #include "views/focus/view_storage.h"
115 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local
117 view_storage->RetrieveView(last_focused_view_storage_id_);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc88 #include "views/focus/view_storage.h"
874 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local
875 if (view_storage->RetrieveView(last_focused_view_storage_id_))
876 view_storage->RemoveView(last_focused_view_storage_id_);
879 view_storage->StoreView(last_focused_view_storage_id_, focused_view);

Completed in 84 milliseconds