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

  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.css 10 .titlebar {
18 .titlebar-border {
22 .titlebar-close-button {
scope_approval_dialog.js 33 document.querySelector('.titlebar').classList.add('titlebar-border');
46 document.querySelector('.titlebar-close-button').onclick = function() {
58 insertRule('.titlebar-close-button', resources.IDR_CLOSE_DIALOG);
59 insertRule('.titlebar-close-button:hover', resources.IDR_CLOSE_DIALOG_H);
60 insertRule('.titlebar-close-button:active', resources.IDR_CLOSE_DIALOG_P);
  /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/chromium_org/chrome/browser/ui/gtk/
gconf_titlebar_listener.h 30 // Sets the current titlebar button order. On GNOME desktops, also subscribes
32 void SetTitlebarButtons(BrowserTitlebar* titlebar);
34 // Removes |titlebar| from the list of objects observing button order change
36 void RemoveObserver(BrowserTitlebar* titlebar);
gconf_titlebar_listener.cc 35 void GConfTitlebarListener::SetTitlebarButtons(BrowserTitlebar* titlebar) {
37 titlebar->BuildButtons(current_value_);
38 titlebars_.insert(titlebar);
40 titlebar->BuildButtons(BrowserTitlebar::kDefaultButtonString);
44 void GConfTitlebarListener::RemoveObserver(BrowserTitlebar* titlebar) {
45 titlebars_.erase(titlebar);
browser_window_gtk.h 246 BrowserTitlebar* titlebar() const { return titlebar_.get(); } function in class:BrowserWindowGtk
496 // The container for the titlebar + tab strip.
  /external/chromium_org/chrome/renderer/resources/extensions/
inject_app_titlebar.js 10 "x-titlebar { height: 24px; width: 100%; " +
43 var titlebar = root.appendChild(document.createElement('x-titlebar'));
44 var closeButton = titlebar.appendChild(document.createElement('button'));
  /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);
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 95 PanelTitlebarGtk* titlebar() const { return titlebar_.get(); } function in class:PanelGtk
149 // Mouse move and button press callbacks. If mouse hits titlebar,
150 // the titlebar gets the event, else the window gets the button press.
203 // VBox that holds everything (titlebar, web contents).
213 // The container for the titlebar.
panel_gtk.cc 274 // This vbox contains the titlebar and the render area, but not
293 // Build the titlebar.
1229 PanelTitlebarGtk* titlebar = panel_gtk_->titlebar(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 230 // We pick the width from the titlebar, which has no margins.
235 // We get the height by adding the titlebar height and the content height +
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css     [all...]

Completed in 4218 milliseconds