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

/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc65 bool StatusAreaWidgetDelegate::CanActivate() const { function in class:ash::internal::StatusAreaWidgetDelegate
/external/chromium_org/ui/message_center/views/
H A Dtoast_contents_view.cc228 bool ToastContentsView::CanActivate() const { function in class:message_center::ToastContentsView
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc42 bubble_params.can_activate = bubble->CanActivate();
121 bool BubbleDelegateView::CanActivate() const { function in class:views::BubbleDelegateView
H A Dtray_bubble_view.cc405 bool TrayBubbleView::CanActivate() const { function in class:views::TrayBubbleView
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc52 bool WidgetDelegate::CanActivate() const { function in class:views::WidgetDelegate
H A Dnative_widget_win.cc527 bool NativeWidgetWin::CanActivate() const { function in class:views::NativeWidgetWin
528 return delegate_->CanActivate();
H A Dwidget.cc91 virtual bool CanActivate() const OVERRIDE {
997 bool Widget::CanActivate() const { function in class:views::Widget
998 return widget_delegate_->CanActivate();
/external/chromium_org/ash/wm/caption_buttons/
H A Dmaximize_bubble_controller_bubble.cc403 bool MaximizeBubbleControllerBubble::CanActivate() const { function in class:ash::MaximizeBubbleControllerBubble
/external/chromium_org/ash/wm/
H A Dwindow_state.cc134 bool WindowState::CanActivate() const { function in class:ash::wm::WindowState
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc270 virtual bool CanActivate() const OVERRIDE;
444 bool ShelfWidget::DelegateView::CanActivate() const { function in class:ash::ShelfWidget::DelegateView
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc692 bool TaskManagerModel::CanActivate(int index) const { function in class:TaskManagerModel
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_win.cc622 bool DesktopRootWindowHostWin::CanActivate() const { function in class:views::DesktopRootWindowHostWin
625 return native_widget_delegate_->CanActivate();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1518 bool BrowserView::CanActivate() const { function in class:BrowserView
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1396 bool BrowserView::CanActivate() const { function in class:BrowserView

Completed in 416 milliseconds