Home
last modified time | relevance | path

Searched refs:toolbar_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/remoting/webapp/
Dtoolbar.js24 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-trace/trace-viewer/src/ui/
Doverlay.js57 this.toolbar_);
59 this.contentHost.appendChild(this.toolbar_);
61 if (this.toolbar_.parentElement)
62 this.contentHost.removeChild(this.toolbar_);
67 this.toolbar_ = this.ownerDocument.createElement('div');
68 this.toolbar_.className = 'tool-bar';
73 this.toolbar_.appendChild(this.exitButton_);
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_layout_unittest.cc136 toolbar_(NULL), in BrowserViewLayoutTest()
148 MockView* toolbar() { return toolbar_; } in toolbar()
163 toolbar_ = new MockView(gfx::Size(800, 30)); in SetUp()
164 top_container_->AddChildView(toolbar_); in SetUp()
191 toolbar_, in SetUp()
206 MockView* toolbar_; member in BrowserViewLayoutTest
Dbrowser_view_layout.cc127 toolbar_(NULL), in BrowserViewLayout()
156 toolbar_ = toolbar; in Init()
175 toolbar_->GetMinimumSize() : gfx::Size()); in GetMinimumSize()
292 bv_bounds.Offset(0, toolbar_->y()); in NonClientHitTest()
293 bv_bounds.set_height(bv_bounds.height() - toolbar_->y()); in NonClientHitTest()
308 bv_bounds.set_height(toolbar_->y()); in NonClientHitTest()
402 int height = toolbar_visible ? toolbar_->GetPreferredSize().height() : 0; in LayoutToolbar()
403 toolbar_->SetVisible(toolbar_visible); in LayoutToolbar()
404 toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height); in LayoutToolbar()
423 top = std::max(toolbar_->bounds().bottom(), LayoutBookmarkBar(top)); in LayoutBookmarkAndInfoBars()
Dbrowser_view.cc390 toolbar_(NULL), in BrowserView()
451 toolbar_ = NULL; in ~BrowserView()
489 gfx::Rect toolbar_bounds(toolbar_->bounds()); in GetToolbarBounds()
831 can_show_bubble && !toolbar_->IsWrenchMenuShowing()); in ZoomChangedForActiveTab()
1022 toolbar_->reload_button()->ChangeMode( in UpdateReloadStopState()
1028 if (toolbar_) in UpdateToolbar()
1029 toolbar_->Update(contents); in UpdateToolbar()
1043 toolbar_->SetPaneFocus(NULL); in FocusToolbar()
1068 if (toolbar_->IsAppMenuFocused()) { in FocusAppMenu()
1072 toolbar_->SetPaneFocusAndFocusAppMenu(); in FocusAppMenu()
[all …]
Dbrowser_view_layout.h144 views::View* toolbar_; variable
Dbrowser_view.h167 ToolbarView* toolbar() { return toolbar_; } in toolbar()
624 ToolbarView* toolbar_; variable
/external/chromium_org/chrome/browser/resources/pdf/
Dpdf.js43 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/image_editor/
Dimage_transform.js113 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/ui/file_manager/gallery/js/
Dgallery.js328 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);
Dslide_mode.js29 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');
/external/chromium_org/pdf/
Dinstance.cc425 if (toolbar_->HandleEvent(event_device_res)) in HandleInputEvent()
873 if (toolbar_->current_transparency() != kTransparentAlpha) in OnPaint()
874 PaintOverlayControl(toolbar_.get(), &image_data_, ready); in OnPaint()
996 if (control_id == toolbar_->id()) { in OnControlTimerFired()
997 toolbar_->OnTimerFired(timer_id); in OnControlTimerFired()
1136 if (toolbar_->current_transparency() != kTransparentAlpha) in Scroll()
1137 paint_manager_.InvalidateRect(toolbar_->GetControlsRect()); in Scroll()
1499 toolbar_->Splash(kToolbarSplashTimeoutMs); in DocumentPaintOccurred()
2211 toolbar_.reset(new FadingControls());
2233 toolbar_.get(),
[all …]
Dinstance.h449 scoped_ptr<FadingControls> toolbar_; variable
/external/chromium-trace/
Dscript.js357toolbar_):this.contentHost.appendChild(this.toolbar_):this.toolbar_.parentElement&&this.contentHos…
358 "x";this.exitButton_.title="Close Overlay (esc)";this.toolbar_.appendChild(this.exitButton_)},showO…