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

1 2 3 4 5

  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.html 7 <div class="titlebar">
8 <span class="titlebar-close-button"></span>
scope_approval_dialog.css 10 .titlebar {
18 .titlebar-border {
22 .titlebar-close-button {
34 .titlebar-close-button:active {
40 .titlebar-close-button:hover {
scope_approval_dialog.js 33 document.querySelector('.titlebar').classList.add('titlebar-border');
46 document.querySelector('.titlebar-close-button').onclick = function() {
  /external/chromium_org/third_party/skia/experimental/webtry/templates/
titlebar.html 7 <a id=gitInfo href="https://github.com/google/skia/commit/{{.Titlebar.GitHash}}">{{.Titlebar.GitInfo}}</a>
index.html 9 {{template "titlebar.html" .}}
recent.html 9 {{template "titlebar.html" .}}
workspace.html 14 {{template "titlebar.html" .}}
  /external/skia/experimental/webtry/templates/
titlebar.html 7 <a id=gitInfo href="https://github.com/google/skia/commit/{{.Titlebar.GitHash}}">{{.Titlebar.GitInfo}}</a>
index.html 9 {{template "titlebar.html" .}}
recent.html 9 {{template "titlebar.html" .}}
workspace.html 14 {{template "titlebar.html" .}}
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.h 17 // A class that works as a custom titlebar for Panels. It is placed on top of
18 // the regular Cocoa titlebar. It's the place for the close button, page
22 // One way to have custom titlebar would be to use NSBorderlessWindow,
25 // the standard titlebar.
27 // This view overlays the titlebar on top. It is used to intercept
29 // on the titlebar (to minimize or reorder) while in a docked collection.
55 // Transparent view on top of entire titlebar. It catches mouse events to
77 // Attaches this view to the controller_'s window as a titlebar.
89 // Should be called when size of the titlebar changes.
93 // Various events that we'll need to redraw our titlebar for
    [all...]
panel_cocoa_unittest.mm 83 void VerifyTitlebarLocation(NSView* contentView, NSView* titlebar) {
85 NSRect titlebar_frame = [titlebar frame];
86 // Since contentView and titlebar are both children of window's root view,
90 EXPECT_EQ(NSHeight([[titlebar superview] bounds]), NSMaxY(titlebar_frame));
213 // Verify the titlebar is being created.
219 PanelTitlebarViewCocoa* titlebar = [native_window->controller_ titlebarView];
220 EXPECT_TRUE(titlebar);
221 EXPECT_EQ(native_window->controller_, [titlebar controller]);
226 // Verify the sizing of titlebar - should be affixed on top of regular titlebar
    [all...]
panel_cocoa.mm 191 PanelTitlebarViewCocoa* titlebar = [controller_ titlebarView];
193 [titlebar drawAttention];
195 [titlebar stopDrawingAttention];
209 PanelTitlebarViewCocoa* titlebar = [controller_ titlebarView];
210 return [titlebar isDrawingAttention];
228 // panel window now. In addition, its titlebar needs to be updated since it
349 PanelTitlebarViewCocoa* titlebar() const;
362 PanelTitlebarViewCocoa* CocoaNativePanelTesting::titlebar() const {
373 [titlebar() pressLeftMouseButtonTitlebar:
382 [titlebar() releaseLeftMouseButtonTitlebar:modifierFlags]
    [all...]
panel_window_controller_cocoa.h 10 // code. Each window has a single titlebar and is managed/owned by Panel.
100 // Accessor for titlebar view.
102 // Returns the height of titlebar, used to show the titlebar in
106 // Invoked when user clicks on the titlebar. Attempts to flip the
110 // Invoked when user double-clicks on the titlebar.
  /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'));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
TitleBar.java 25 public class TitleBar extends CustomBar {
29 public TitleBar(Context context, String label, int simulatedPlatformVersion)
  /external/chromium_org/chrome/browser/ui/panels/
panel_constants.h 10 // The height in pixels of the titlebar.
15 // recognisable titlebar.
17 // Motivation for 'width' is to make main buttons on the titlebar functional.
19 // single line of text - so the height is set to be likely less then a titlebar,
53 // Different types of buttons that can be shown on panel's titlebar.
panel_bounds_animation.cc 64 // 1. Quickly (0 -> 0.15) make only titlebar visible.
65 // 2. Freeze for a little bit (0.15->0.6), just showing 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 40 private TitleBar mTitleBar;
101 public void setTitleBar(TitleBar title) {
NavigationBarBase.java 42 protected TitleBar mTitleBar;
73 public void setTitleBar(TitleBar titleBar) {
74 mTitleBar = titleBar;
  /external/chromium_org/remoting/webapp/
window_frame.js 16 * @param {HTMLElement} titleBar The root node of the title-bar DOM hierarchy.
19 remoting.WindowFrame = function(titleBar) {
30 this.titleBar_ = titleBar;
37 (titleBar.querySelector('.window-title'));
45 (titleBar.querySelector('.window-maximize-restore'));
48 var optionsButton = titleBar.querySelector('.window-options');
75 var element = titleBar.querySelector('.' + handlers[i].cls);
  /external/chromium_org/chrome/browser/ui/cocoa/
version_independent_window.h 32 // If the window does not have a titlebar, then its contentView already has the
50 // Empty on 10.9 and lower, or if there is no titlebar.
  /external/chromium_org/ui/views/window/
custom_frame_view.h 82 // bottom of the titlebar.
85 // Returns the size of the titlebar icon. This is used even when the icon is
86 // not shown, e.g. to set the titlebar height.
89 // Returns the bounds of the titlebar icon (or where the icon would be if

Completed in 964 milliseconds

1 2 3 4 5