HomeSort by relevance Sort by last modified time
    Searched full:titlebar (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/gtk/
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);
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);
browser_titlebar.h 5 // A helper class that contains the gtk widgets that make up the titlebar. The
6 // titlebar consists of the tabstrip and if the custom chrome frame is turned
7 // on, it includes the taller titlebar and minimize, restore, maximize, and
52 // tall titlebar and the min/max/close buttons.
63 // On Windows, right clicking in the titlebar background brings up the system
95 // Build the titlebar, the space above the tab
112 // Update the titlebar spacing based on the custom frame and maximized state.
167 // The container widget the holds the hbox which contains the whole titlebar.
170 // The hbox that contains the whole titlebar.
190 // Padding between the titlebar buttons and the top of the screen. Only sho
    [all...]
browser_titlebar.cc 67 // titlebar is showing.
83 // Spacing between buttons of the titlebar.
86 // Spacing around outside of titlebar buttons.
227 // || titlebar||titlebar || (titlebar_alignment_) ||titlebar || titlebar||
273 gtk_widget_set_name(container_, "chrome-browser-titlebar");
315 // We use an alignment to control the titlebar height.
321 // Put the tab strip in the titlebar
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
TitleBar.java 26 public class TitleBar extends CustomBar {
30 public TitleBar(Context context, Density density, String label)
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 81 // bottom of the titlebar.
84 // Returns the size of the titlebar icon.
87 // Returns the bounds of the titlebar icon.
91 // also paints the background of the titlebar area, since the top frame border
92 // and titlebar background are a contiguous component.
opaque_browser_frame_view.h 117 // Returns the thickness of the 3D edge along the bottom of the titlebar. If
122 // Returns the size of the titlebar icon. This is used even when the icon is
123 // not shown, e.g. to set the titlebar height.
126 // Returns the bounds of the titlebar icon (or where the icon would be if
131 // also paint the background of the titlebar area, since the top frame border
132 // and titlebar background are a contiguous component.
app_panel_browser_frame_view.cc 36 // The titlebar never shrinks too short to show the caption button plus some
39 // The titlebar has a 2 px 3D edge along the bottom, and we reserve 2 px (1 for
287 // This metric scales up if either the titlebar height or the titlebar font
399 // The bottom of the titlebar actually comes from the top of the Client Edge
498 // on the title from overlapping the 3D edge at the bottom of the titlebar.
  /packages/apps/Browser/src/com/android/browser/
AutologinBar.java 42 protected TitleBar mTitleBar;
68 public void setTitleBar(TitleBar titleBar) {
69 mTitleBar = titleBar;
BrowserWebView.java 37 private TitleBar mTitleBar;
88 mTitleBar = (TitleBar) title;
NavigationBarBase.java 45 protected TitleBar mTitleBar;
77 public void setTitleBar(TitleBar titleBar) {
78 mTitleBar = titleBar;
SnapshotBar.java 48 private TitleBar mTitleBar;
68 public void setTitleBar(TitleBar titleBar) {
69 mTitleBar = titleBar;
NavigationBarTablet.java 138 public void setTitleBar(TitleBar titleBar) {
139 super.setTitleBar(titleBar);
NavTabView.java 61 mTitleBar = findViewById(R.id.titlebar);
TitleBar.java 42 public class TitleBar extends RelativeLayout {
63 public TitleBar(Context context, UiController controller, BaseUi ui,
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 48 // Retrieves the icon to use in the panel's titlebar.
157 // Cursor's offset from the upper-left corner of the titlebar when the
162 // Is the titlebar currently being dragged? That is, has the cursor
browser_view.h 40 // and adds the system context menu to the remaining arae of the titlebar.
panel_controller.cc 211 // Get the last titlebar width that we saw in a ConfigureNotify event -- we
213 // titlebar window. See WM_IPC_MESSAGE_WM_NOTIFY_PANEL_DRAGGED's declaration
  /packages/apps/Browser/res/layout/
title_bar.xml 19 android:id="@+id/titlebar"
nav_tab_view.xml 26 android:id="@+id/titlebar"
  /packages/apps/Browser/res/values/
integers.xml 31 <!-- The duration of the titlebar animation in millisecs -->
styles.xml 63 <style name="TitleBar">
  /external/chromium/chrome/browser/debugger/manual_tests/
element-styles.html 33 <li>In the "Styles" pane titlebar click the gear button and choose "New Style Rule". In the editbox that appears, type:
  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 186 // bottom of the titlebar.
189 // Returns what the size of the titlebar icon would be if there was one.
192 // Returns what the titlebar icon's bounds would be if there was one.
231 // The font to be used to render the titlebar text.
249 // The titlebar never shrinks too short to show the caption button plus some
252 // The titlebar has a 2 px 3D edge along the top and bottom.
402 // This metric scales up if either the titlebar height or the titlebar font
533 // title from overlapping the 3D edge at the bottom of the titlebar.
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/layout/
note_edit.xml 8 <LinearLayout style="@style/TitleBar" android:id="@+id/header">

Completed in 1016 milliseconds

1 2 3