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

1 2

  /external/chromium_org/ui/aura/
window_delegate.h 62 virtual bool CanFocus() = 0;
window.h 269 bool CanFocus() const;
window.cc 717 bool Window::CanFocus() const {
724 if (!parent_ || (delegate_ && !delegate_->CanFocus()))
733 return parent_->CanFocus();
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 60 bool ImageWindowDelegate::CanFocus() {
image_window_delegate.h 37 virtual bool CanFocus() OVERRIDE;
  /external/chromium_org/ui/aura/test/
test_focus_client.cc 34 if (window && !window->CanFocus())
test_window_delegate.h 41 // Sets the return value for CanFocus(). Default is true.
54 virtual bool CanFocus() OVERRIDE;
test_window_delegate.cc 67 bool TestWindowDelegate::CanFocus() {
  /external/chromium_org/ui/wm/core/
base_focus_rules.cc 74 if (!window->CanFocus())
91 return window->CanFocus();
compound_event_filter_unittest.cc 178 EXPECT_TRUE(window->CanFocus());
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 42 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/
demo_main.cc 63 virtual bool CanFocus() OVERRIDE { return true; }
  /external/chromium_org/ash/display/
cursor_window_controller.cc 48 virtual bool CanFocus() OVERRIDE { return false; }
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.cc 159 if (!(*it)->IsVisible() || !(*it)->CanFocus())
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 166 virtual bool CanFocus() OVERRIDE;
  /external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc 62 virtual bool CanFocus() OVERRIDE { return true; }
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 154 virtual bool CanFocus() OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 195 virtual bool CanFocus() OVERRIDE;
  /external/chromium_org/mojo/services/window_manager/
window_manager_app.cc 54 virtual bool CanFocus() OVERRIDE { return true; }
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 105 virtual bool CanFocus() OVERRIDE { return true; }
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 294 virtual bool CanFocus() OVERRIDE;
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 107 virtual bool CanFocus() OVERRIDE { return false; }
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 112 virtual bool CanFocus() OVERRIDE {
367 EXPECT_FALSE(w11->CanFocus());
  /external/chromium_org/ash/
root_window_controller.cc 240 virtual bool CanFocus() OVERRIDE {
    [all...]
root_window_controller_unittest.cc 81 virtual bool CanFocus() OVERRIDE {
    [all...]

Completed in 1217 milliseconds

1 2