HomeSort by relevance Sort by last modified time
    Searched refs:FocusController (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/views/corewm/
focus_controller.cc 55 // FocusController, public:
57 FocusController::FocusController(FocusRules* rules)
67 FocusController::~FocusController() {
71 // FocusController, aura::client::ActivationClient implementation:
73 void FocusController::AddObserver(
78 void FocusController::RemoveObserver(
83 void FocusController::ActivateWindow(aura::Window* window) {
87 void FocusController::DeactivateWindow(aura::Window* window)
    [all...]
focus_controller.h 20 // FocusController handles focus and activation changes for an environment
27 // (The FocusController must be set as the ActivationClient implementation
30 // (The FocusController must be registered as a pre-target handler for
33 // (The FocusController registers itself as an observer of the active and
35 class VIEWS_EXPORT FocusController : public aura::client::ActivationClient,
41 explicit FocusController(FocusRules* rules);
42 virtual ~FocusController();
124 DISALLOW_COPY_AND_ASSIGN(FocusController);
focus_controller_unittest.cc 138 // occurring in FocusController::FocusWindow().
209 // Common infrastructure shared by all FocusController test types.
216 // FocusController registers itself as an Env observer so it can catch all
220 focus_controller_.reset(new FocusController(test_focus_rules_));
260 test_focus_rules_ = NULL; // Owned by FocusController.
308 scoped_ptr<FocusController> focus_controller_;
531 // FocusController's default setting.
538 // trigger the default setting in FocusController.
815 // FocusController::OnWindowVisibilityChanging keeps 2's layer above 3's
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 61 class FocusController {
62 WTF_MAKE_NONCOPYABLE(FocusController); WTF_MAKE_FAST_ALLOCATED;
64 static PassOwnPtr<FocusController> create(Page*);
85 explicit FocusController(Page*);
FocusController.cpp 28 #include "core/page/FocusController.h"
174 FocusController::FocusController(Page* page)
183 PassOwnPtr<FocusController> FocusController::create(Page* page)
185 return adoptPtr(new FocusController(page));
188 void FocusController::setFocusedFrame(PassRefPtr<Frame> frame)
215 Frame* FocusController::focusedOrMainFrame() const
222 void FocusController::setFocused(bool focused)
241 Node* FocusController::findFocusableNodeDecendingDownIntoFrameDocument(FocusDirection direction, Node* node
    [all...]
Page.h 53 class FocusController;
145 FocusController& focusController() const { return *m_focusController; }
268 OwnPtr<FocusController> m_focusController;
Page.cpp 41 #include "core/page/FocusController.h"
99 , m_focusController(FocusController::create(this))
  /external/chromium_org/ash/
shell.cc 484 // initialized first by the ActivationController, but now that FocusController
488 views::corewm::FocusController* focus_controller =
489 new views::corewm::FocusController(new wm::AshFocusRules);
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 141 corewm::FocusController* focus_controller =
142 new corewm::FocusController(new DesktopFocusRules);
desktop_root_window_host_x11.cc 914 corewm::FocusController* focus_controller =
915 new corewm::FocusController(new DesktopFocusRules);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 390 third_party/WebKit/Source/core/page/FocusController.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 390 third_party/WebKit/Source/core/page/FocusController.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 390 third_party/WebKit/Source/core/page/FocusController.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 390 third_party/WebKit/Source/core/page/FocusController.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 390 third_party/WebKit/Source/core/page/FocusController.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 390 third_party/WebKit/Source/core/page/FocusController.cpp \
    [all...]

Completed in 218 milliseconds