/packages/apps/Browser/src/com/android/browser/ |
NavigationBarBase.java | 42 protected TitleBar mTitleBar; 73 public void setTitleBar(TitleBar titleBar) { 74 mTitleBar = titleBar;
|
NavigationBarTablet.java | 135 public void setTitleBar(TitleBar titleBar) { 136 super.setTitleBar(titleBar);
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_titlebar_view_cocoa.mm | 24 // 'Glint' is a glowing light animation on the titlebar to attract user's 71 // on any part of the titlebar. To do this, we first postpone the window 161 // If titlebar is close to minimized state or is at minimized state and only 207 // internal view allows us to draw on top of the titlebar. 214 // Figure out the rectangle of the titlebar and set us on top of it. 215 // The titlebar covers window's root view where not covered by contentView. 216 // Compute the titlebar frame in coordinate system of the window's root view. 221 // contentView titlebar 355 // Place the icon and title at the left edge of the titlebar.
|
panel_window_controller_cocoa.mm | 59 // of the titlebar visible, so the user could still grab it. We do 'restore' 129 // be smaller than the titlebar. 229 // to be (window - standard titlebar), while we have taller custom titlebar 321 // If the titlebar view has not been attached, bail out. 583 NSView* titlebar = [self titlebarView]; 584 return NSHeight([titlebar convertRect:[titlebar bounds] toView:nil]); 679 // taller than the titlebar. Put it back when the panel grows taller than 680 // the titlebar. Note that RenderWidgetHostViewMac works for the case tha [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
window-geometry.html | 18 win = window.open("about:blank", "", "location=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, left=0, top=0, width=1, height=1");
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_window_event_filter.h | 47 // to act as if a border or titlebar drag occurred.
|
/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 -->
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.h | 127 // Returns the bounds of the titlebar icon (or where the icon would be if 132 // also paint the background of the titlebar area, since the top frame border 133 // and titlebar background are a contiguous component.
|
opaque_browser_frame_view_layout.h | 73 // Returns the thickness of the 3D edge along the bottom of the titlebar. If 78 // Returns the bounds of the titlebar icon (or where the icon would be if
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_titlebar_gtk.cc | 24 // Padding around the titlebar. 36 // Spacing between buttons of panel's titlebar. 66 gtk_widget_set_name(container_, "chrome-panel-titlebar"); 69 // We use an alignment to control the titlebar paddings. 83 // on the right part of the titlebar.
|
panel_titlebar_gtk.h | 73 // The container widget the holds the hbox which contains the whole titlebar.
|
panel_drag_gtk.h | 38 // pressed on the titlebar.
|
/external/chromium/chrome/browser/chromeos/frame/ |
browser_view.h | 40 // and adds the system context menu to the remaining arae of the 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.
|
/external/chromium_org/apps/ui/ |
native_app_window.h | 57 // Returns the difference between the window bounds (including titlebar and
|
/external/chromium_org/chrome/browser/ui/gtk/ |
titlebar_throb_animation.cc | 65 // We load the light version of the throbber since it'll be in the titlebar.
|
browser_titlebar.cc | 94 // Spacing between buttons of the titlebar. 97 // Spacing around outside of titlebar buttons. 235 // || titlebar||titlebar || (titlebar_alignment_) ||titlebar || titlebar|| 281 gtk_widget_set_name(container_, "chrome-browser-titlebar"); 345 // We use an alignment to control the titlebar height. 351 // Put the tab strip in the titlebar. [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
docked_panel_collection.cc | 300 // Bring up the titlebar to get user's attention. 311 // Leave titlebar up if panel is being dragged. 315 // Leave titlebar up if mouse is in/below the panel. 324 // Bring down the titlebar now that panel is not drawing attention. 464 // We should always bring up the titlebar if the mouse is over the 480 // Bring up titlebars if any panel needs the titlebar up. 493 // If the panel is showing titlebar only, we want to keep it up when it is 499 // the panel that pops up the titlebar to attract attention. 520 // titlebar to move at the same time but with different speeds.
|
panel_collection.h | 99 // Invoked when the titlebar of a |panel| in the collection has been clicked. 125 // titlebar.
|
/external/chromium/chrome/browser/ui/gtk/ |
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...] |
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_frame_view.h | 93 // Update control styles to indicate if the titlebar is active or not.
|
/external/chromium_org/chrome/renderer/extensions/ |
app_window_custom_bindings.cc | 38 // Don't attempt to inject the titlebar into iframes.
|