Home
last modified time | relevance | path

Searched refs:NeedsNotificationWhenVisibleBoundsChange (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/native/
Dnative_view_host.h91 virtual bool NeedsNotificationWhenVisibleBoundsChange() const OVERRIDE;
Dnative_view_host.cc144 bool NativeViewHost::NeedsNotificationWhenVisibleBoundsChange() const { in NeedsNotificationWhenVisibleBoundsChange() function in views::NativeViewHost
/external/chromium_org/ui/views/
Dview.cc1378 bool View::NeedsNotificationWhenVisibleBoundsChange() const { in NeedsNotificationWhenVisibleBoundsChange() function in views::View
1969 if (NeedsNotificationWhenVisibleBoundsChange()) in BoundsChanged()
1984 if (view->NeedsNotificationWhenVisibleBoundsChange()) in RegisterChildrenForVisibleBoundsNotification()
1992 if (view->NeedsNotificationWhenVisibleBoundsChange()) in UnregisterChildrenForVisibleBoundsNotification()
Dview.h1028 virtual bool NeedsNotificationWhenVisibleBoundsChange() const;
Dview_unittest.cc2191 virtual bool NeedsNotificationWhenVisibleBoundsChange() const OVERRIDE { in NeedsNotificationWhenVisibleBoundsChange() function in views::VisibleBoundsView