/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
chrome_web_contents_view_delegate_views.cc | 21 #include "ui/views/focus/view_storage.h" 46 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 47 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) 48 view_storage->RemoveView(last_focused_view_storage_id_); 95 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 97 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) 98 view_storage->RemoveView(last_focused_view_storage_id_); 104 view_storage->StoreView(last_focused_view_storage_id_, focused_view); 108 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 110 view_storage->RetrieveView(last_focused_view_storage_id_) [all...] |
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_touch.cc | 24 #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->RetrieveView(last_focused_view_storage_id_) [all...] |
tab_contents_view_views.cc | 23 #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->RetrieveView(last_focused_view_storage_id_) [all...] |
tab_contents_view_gtk.cc | 30 #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->RetrieveView(last_focused_view_storage_id_) [all...] |
/external/chromium_org/ui/views/focus/ |
focus_manager.cc | 18 #include "ui/views/focus/view_storage.h" 407 ViewStorage* view_storage = ViewStorage::GetInstance(); local 408 if (!view_storage) { 417 view_storage->RemoveView(stored_focused_view_storage_id_); 422 view_storage->StoreView(stored_focused_view_storage_id_, focus_view); 426 ViewStorage* view_storage = ViewStorage::GetInstance(); local 427 if (!view_storage) { 433 return view_storage->RetrieveView(stored_focused_view_storage_id_);
|
/external/chromium_org/ui/views/bubble/ |
bubble_delegate.cc | 13 #include "ui/views/focus/view_storage.h" 295 ViewStorage* view_storage = ViewStorage::GetInstance(); local 296 if (view_storage->RetrieveView(anchor_view_storage_id_)) 297 view_storage->RemoveView(anchor_view_storage_id_); 299 view_storage->StoreView(anchor_view_storage_id_, anchor_view);
|
/external/chromium_org/ui/views/ |
accessible_pane_view.cc | 10 #include "ui/views/focus/view_storage.h" 72 ViewStorage* view_storage = ViewStorage::GetInstance(); local 73 view_storage->RemoveView(last_focused_view_storage_id_); 74 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
accessibility_event_router_views.cc | 22 #include "ui/views/focus/view_storage.h" 71 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 72 int view_storage_id = view_storage->CreateStorageID(); 73 view_storage->StoreView(view_storage_id, view); 123 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 124 views::View* view = view_storage->RetrieveView(view_storage_id); 125 view_storage->RemoveView(view_storage_id);
|
/external/chromium/chrome/browser/ui/views/ |
accessible_pane_view.cc | 14 #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_org/ui/views/accessibility/ |
native_view_accessibility_win.cc | 25 #include "ui/views/focus/view_storage.h" 221 ViewStorage* view_storage = ViewStorage::GetInstance(); 225 view_storage_id = view_storage->CreateStorageID(); 228 view_storage->RemoveView(view_storage_id); 230 view_storage->StoreView(view_storage_id, view_); 511 ViewStorage* view_storage = ViewStorage::GetInstance(); local 512 child_view = view_storage->RetrieveView(view_storage_id); [all...] |
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.cc | 88 #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); [all...] |