OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drop_item_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
submenu_view.cc
38
drop_item_
(NULL),
175
if (
drop_item_
&& drop_position_ != MenuDelegate::DROP_ON)
176
PaintDropIndicator(canvas,
drop_item_
, drop_position_);
361
if (
drop_item_
== item && drop_position_ == position)
363
SchedulePaintForDropIndicator(
drop_item_
, drop_position_);
364
drop_item_
= item;
366
SchedulePaintForDropIndicator(
drop_item_
, drop_position_);
370
if (
drop_item_
== NULL)
375
return (
drop_item_
== item && drop_position_ == MenuDelegate::DROP_ON);
submenu_view.h
187
MenuItemView*
drop_item_
;
member in class:views::SubmenuView
Completed in 2394 milliseconds