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

  /external/chromium_org/ui/views/layout/
layout_manager.cc 28 void LayoutManager::ViewRemoved(View* host, View* view) {
layout_manager.h 55 virtual void ViewRemoved(View* host, View* view);
box_layout.h 103 virtual void ViewRemoved(View* host, View* view) OVERRIDE;
grid_layout.h 175 virtual void ViewRemoved(View* host, View* view) OVERRIDE;
box_layout.cc 189 void BoxLayout::ViewRemoved(View* host, View* view) {
grid_layout.cc 794 void GridLayout::ViewRemoved(View* host, View* view) {
    [all...]
  /external/chromium_org/ui/views/focus/
view_storage.h 47 void ViewRemoved(View* removed);
focus_manager.h 280 void ViewRemoved(View* removed);
view_storage.cc 66 void ViewStorage::ViewRemoved(View* removed) {
focus_manager.cc 579 void FocusManager::ViewRemoved(View* removed) {
582 // (and in turn ClearNativeFocus()) here because ViewRemoved() can
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.h 138 // Internal implementation of ViewAdded() and ViewRemoved().
145 virtual void ViewRemoved(views::View* host, views::View* view) OVERRIDE;
opaque_browser_frame_view_layout.cc 694 void OpaqueBrowserFrameViewLayout::ViewRemoved(views::View* host,
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 217 focus_manager->ViewRemoved((*i)->GetRootView());
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 42 virtual void ViewRemoved(View* view) OVERRIDE;
native_widget_private.h 118 virtual void ViewRemoved(View* view) = 0;
native_widget_aura.h 68 virtual void ViewRemoved(View* view) OVERRIDE;
widget.cc 431 focus_manager->ViewRemoved(details.child);
432 ViewStorage::GetInstance()->ViewRemoved(details.child);
433 native_widget_->ViewRemoved(details.child);
442 focus_manager->ViewRemoved(root_view_.get());
580 // |FormManager::ViewRemoved()| calls are fouled. We clear focus here
    [all...]
native_widget_aura.cc 241 void NativeWidgetAura::ViewRemoved(View* view) {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 112 virtual void ViewRemoved(View* view) OVERRIDE;
desktop_native_widget_aura.cc 595 void DesktopNativeWidgetAura::ViewRemoved(View* view) {
    [all...]
  /external/chromium_org/ui/views/
view.cc 127 ViewStorage::GetInstance()->ViewRemoved(this);
    [all...]

Completed in 885 milliseconds