OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDropIndicatorWidth
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc
542
static const int
kDropIndicatorWidth
= 2;
544
drop_indicator_position_ - (
kDropIndicatorWidth
/ 2),
545
ToolbarView::kVertSpacing,
kDropIndicatorWidth
, IconHeight());
/external/chromium/chrome/browser/ui/views/
browser_actions_container.cc
833
static const int
kDropIndicatorWidth
= 2;
835
drop_indicator_position_ - (
kDropIndicatorWidth
/ 2),
836
ToolbarView::kVertSpacing,
kDropIndicatorWidth
, IconHeight());
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
103
static const int
kDropIndicatorWidth
= 2;
513
gfx::Rect indicator_bounds(x -
kDropIndicatorWidth
/ 2,
515
kDropIndicatorWidth
,
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
117
static const int
kDropIndicatorWidth
= 2;
771
gfx::Rect indicator_bounds(x -
kDropIndicatorWidth
/ 2,
773
kDropIndicatorWidth
,
[
all
...]
Completed in 396 milliseconds