Home
last modified time | relevance | path

Searched refs:RemoveView (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/views/focus/
Dexternal_focus_tracker.cc26 view_storage_->RemoveView(last_focused_view_storage_id_); in ~ExternalFocusTracker()
60 view_storage_->RemoveView(last_focused_view_storage_id_); in StoreLastFocusedView()
Dview_storage.cc38 RemoveView(storage_id); in StoreView()
62 void ViewStorage::RemoveView(int storage_id) { in RemoveView() function in views::ViewStorage
Dview_storage.h44 void RemoveView(int storage_id);
Dfocus_manager.cc417 view_storage->RemoveView(stored_focused_view_storage_id_); in SetStoredFocusView()
/external/chromium_org/chrome/browser/ui/views/tab_contents/
Dchrome_web_contents_view_delegate_views.cc48 view_storage->RemoveView(last_focused_view_storage_id_); in ~ChromeWebContentsViewDelegateViews()
98 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()
126 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc54 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewTouch()
183 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()
220 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
Dtab_contents_view_views.cc56 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewViews()
170 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()
208 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
Dtab_contents_view_gtk.cc121 view_storage->RemoveView(last_focused_view_storage_id_); in ~TabContentsViewGtk()
299 view_storage->RemoveView(last_focused_view_storage_id_); in StoreFocus()
336 view_storage->RemoveView(last_focused_view_storage_id_); in RestoreFocus()
/external/chromium_org/ui/views/
Daccessible_pane_view.cc73 view_storage->RemoveView(last_focused_view_storage_id_); in SetPaneFocus()
/external/chromium_org/ui/views/bubble/
Dbubble_delegate.cc297 view_storage->RemoveView(anchor_view_storage_id_); in SetAnchorView()
/external/chromium_org/chrome/browser/ui/views/accessibility/
Daccessibility_event_router_views.cc125 view_storage->RemoveView(view_storage_id); in DispatchEventOnViewStorageId()
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.cc228 view_storage->RemoveView(view_storage_id); in NotifyAccessibilityEvent()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc876 view_storage->RemoveView(last_focused_view_storage_id_); in SaveFocusedView()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc413 views::ViewStorage::GetInstance()->RemoveView(old_focused_view_id_); in ~TabDragController()
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc2286 ViewStorage::GetInstance()->RemoveView(active_mouse_view_id_); in SetActiveMouseView()