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

  /external/chromium_org/ui/views/controls/native/
native_view_host_wrapper.h 42 // space of the Widget, so if this method is called from ShowWidget
50 // following call to ShowWidget should occur after calling this method to
57 virtual void ShowWidget(int x, int y, int w, int h) = 0;
native_view_host_mac.h 30 virtual void ShowWidget(int x, int y, int w, int h) OVERRIDE;
native_view_host_aura.h 34 virtual void ShowWidget(int x, int y, int w, int h) OVERRIDE;
native_view_host_aura_unittest.cc 180 native_host()->ShowWidget(5, 10, 100, 100);
189 native_host()->ShowWidget(10, 25, 50, 50);
197 native_host()->ShowWidget(10, 25, 50, 50);
214 native_host()->ShowWidget(10, 20, 100, 100);
222 native_host()->ShowWidget(10, 20, 100, 100);
230 native_host()->ShowWidget(10, 20, 100, 100);
239 native_host()->ShowWidget(10, 20, 100, 100);
268 native_host()->ShowWidget(10, 20, 100, 100);
native_view_host.cc 99 native_wrapper_->ShowWidget(local_bounds.x(), local_bounds.y(),
native_view_host_aura.cc 146 void NativeViewHostAura::ShowWidget(int x, int y, int w, int h) {
  /external/chromium_org/ui/views/examples/
widget_example.h 41 void ShowWidget(View* sender, Widget::InitParams params);
widget_example.cc 88 void WidgetExample::ShowWidget(View* sender, Widget::InitParams params) {
112 ShowWidget(sender, Widget::InitParams(Widget::InitParams::TYPE_POPUP));
120 ShowWidget(sender, Widget::InitParams(Widget::InitParams::TYPE_CONTROL));

Completed in 81 milliseconds