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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout_unittest.cc 136 toolbar_(NULL),
148 MockView* toolbar() { return toolbar_; }
163 toolbar_ = new MockView(gfx::Size(800, 30));
164 top_container_->AddChildView(toolbar_);
191 toolbar_,
206 MockView* toolbar_; member in class:BrowserViewLayoutTest
browser_view_layout.cc 127 toolbar_(NULL),
156 toolbar_ = toolbar;
175 toolbar_->GetMinimumSize() : gfx::Size());
292 bv_bounds.Offset(0, toolbar_->y());
293 bv_bounds.set_height(bv_bounds.height() - toolbar_->y());
308 bv_bounds.set_height(toolbar_->y());
402 int height = toolbar_visible ? toolbar_->GetPreferredSize().height() : 0;
403 toolbar_->SetVisible(toolbar_visible);
404 toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height);
423 top = std::max(toolbar_->bounds().bottom(), LayoutBookmarkBar(top))
    [all...]
browser_view.cc 390 toolbar_(NULL),
451 toolbar_ = NULL;
489 gfx::Rect toolbar_bounds(toolbar_->bounds());
831 can_show_bubble && !toolbar_->IsWrenchMenuShowing());
    [all...]
browser_view_layout.h 144 views::View* toolbar_; member in class:BrowserViewLayout
browser_view.h 138 // These differ from |toolbar_.bounds()| in that they match where the toolbar
167 ToolbarView* toolbar() { return toolbar_; }
592 // | | Navigation buttons, address bar, menu (toolbar_) | |
624 ToolbarView* toolbar_; member in class:BrowserView
  /external/chromium_org/remoting/webapp/
toolbar.js 24 this.toolbar_ = toolbar;
78 this.toolbar_.addEventListener('mousemove', stopTimer, false);
101 this.toolbar_.classList.add(remoting.Toolbar.VISIBLE_CLASS_);
106 var classList = this.toolbar_.classList;
116 var toolbarX = (window.innerWidth - this.toolbar_.clientWidth) / 2;
117 this.toolbar_.style['left'] = toolbarX + 'px';
127 this.toolbar_.classList.toggle(remoting.Toolbar.VISIBLE_CLASS_);
  /external/chromium_org/pdf/
instance.cc 425 if (toolbar_->HandleEvent(event_device_res))
873 if (toolbar_->current_transparency() != kTransparentAlpha)
874 PaintOverlayControl(toolbar_.get(), &image_data_, ready);
    [all...]
instance.h 449 scoped_ptr<FadingControls> toolbar_; member in class:chrome_pdf::Instance
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 57 this.toolBar_ = null;
113 this.toolbar_.element.classList.remove('dimmable');
114 this.toolbar_.element.removeAttribute('dimmed');
118 this.toolbar_ = toolbar;
135 if (this.toolbar_) {
136 this.toolbar_.element.classList.add('dimmable');
137 this.toolbar_ = null;
243 if (this.toolbar_)
244 this.toolbar_.element.classList.add('dimmable');
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 43 this.toolbar_ = $('toolbar');
296 this.toolbar_.style.visibility = 'hidden';
338 this.toolbar_.style.visibility = 'visible';
345 this.toolbar_.initialFadeIn();
471 this.toolbar_.style.right = toolbarRight + 'px';
472 this.toolbar_.style.bottom = toolbarBottom + 'px';
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 328 this.toolbar_ = document.querySelector('#toolbar');
353 this.filenameSpacer_ = this.toolbar_.querySelector('.filename-spacer');
368 this.toolbar_.querySelector('.middle-spacer');
369 var buttonSpacer = this.toolbar_.querySelector('button-spacer');
373 this.modeButton_ = this.toolbar_.querySelector('button.mode');
384 this.toolbar_,
425 var button = this.toolbar_.querySelector('button.' + className);
slide_mode.js 29 this.toolbar_ = toolbar;
120 this.toolbar_.querySelector('.filename-spacer'), 'options');
146 this.bubble_ = util.createChild(this.toolbar_, 'bubble');
175 this.ribbonSpacer_ = this.toolbar_.querySelector('.ribbon-spacer');
188 var slideShowButton = this.toolbar_.querySelector('button.slideshow');
202 this.editButton_ = this.toolbar_.querySelector('button.edit');
207 this.printButton_ = this.toolbar_.querySelector('button.print');
212 this.editBarSpacer_ = this.toolbar_.querySelector('.edit-bar-spacer');
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 364 milliseconds