Searched defs:CanActivate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc88 bool StatusAreaWidgetDelegate::CanActivate() const { function in class:ash::StatusAreaWidgetDelegate
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc101 virtual bool CanActivate() const OVERRIDE;
303 bool ScreenCaptureNotificationUIViews::CanActivate() const { function in class:__anon5330::ScreenCaptureNotificationUIViews
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc58 bool WidgetDelegate::CanActivate() const { function in class:views::WidgetDelegate
H A Dwidget.cc620 CanActivate()
1013 bool Widget::CanActivate() const { function in class:views::Widget
1014 return widget_delegate_->CanActivate();
/external/chromium_org/ash/wm/
H A Dwindow_state.cc171 bool WindowState::CanActivate() const { function in class:ash::wm::WindowState
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.cc403 bool TrayBubbleView::CanActivate() const { function in class:views::TrayBubbleView
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc347 virtual bool CanActivate() const OVERRIDE;
544 bool ShelfWidget::DelegateView::CanActivate() const { function in class:ash::ShelfWidget::DelegateView
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc689 bool TaskManagerModel::CanActivate(int index) const { function in class:TaskManagerModel
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc618 bool DesktopWindowTreeHostWin::CanActivate() const { function in class:views::DesktopWindowTreeHostWin
621 return native_widget_delegate_->CanActivate();
634 return CanActivate() ? SW_SHOWNORMAL : SW_SHOWNOACTIVATE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1507 bool BrowserView::CanActivate() const { function in class:BrowserView

Completed in 1742 milliseconds