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

1 2

  /external/chromium_org/ash/system/
status_area_widget_delegate.h 46 virtual bool CanActivate() const OVERRIDE;
status_area_widget_delegate.cc 89 bool StatusAreaWidgetDelegate::CanActivate() const {
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 52 virtual bool CanActivate() const = 0;
widget_delegate.h 33 // Sets the return value of CanActivate(). Default is true.
62 virtual bool CanActivate() const;
widget_delegate.cc 54 bool WidgetDelegate::CanActivate() const {
widget.cc 620 CanActivate()
1002 bool Widget::CanActivate() const {
1003 return widget_delegate_->CanActivate();
    [all...]
widget.h 744 virtual bool CanActivate() const OVERRIDE;
    [all...]
native_widget_aura.cc 491 if (delegate_->CanActivate()) {
882 return delegate_->CanActivate();
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest.cc 161 ASSERT_TRUE(model()->CanActivate(tab));
305 ASSERT_FALSE(model()->CanActivate(background_page));
347 ASSERT_FALSE(model()->CanActivate(background_page));
356 ASSERT_TRUE(model()->CanActivate(panel));
394 ASSERT_TRUE(model()->CanActivate(extension_tab));
399 ASSERT_FALSE(model()->CanActivate(background_page));
426 ASSERT_TRUE(model()->CanActivate(extension_tab));
431 ASSERT_FALSE(model()->CanActivate(background_page));
465 ASSERT_TRUE(model()->CanActivate(app_tab));
505 ASSERT_TRUE(model()->CanActivate(app_tab))
    [all...]
task_manager.h 231 bool CanActivate(int index) const;
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 150 virtual bool CanActivate() const OVERRIDE;
bubble_delegate.cc 39 bubble_params.activatable = bubble->CanActivate() ?
120 bool BubbleDelegateView::CanActivate() const {
bubble_delegate.h 37 virtual bool CanActivate() const OVERRIDE;
tray_bubble_view.cc 404 bool TrayBubbleView::CanActivate() const {
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 45 virtual bool CanActivate() const = 0;
  /external/chromium_org/ash/wm/
ash_focus_rules.cc 159 window_state->CanActivate() &&
window_state.h 116 bool CanActivate() const;
lock_layout_manager_unittest.cc 47 virtual bool CanActivate() const OVERRIDE {
window_state.cc 164 bool WindowState::CanActivate() const {
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 101 virtual bool CanActivate() const OVERRIDE;
303 bool ScreenCaptureNotificationUIViews::CanActivate() const {
  /external/chromium_org/ash/shelf/
shelf_widget.cc 346 virtual bool CanActivate() const OVERRIDE;
533 bool ShelfWidget::DelegateView::CanActivate() const {
  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 266 if (bubble_view_->CanActivate()) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 141 virtual bool CanActivate() const OVERRIDE;
desktop_window_tree_host_win.cc 591 bool DesktopWindowTreeHostWin::CanActivate() const {
594 return native_widget_delegate_->CanActivate();
607 return CanActivate() ? SW_SHOWNORMAL : SW_SHOWNOACTIVATE;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 405 virtual bool CanActivate() const OVERRIDE;

Completed in 667 milliseconds

1 2