HomeSort by relevance Sort by last modified time
    Searched refs:view_storage (Results 1 - 10 of 10) sorted by null

  /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/focus/
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_);
  /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"
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_);
  /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/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...]

Completed in 247 milliseconds