Searched refs:dragged_view (Results 1 – 4 of 4) sorted by relevance
1195 gfx::NativeView dragged_view = view_->GetWidget()->GetNativeView(); in GetDockInfoAtPoint() local1196 dock_windows_.insert(dragged_view); in GetDockInfoAtPoint()1201 dock_windows_.erase(dragged_view); in GetDockInfoAtPoint()1220 gfx::NativeView dragged_view = NULL; in GetTargetTabStripForPoint() local1222 dragged_view = view_->GetWidget()->GetNativeView(); in GetTargetTabStripForPoint()1224 dragged_view = attached_tabstrip_->GetWidget()->GetNativeView(); in GetTargetTabStripForPoint()1225 if (dragged_view) in GetTargetTabStripForPoint()1226 dock_windows_.insert(dragged_view); in GetTargetTabStripForPoint()1232 if (dragged_view) in GetTargetTabStripForPoint()1233 dock_windows_.erase(dragged_view); in GetTargetTabStripForPoint()[all …]
796 gfx::NativeView dragged_view = NULL; in GetTabStripForPoint() local798 dragged_view = view_->GetWidget()->GetNativeView(); in GetTabStripForPoint()799 dock_windows_.insert(dragged_view); in GetTabStripForPoint()803 if (dragged_view) in GetTabStripForPoint()804 dock_windows_.erase(dragged_view); in GetTabStripForPoint()1428 gfx::NativeView dragged_view = view_->GetWidget()->GetNativeView(); in BringWindowUnderMouseToFront() local1429 dock_windows_.insert(dragged_view); in BringWindowUnderMouseToFront()1432 dock_windows_.erase(dragged_view); in BringWindowUnderMouseToFront()
544 View* dragged_view() { return dragged_view_; } in dragged_view() function
1648 return widget ? widget->dragged_view() == this : false; in InDrag()2389 if (widget->dragged_view()) in DoDrag()