HomeSort by relevance Sort by last modified time
    Searched defs:CreateWindow (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/remoting/host/
continue_window_gtk.cc 28 void CreateWindow();
52 CreateWindow();
66 void ContinueWindowGtk::CreateWindow() {
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 82 PanelScroller* PanelScroller::CreateWindow() {
  /external/chromium_org/ash/wm/
window_selector_unittest.cc 87 aura::Window* CreateWindow(const gfx::Rect& bounds) {
163 scoped_ptr<aura::Window> window1(CreateWindow(bounds));
164 scoped_ptr<aura::Window> window2(CreateWindow(bounds));
183 scoped_ptr<aura::Window> window1(CreateWindow(bounds));
184 scoped_ptr<aura::Window> window2(CreateWindow(bounds));
185 scoped_ptr<aura::Window> window3(CreateWindow(bounds));
206 scoped_ptr<aura::Window> window1(CreateWindow(bounds));
207 scoped_ptr<aura::Window> window2(CreateWindow(bounds));
224 scoped_ptr<aura::Window> window1(CreateWindow(gfx::Rect(0, 0, 100, 100)));
225 scoped_ptr<aura::Window> window2(CreateWindow(gfx::Rect(0, 0, 100, 100)))
    [all...]
activation_controller_unittest.cc 22 #if defined(CreateWindow)
23 #undef CreateWindow
toplevel_window_event_handler_unittest.cc 34 #if defined(CreateWindow)
35 #undef CreateWindow
68 aura::Window* CreateWindow(int hittest_code) {
102 scoped_ptr<aura::Window> w1(CreateWindow(HTCAPTION));
118 scoped_ptr<aura::Window> w1(CreateWindow(HTBOTTOMRIGHT));
128 scoped_ptr<aura::Window> w1(CreateWindow(HTGROWBOX));
156 scoped_ptr<aura::Window> w1(CreateWindow(HTRIGHT));
166 scoped_ptr<aura::Window> w1(CreateWindow(HTBOTTOM));
176 scoped_ptr<aura::Window> w1(CreateWindow(HTTOPRIGHT));
185 scoped_ptr<aura::Window> w1(CreateWindow(HTTOP))
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 35 void CreateWindow();
65 void ScreenCaptureNotificationUIGtk::CreateWindow() {
147 CreateWindow();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
  /external/chromium_org/ui/views/widget/
widget.h 32 #if defined(CreateWindow)
33 #undef CreateWindow
232 static Widget* CreateWindow(WidgetDelegate* delegate);
    [all...]
widget.cc 191 Widget* Widget::CreateWindow(WidgetDelegate* delegate) {
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);

Completed in 2946 milliseconds