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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 350 bool started_drag = drag_controller_->started_drag(); local
352 if (drag_controller_->started_drag() && !started_drag) {
363 bool started_drag = drag_controller_->started_drag();
365 return started_drag;
dragged_tab_controller.h 80 bool started_drag() const { return started_drag_; } function in class:DraggedTabController

Completed in 93 milliseconds