OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSlideInRegionHeightPx
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.h
44
static const int
kSlideInRegionHeightPx
;
fullscreen_exit_bubble.cc
113
const int FullscreenExitBubble::
kSlideInRegionHeightPx
= 4;
228
} else if ((cursor_pos.y() <
kSlideInRegionHeightPx
) ||
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc
28
const int FullscreenExitBubble::
kSlideInRegionHeightPx
= 4;
108
} else if (cursor_pos.y() <
kSlideInRegionHeightPx
&&
fullscreen_exit_bubble.h
32
static const int
kSlideInRegionHeightPx
;
Completed in 592 milliseconds