Searched refs:OnVisibleBoundsChanged (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_web_view.h36 virtual void OnVisibleBoundsChanged() OVERRIDE;
H A Dcontents_web_view.cc35 void ContentsWebView::OnVisibleBoundsChanged() { function in class:ContentsWebView
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.h92 virtual void OnVisibleBoundsChanged() OVERRIDE;
H A Dnative_view_host.cc141 void NativeViewHost::OnVisibleBoundsChanged() { function in class:views::NativeViewHost
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h233 virtual void OnVisibleBoundsChanged() OVERRIDE;
H A Dtextfield.cc944 void Textfield::OnVisibleBoundsChanged() { function in class:views::Textfield
/external/chromium_org/ui/views/
H A Dview.h1035 virtual void OnVisibleBoundsChanged();
1304 // (see comment on OnVisibleBoundsChanged()). If they do, they are registered
H A Dview.cc1331 void View::OnVisibleBoundsChanged() { function in class:views::View
1937 OnVisibleBoundsChanged();
1944 (*i)->OnVisibleBoundsChanged();
H A Dview_unittest.cc1797 // OnVisibleBoundsChanged()
1814 virtual void OnVisibleBoundsChanged() OVERRIDE {
1823 TEST_F(ViewTest, OnVisibleBoundsChanged) {

Completed in 133 milliseconds