OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPopupWidth
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc
15
const int
kPopupWidth
= 70;
23
gfx::Point(
kPopupWidth
/2 - 1, kPopupHeight/2 - 1),
24
gfx::Point(
kPopupWidth
/2, kPopupHeight/2),
32
gfx::Point(
kPopupWidth
, kPopupHeight),
56
gfx::Point(
kPopupWidth
- 1, kPopupHeight/2 -1),
57
gfx::Point(
kPopupWidth
, kPopupHeight/2 - 1),
58
gfx::Point(
kPopupWidth
- 1, kPopupHeight),
63
gfx::Point(
kPopupWidth
/2 - 1, kPopupHeight - 1),
64
gfx::Point(
kPopupWidth
/2 - 1, kPopupHeight),
65
gfx::Point(
kPopupWidth
/2, kPopupHeight - 1)
[
all
...]
dock_info.cc
21
const int
kPopupWidth
= 70;
36
*in_enable_area = (delta_x <
kPopupWidth
/ 2 && delta_y < kPopupHeight / 2);
52
int enable_delta_x =
kPopupWidth
/ 2;
100
return
kPopupWidth
;
/external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.cc
60
static const int
kPopupWidth
= 350;
512
kPopupWidth
,
544
kPopupWidth
,
active_downloads_ui.cc
56
static const int
kPopupWidth
= 250;
406
kPopupWidth
,
/external/chromium/chrome/browser/ui/
browser.cc
[
all
...]
Completed in 609 milliseconds