Home
last modified time | relevance | path

Searched refs:StoreView (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ui/views/focus/
Dview_storage.h38 void StoreView(int storage_id, View* view);
Dexternal_focus_tracker.cc64 view_storage_->StoreView(last_focused_view_storage_id_, view); in StoreLastFocusedView()
Dview_storage.cc32 void ViewStorage::StoreView(int storage_id, View* view) { in StoreView() function in views::ViewStorage
Dfocus_manager.cc422 view_storage->StoreView(stored_focused_view_storage_id_, focus_view); in SetStoredFocusView()
/external/chromium_org/chrome/browser/ui/views/tab_contents/
Dchrome_web_contents_view_delegate_views.cc104 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
/external/chromium_org/ui/views/
Daccessible_pane_view.cc74 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in SetPaneFocus()
Dview_unittest.cc855 vs->StoreView(s1, v1); in TEST_F()
859 vs->StoreView(s11, v11); in TEST_F()
863 vs->StoreView(s111, v111); in TEST_F()
867 vs->StoreView(s112, v112); in TEST_F()
871 vs->StoreView(s113, v113); in TEST_F()
875 vs->StoreView(s1131, v1131); in TEST_F()
879 vs->StoreView(s12, v12); in TEST_F()
884 vs->StoreView(s2, v2); in TEST_F()
888 vs->StoreView(s21, v21); in TEST_F()
892 vs->StoreView(s211, v211); in TEST_F()
[all …]
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc192 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
Dtab_contents_view_views.cc179 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
Dtab_contents_view_gtk.cc308 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
/external/chromium_org/ui/views/bubble/
Dbubble_delegate.cc299 view_storage->StoreView(anchor_view_storage_id_, anchor_view); in SetAnchorView()
/external/chromium_org/chrome/browser/ui/views/accessibility/
Daccessibility_event_router_views.cc73 view_storage->StoreView(view_storage_id, view); in HandleAccessibilityEvent()
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.cc230 view_storage->StoreView(view_storage_id, view_); in NotifyAccessibilityEvent()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc879 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in SaveFocusedView()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc836 views::ViewStorage::GetInstance()->StoreView(old_focused_view_id_, in SaveFocus()
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc2284 ViewStorage::GetInstance()->StoreView(active_mouse_view_id_, view); in SetActiveMouseView()