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

  /external/chromium/chrome/browser/ui/gtk/
gconf_titlebar_listener.cc 34 void GConfTitlebarListener::SetTitlebarButtons(BrowserTitlebar* titlebar) {
36 titlebar->BuildButtons(current_value_);
37 titlebars_.insert(titlebar);
39 titlebar->BuildButtons(BrowserTitlebar::kDefaultButtonString);
43 void GConfTitlebarListener::RemoveObserver(BrowserTitlebar* titlebar) {
44 titlebars_.erase(titlebar);
gconf_titlebar_listener.h 31 // Sets the current titlebar button order. On GNOME desktops, also subscribes
33 void SetTitlebarButtons(BrowserTitlebar* titlebar);
35 // Removes |titlebar| from the list of objects observing button order change
37 void RemoveObserver(BrowserTitlebar* titlebar);
  /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...]
  /packages/apps/Browser/src/com/android/browser/
NavTabView.java 61 mTitleBar = findViewById(R.id.titlebar);

Completed in 90 milliseconds