HomeSort by relevance Sort by last modified time
    Searched refs:toolbar_ (Results 1 - 14 of 14) 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 394 toolbar_(NULL),
455 toolbar_ = NULL;
493 gfx::Rect toolbar_bounds(toolbar_->bounds());
832 can_show_bubble && !toolbar_->IsWrenchMenuShowing());
    [all...]
browser_view_layout.h 144 views::View* toolbar_; member in class:BrowserViewLayout
browser_view.h 141 // These differ from |toolbar_.bounds()| in that they match where the toolbar
170 ToolbarView* toolbar() { return toolbar_; }
600 // | | Navigation buttons, address bar, menu (toolbar_) | |
632 ToolbarView* toolbar_; member in class:BrowserView
  /external/chromium_org/remoting/webapp/
toolbar.js 24 this.toolbar_ = toolbar;
73 this.toolbar_.addEventListener('mousemove', stopTimer, false);
81 this.toolbar_.classList.add(remoting.Toolbar.VISIBLE_CLASS_);
86 var classList = this.toolbar_.classList;
96 var toolbarX = (window.innerWidth - this.toolbar_.clientWidth) / 2;
97 this.toolbar_.style['left'] = toolbarX + 'px';
107 this.toolbar_.classList.toggle(remoting.Toolbar.VISIBLE_CLASS_);
  /external/chromium_org/pdf/
instance.cc 417 if (toolbar_->HandleEvent(event_device_res))
852 if (toolbar_->current_transparency() != kTransparentAlpha)
853 PaintOverlayControl(toolbar_.get(), &image_data_, ready);
    [all...]
instance.h 446 scoped_ptr<FadingControls> toolbar_; member in class:chrome_pdf::Instance
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 44 this.toolbar_ = $('toolbar');
254 this.toolbar_.style.visibility = 'hidden';
295 this.toolbar_.style.visibility = 'visible';
302 this.toolbar_.initialFadeIn();
381 this.toolbar_.style.right = toolbarRight + 'px';
382 this.toolbar_.style.bottom = toolbarBottom + 'px';
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 161 this.toolbar_ = util.createChild(this.container_, 'toolbar tool dimmable');
186 this.filenameSpacer_ = util.createChild(this.toolbar_, 'filename-spacer');
200 util.createChild(this.toolbar_, 'button-spacer');
204 this.modeButton_ = util.createChild(this.toolbar_, 'button mode', 'button');
217 this.toolbar_,
259 var button = util.createChild(this.toolbar_, className, 'button');
slide_mode.js 31 this.toolbar_ = toolbar;
104 this.toolbar_.querySelector('.filename-spacer'), 'options');
129 this.bubble_ = util.createChild(this.toolbar_, 'bubble');
169 this.ribbonSpacer_ = util.createChild(this.toolbar_, 'ribbon-spacer');
182 var slideShowButton = util.createChild(this.toolbar_,
197 this.editButton_ = util.createChild(this.toolbar_, 'button edit', 'button');
202 this.printButton_ = util.createChild(this.toolbar_, 'button print', 'button');
207 this.editBarSpacer_ = util.createChild(this.toolbar_, 'edit-bar-spacer');
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 31 this.toolbar_ = toolbar;
104 this.toolbar_.querySelector('.filename-spacer'), 'options');
129 this.bubble_ = util.createChild(this.toolbar_, 'bubble');
169 this.ribbonSpacer_ = util.createChild(this.toolbar_, 'ribbon-spacer');
182 var slideShowButton = util.createChild(this.toolbar_,
197 this.editButton_ = util.createChild(this.toolbar_, 'button edit', 'button');
202 this.printButton_ = util.createChild(this.toolbar_, 'button print', 'button');
207 this.editBarSpacer_ = util.createChild(this.toolbar_, 'edit-bar-spacer');
    [all...]
gallery.js 165 this.toolbar_ = util.createChild(this.container_, 'toolbar tool dimmable');
195 this.filenameSpacer_ = util.createChild(this.toolbar_, 'filename-spacer');
209 util.createChild(this.toolbar_, 'button-spacer');
213 this.modeButton_ = util.createChild(this.toolbar_, 'button mode', 'button');
226 this.toolbar_,
268 var button = util.createChild(this.toolbar_, className, 'button');
  /external/chromium-trace/
script.js     [all...]

Completed in 5149 milliseconds