Searched refs:StoreView (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/ui/views/focus/ |
D | view_storage.h | 38 void StoreView(int storage_id, View* view);
|
D | external_focus_tracker.cc | 64 view_storage_->StoreView(last_focused_view_storage_id_, view); in StoreLastFocusedView()
|
D | view_storage.cc | 32 void ViewStorage::StoreView(int storage_id, View* view) { in StoreView() function in views::ViewStorage
|
D | focus_manager.cc | 422 view_storage->StoreView(stored_focused_view_storage_id_, focus_view); in SetStoredFocusView()
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | chrome_web_contents_view_delegate_views.cc | 104 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
|
/external/chromium_org/ui/views/ |
D | accessible_pane_view.cc | 74 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in SetPaneFocus()
|
D | view_unittest.cc | 855 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/ |
D | tab_contents_view_touch.cc | 192 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
|
D | tab_contents_view_views.cc | 179 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
|
D | tab_contents_view_gtk.cc | 308 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in StoreFocus()
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_delegate.cc | 299 view_storage->StoreView(anchor_view_storage_id_, anchor_view); in SetAnchorView()
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
D | accessibility_event_router_views.cc | 73 view_storage->StoreView(view_storage_id, view); in HandleAccessibilityEvent()
|
/external/chromium_org/ui/views/accessibility/ |
D | native_view_accessibility_win.cc | 230 view_storage->StoreView(view_storage_id, view_); in NotifyAccessibilityEvent()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 879 view_storage->StoreView(last_focused_view_storage_id_, focused_view); in SaveFocusedView()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_drag_controller.cc | 836 views::ViewStorage::GetInstance()->StoreView(old_focused_view_id_, in SaveFocus()
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_controller.cc | 2284 ViewStorage::GetInstance()->StoreView(active_mouse_view_id_, view); in SetActiveMouseView()
|