Searched refs:CanFocus (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc60 bool ImageWindowDelegate::CanFocus() { function in class:content::ImageWindowDelegate
H A Dimage_window_delegate.h37 virtual bool CanFocus() OVERRIDE;
/external/chromium_org/ui/aura/test/
H A Dtest_focus_client.cc34 if (window && !window->CanFocus())
H A Dtest_window_delegate.cc67 bool TestWindowDelegate::CanFocus() { function in class:aura::test::TestWindowDelegate
H A Dtest_window_delegate.h41 // Sets the return value for CanFocus(). Default is true.
54 virtual bool CanFocus() OVERRIDE;
/external/chromium_org/ui/aura/
H A Dwindow_delegate.h62 virtual bool CanFocus() = 0;
H A Dwindow.h269 bool CanFocus() const;
H A Dwindow.cc717 bool Window::CanFocus() const { function in class:aura::Window
724 if (!parent_ || (delegate_ && !delegate_->CanFocus()))
733 return parent_->CanFocus();
/external/chromium_org/ui/wm/core/
H A Dbase_focus_rules.cc74 if (!window->CanFocus())
91 return window->CanFocus();
H A Dcompound_event_filter_unittest.cc178 EXPECT_TRUE(window->CanFocus());
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura.cc42 virtual bool CanFocus() OVERRIDE {
44 // aura::Window::CanFocus() will call back into this when checking whether
47 ? native_view_->delegate()->CanFocus()
/external/chromium_org/ui/aura/demo/
H A Ddemo_main.cc63 virtual bool CanFocus() OVERRIDE { return true; }
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc48 virtual bool CanFocus() OVERRIDE { return false; }
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list_ash.cc159 if (!(*it)->IsVisible() || !(*it)->CanFocus())
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h166 virtual bool CanFocus() OVERRIDE;
/external/chromium_org/mojo/examples/aura_demo/
H A Daura_demo.cc62 virtual bool CanFocus() OVERRIDE { return true; }
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.h154 virtual bool CanFocus() OVERRIDE;
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.cc54 virtual bool CanFocus() OVERRIDE { return true; }
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h195 virtual bool CanFocus() OVERRIDE;
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc105 virtual bool CanFocus() OVERRIDE { return true; }
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h294 virtual bool CanFocus() OVERRIDE;
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc107 virtual bool CanFocus() OVERRIDE { return false; }
/external/chromium_org/ash/wm/
H A Dwindow_manager_unittest.cc112 virtual bool CanFocus() OVERRIDE {
367 EXPECT_FALSE(w11->CanFocus());
/external/chromium_org/ash/
H A Droot_window_controller.cc240 virtual bool CanFocus() OVERRIDE {
H A Droot_window_controller_unittest.cc81 virtual bool CanFocus() OVERRIDE {

Completed in 2239 milliseconds

12