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

  /external/chromium_org/ui/views/window/
dialog_client_view.h 65 virtual void NativeViewHierarchyChanged() OVERRIDE;
dialog_client_view.cc 289 void DialogClientView::NativeViewHierarchyChanged() {
  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 64 // View implementation used by NativeViewHierarchyChanged to count number of
65 // times NativeViewHierarchyChanged() is invoked.
78 virtual void NativeViewHierarchyChanged() OVERRIDE {
80 View::NativeViewHierarchyChanged();
127 // Verifies NativeViewHierarchyChanged is sent.
128 TEST_F(NativeViewHostTest, NativeViewHierarchyChanged) {
141 // Detaching should send a NativeViewHierarchyChanged() notification and
149 // Attaching should send a NativeViewHierarchyChanged() notification and
  /external/chromium_org/ui/views/
view.h     [all...]
view.cc     [all...]
view_unittest.cc     [all...]

Completed in 84 milliseconds