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

  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 96 PanelTitlebarGtk* titlebar() const { return titlebar_.get(); } function in class:PanelGtk
150 // Mouse move and button press callbacks. If mouse hits titlebar,
151 // the titlebar gets the event, else the window gets the button press.
204 // VBox that holds everything (titlebar, web contents).
214 // The container for the titlebar.
panel_gtk.cc 274 // This vbox contains the titlebar and the render area, but not
293 // Build the titlebar.
1216 PanelTitlebarGtk* titlebar = panel_gtk_->titlebar(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 240 BrowserTitlebar* titlebar() const { return titlebar_.get(); } function in class:BrowserWindowGtk
490 // The container for the titlebar + tab strip.
  /external/libpng/contrib/gregbook/
rpng-win.c 114 static char titlebar[1024]; variable
356 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
358 sprintf(titlebar, "%s: %s", appname, filename);
520 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
rpng-x.c 120 static char titlebar[1024], *window_name = titlebar; variable
344 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
346 sprintf(titlebar, "%s: %s", appname, filename);
rpng2-win.c 151 static char titlebar[1024]; variable
520 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
522 sprintf(titlebar, "%s: %s", appname, filename);
752 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
    [all...]
rpng2-x.c 180 static char titlebar[1024], *window_name = titlebar; variable
565 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
567 sprintf(titlebar, "%s: %s", appname, filename);
    [all...]

Completed in 179 milliseconds