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

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.cc 124 bool NativeTabContentsViewWin::IsDoingDrag() const {
tab_contents_view_views.cc 212 bool TabContentsViewViews::IsDoingDrag() const {
213 return native_tab_contents_view_->IsDoingDrag();
217 DCHECK(IsDoingDrag());

Completed in 445 milliseconds