OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SnapToPixelLayoutManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/
snap_to_pixel_layout_manager.h
16
class ASH_EXPORT
SnapToPixelLayoutManager
: public aura::LayoutManager {
18
explicit
SnapToPixelLayoutManager
(aura::Window* container);
19
virtual ~
SnapToPixelLayoutManager
();
33
DISALLOW_COPY_AND_ASSIGN(
SnapToPixelLayoutManager
);
snap_to_pixel_layout_manager.cc
13
SnapToPixelLayoutManager
::
SnapToPixelLayoutManager
(aura::Window* container) {
17
SnapToPixelLayoutManager
::~
SnapToPixelLayoutManager
() {
20
void
SnapToPixelLayoutManager
::OnWindowResized() {
23
void
SnapToPixelLayoutManager
::OnWindowAddedToLayout(aura::Window* child) {
26
void
SnapToPixelLayoutManager
::OnWillRemoveWindowFromLayout(
30
void
SnapToPixelLayoutManager
::OnWindowRemovedFromLayout(aura::Window* child) {
33
void
SnapToPixelLayoutManager
::OnChildWindowVisibilityChanged(
38
void
SnapToPixelLayoutManager
::SetChildBounds
[
all
...]
Completed in 169 milliseconds