Home | History | Annotate | Download | only in display

Lines Matching defs:src_root

260   aura::Window* src_root = NULL;
262 GetSrcAndDstRootWindows(&src_root, &dst_root);
267 MoveCursorTo(src_root, point_in_screen);
300 aura::Window* src_root = NULL;
302 GetSrcAndDstRootWindows(&src_root, &dst_root);
305 CreateHorizontalEdgeBoundsInNative(src_root, src_indicator_bounds_);
362 aura::Window* src_root = NULL;
364 GetSrcAndDstRootWindows(&src_root, &dst_root);
368 CreateVerticalEdgeBoundsInNative(src_root, src_indicator_bounds_);
373 void MouseCursorEventFilter::GetSrcAndDstRootWindows(aura::Window** src_root,
376 *src_root = drag_source_root_ ? drag_source_root_
378 *dst_root = root_windows[0] == *src_root ? root_windows[1] : root_windows[0];