HomeSort by relevance Sort by last modified time
    Searched refs:IsDraggedView (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 202 DCHECK(apps_grid_view_->IsDraggedView(this));
335 if (apps_grid_view_->IsDraggedView(this))
414 if (apps_grid_view_->IsDraggedView(this)) {
450 if (apps_grid_view_->IsDraggedView(this)) {
462 apps_grid_view_->IsDraggedView(this)) {
478 if (touch_dragging_ && apps_grid_view_->IsDraggedView(this)) {
apps_grid_view.h 112 bool IsDraggedView(const views::View* view) const;
apps_grid_view.cc 432 if (IsSelectedView(view) || IsDraggedView(view))
804 bool AppsGridView::IsDraggedView(const views::View* view) const {
    [all...]

Completed in 383 milliseconds