HomeSort by relevance Sort by last modified time
    Searched refs:shelf_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ash/wm/
status_area_layout_manager.cc 22 shelf_(shelf) {
54 if (child != shelf_->status_area_widget()->GetNativeView() || in_layout_) {
73 if (shelf_->shelf_layout_manager()->updating_bounds())
77 shelf_->shelf_layout_manager()->LayoutShelf();
workspace_controller.h 45 internal::ShelfLayoutManager* shelf_; member in class:ash::internal::WorkspaceController
workspace_controller.cc 44 shelf_(NULL),
65 if (!shelf_)
80 const gfx::Rect shelf_bounds(shelf_->GetIdealBounds());
103 return (window_overlaps_launcher || IsDockedAreaVisible(shelf_)) ?
109 shelf_ = shelf;
status_area_layout_manager.h 43 ShelfWidget* shelf_; member in class:ash::internal::StatusAreaLayoutManager
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 124 ShelfLayoutManager* shelf_; member in class:ash::internal::ShelfLayoutManager::AutoHideEventFilter
132 : shelf_(shelf),
148 !shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()));
150 shelf_->UpdateAutoHideState();
156 if (shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()))) {
169 explicit UpdateShelfObserver(ShelfLayoutManager* shelf) : shelf_(shelf) {
170 shelf_->update_shelf_observer_ = this;
174 shelf_ = NULL;
178 if (shelf_)
179 shelf_->UpdateShelfBackground(BACKGROUND_CHANGE_ANIMATE)
190 ShelfLayoutManager* shelf_; member in class:ash::internal::ShelfLayoutManager::UpdateShelfObserver
    [all...]
shelf_bezel_event_filter.h 30 ShelfLayoutManager* shelf_; // non-owned member in class:ash::internal::ShelfBezelEventFilter
shelf_widget.cc 112 ash::ShelfWidget* shelf_; member in class:__anon5954::DimmerView
137 : shelf_(shelf_widget),
180 if (shelf_->GetAlignment() != ash::SHELF_ALIGNMENT_BOTTOM) {
183 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
306 ShelfWidget* shelf_; member in class:ash::ShelfWidget::DelegateView
322 : shelf_(shelf),
351 params.parent = shelf_->GetNativeView();
354 dimmer_->SetBounds(shelf_->GetWindowBoundsInScreen());
357 dimmer_view_ = new DimmerView(shelf_, disable_dimming_animations_for_test_);
361 shelf_->GetNativeView()->AddObserver(this)
    [all...]
shelf_bezel_event_filter.cc 17 : shelf_(shelf),
56 switch (shelf_->GetAlignment()) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 98 // Updates |shelf_| from |root_window_|.
103 ShelfLayoutManager* shelf_; member in class:ash::internal::WorkAreaObserver
112 shelf_(NULL),
125 if (shelf_ && shelf_->visibility_state() == SHELF_AUTO_HIDE &&
126 shelf_->auto_hide_state() == SHELF_AUTO_HIDE_SHOWN) {
134 if (!shelf_)
137 OnAutoHideStateChanged(shelf_->auto_hide_state());
149 OnAutoHideStateChanged(shelf_->auto_hide_state());
154 if (shelf_)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 108 shelf_.Own(gtk_event_box_new());
109 gtk_container_add(GTK_CONTAINER(shelf_.get()), vbox);
138 slide_widget_.reset(new SlideAnimatorGtk(shelf_.get(),
147 gtk_widget_show_all(shelf_.get());
163 shelf_.Destroy();
192 gdk_window_raise(shelf_.get()->window);
358 gfx::Rect bounds(gtk_util::GetWidgetScreenPosition(shelf_.get()),
359 gfx::Size(shelf_.get()->allocation.width,
360 shelf_.get()->allocation.height));
download_shelf_gtk.h 112 // |shelf_| is the second highest level widget. See the constructor
114 OwnedWidgetGtk shelf_; member in class:DownloadShelfGtk
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 119 shelf_.Own(gtk_event_box_new());
120 gtk_container_add(GTK_CONTAINER(shelf_.get()), vbox);
148 slide_widget_.reset(new SlideAnimatorGtk(shelf_.get(),
157 gtk_widget_show_all(shelf_.get());
172 shelf_.Destroy();
204 gdk_window_raise(gtk_widget_get_window(shelf_.get()));
380 bool realized = (shelf_.get() &&
381 gtk_widget_get_window(shelf_.get()));
387 gfx::Rect bounds = ui::GetWidgetScreenBounds(shelf_.get());
download_shelf_gtk.h 121 // |shelf_| is the second highest level widget. See the constructor
123 ui::OwnedWidgetGtk shelf_; member in class:DownloadShelfGtk
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.h 37 IBOutlet BalloonShelfViewCocoa* shelf_; variable
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_controller.h 35 IBOutlet BalloonShelfViewCocoa* shelf_; variable
  /external/chromium_org/ash/
root_window_controller.cc 346 if (!shelf_->launcher())
348 shelf_->launcher()->SetVisible(true);
349 shelf_->status_area_widget()->Show();
354 panel_layout_manager_->SetLauncher(shelf_->launcher());
356 docked_layout_manager_->SetLauncher(shelf_->launcher());
357 if (shelf_->shelf_layout_manager())
358 docked_layout_manager_->AddObserver(shelf_->shelf_layout_manager());
366 if (shelf_->status_area_widget())
367 shelf_->status_area_widget()->UpdateAfterLoginStatusChange(status);
428 if (shelf_ && shelf_->shelf_layout_manager()
    [all...]
root_window_controller.h 127 ShelfWidget* shelf() { return shelf_.get(); }
276 scoped_ptr<ShelfWidget> shelf_; member in class:ash::internal::RootWindowController
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h 51 DownloadShelfController* shelf_; variable
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 105 GtkWidget* shelf_; member in class:BalloonViewImpl
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 61 DownloadShelfController* shelf_; member in namespace:NSViewController
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 99 shelf_(NULL),
240 shelf_ = gtk_hbox_new(FALSE, 0);
241 gtk_widget_set_size_request(GTK_WIDGET(shelf_), -1, GetShelfHeight());
242 gtk_container_add(GTK_CONTAINER(vbox), shelf_); local
259 gtk_box_pack_start(GTK_BOX(shelf_), label_alignment, FALSE, FALSE, 0);
275 gtk_box_pack_end(GTK_BOX(shelf_), close_alignment, FALSE, FALSE,
291 gtk_box_pack_end(GTK_BOX(shelf_), options_alignment, FALSE, FALSE, 0);
balloon_view_gtk.h 104 GtkWidget* shelf_; member in class:BalloonViewImpl
  /external/chromium_org/ash/system/user/
tray_user_unittest.cc 51 ShelfLayoutManager* shelf() { return shelf_; }
60 ShelfLayoutManager* shelf_; member in class:ash::internal::TrayUserTest
93 : shelf_(NULL),
101 shelf_ = Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager();
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.h 99 internal::ShelfLayoutManager* shelf_; member in class:ash::internal::WorkspaceLayoutManager
  /external/chromium_org/chrome/browser/download/
download_shelf_unittest.cc 48 return &shelf_;
69 TestDownloadShelf shelf_; member in class:__anon7300::DownloadShelfTest
99 shelf_.set_download_manager(download_manager_.get());

Completed in 701 milliseconds

1 2