Home
last modified time | relevance | path

Searched refs:deepest_view_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/
Ddrop_helper.cc16 deepest_view_(NULL) { in DropHelper()
25 if (deepest_view_ == view) in ResetTargetViewIfEquals()
26 deepest_view_ = NULL; in ResetTargetViewIfEquals()
33 &deepest_view_); in OnDragOver()
47 deepest_view_ = target_view_ = NULL; in OnDragExit()
54 deepest_view_ = target_view_ = NULL; in OnDrop()
85 if (view == deepest_view_) { in CalculateTargetViewImpl()
Ddrop_helper.h100 View* deepest_view_; variable