/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
chrome_web_contents_view_delegate_views.cc | 21 #include "ui/views/focus/view_storage.h" 47 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 48 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) 49 view_storage->RemoveView(last_focused_view_storage_id_); 96 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 98 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) 99 view_storage->RemoveView(last_focused_view_storage_id_); 105 view_storage->StoreView(last_focused_view_storage_id_, focused_view); 109 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 111 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/ |
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);
|
views.gyp | 288 'focus/view_storage.cc', 289 'focus/view_storage.h', [all...] |
/external/chromium_org/ui/views/focus/ |
external_focus_tracker.cc | 8 #include "ui/views/focus/view_storage.h"
|
focus_manager.cc | 18 #include "ui/views/focus/view_storage.h" 401 ViewStorage* view_storage = ViewStorage::GetInstance(); local 402 if (!view_storage) { 411 view_storage->RemoveView(stored_focused_view_storage_id_); 416 view_storage->StoreView(stored_focused_view_storage_id_, focus_view); 420 ViewStorage* view_storage = ViewStorage::GetInstance(); local 421 if (!view_storage) { 427 return view_storage->RetrieveView(stored_focused_view_storage_id_);
|
view_storage.cc | 5 #include "ui/views/focus/view_storage.h"
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
accessibility_event_router_views.cc | 22 #include "ui/views/focus/view_storage.h" 96 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 97 int view_storage_id = view_storage->CreateStorageID(); 98 view_storage->StoreView(view_storage_id, view); 148 views::ViewStorage* view_storage = views::ViewStorage::GetInstance(); local 149 views::View* view = view_storage->RetrieveView(view_storage_id); 150 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_);
|
dropdown_bar_host.cc | 17 #include "views/focus/view_storage.h"
|
find_bar_host.cc | 20 #include "views/focus/view_storage.h"
|
toolbar_view.cc | 34 #include "views/focus/view_storage.h"
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win.cc | 23 #include "ui/views/focus/view_storage.h" 152 ViewStorage* view_storage = ViewStorage::GetInstance(); 156 view_storage_id = view_storage->CreateStorageID(); 159 view_storage->RemoveView(view_storage_id); 161 view_storage->StoreView(view_storage_id, view_); 376 ViewStorage* view_storage = ViewStorage::GetInstance(); local 377 child_view = view_storage->RetrieveView(view_storage_id); [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_host.cc | 20 #include "ui/views/focus/view_storage.h"
|
dropdown_bar_host.cc | 18 #include "ui/views/focus/view_storage.h"
|
toolbar_view.cc | 57 #include "ui/views/focus/view_storage.h"
|
/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...] |
/external/chromium_org/ui/views/widget/ |
native_widget_win.cc | 42 #include "ui/views/focus/view_storage.h"
|
root_view.cc | 17 #include "ui/views/focus/view_storage.h"
|
widget.cc | 21 #include "ui/views/focus/view_storage.h" [all...] |
/external/chromium/chrome/browser/ |
browser_process_impl.cc | 79 #include "views/focus/view_storage.h" [all...] |
/external/chromium_org/chrome/browser/ |
browser_process_impl.cc | 99 #include "ui/views/focus/view_storage.h" [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.cc | 122 #include "ui/views/focus/view_storage.h" [all...] |