OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FrameBorderHitTestController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
frame_border_hit_test_controller.h
29
class ASH_EXPORT
FrameBorderHitTestController
: public wm::WindowStateObserver,
32
explicit
FrameBorderHitTestController
(views::Widget* frame);
33
virtual ~
FrameBorderHitTestController
();
55
DISALLOW_COPY_AND_ASSIGN(
FrameBorderHitTestController
);
frame_border_hit_test_controller.cc
19
FrameBorderHitTestController
::
FrameBorderHitTestController
(views::Widget* frame)
37
FrameBorderHitTestController
::~
FrameBorderHitTestController
() {
45
int
FrameBorderHitTestController
::NonClientHitTest(
84
void
FrameBorderHitTestController
::UpdateHitTestBoundsOverrideInner() {
97
void
FrameBorderHitTestController
::OnWindowShowTypeChanged(
103
void
FrameBorderHitTestController
::OnWindowDestroying(aura::Window* window) {
Completed in 97 milliseconds