HomeSort by relevance Sort by last modified time
    Searched defs:CanActivate (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/system/
status_area_widget_delegate.cc 65 bool StatusAreaWidgetDelegate::CanActivate() const {
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 240 bool ToastContentsView::CanActivate() const {
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 40 bubble_params.can_activate = bubble->CanActivate();
68 virtual bool CanActivate() const OVERRIDE { return false; }
197 bool BubbleDelegateView::CanActivate() const {
tray_bubble_view.cc 374 bool TrayBubbleView::CanActivate() const {
  /external/chromium_org/ui/views/widget/
widget_delegate.cc 52 bool WidgetDelegate::CanActivate() const {
native_widget_win.cc 519 bool NativeWidgetWin::CanActivate() const {
520 return delegate_->CanActivate();
widget.cc 89 virtual bool CanActivate() const OVERRIDE {
957 bool Widget::CanActivate() const {
958 return widget_delegate_->CanActivate();
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget.cc 273 virtual bool CanActivate() const OVERRIDE;
403 bool ShelfWidget::DelegateView::CanActivate() const {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 574 bool DesktopRootWindowHostWin::CanActivate() const {
575 return native_widget_delegate_->CanActivate();
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 709 bool TaskManagerModel::CanActivate(int index) const {
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 191 milliseconds