Home
last modified time | relevance | path

Searched refs:ResetDraggingStateDelegate (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab_strip.cc22 class ResetDraggingStateDelegate class
25 explicit ResetDraggingStateDelegate(BaseTab* tab) : tab_(tab) { in ResetDraggingStateDelegate() function in __anon3342d4070111::ResetDraggingStateDelegate
39 DISALLOW_COPY_AND_ASSIGN(ResetDraggingStateDelegate);
562 tab, new ResetDraggingStateDelegate(tab), true); in StoppedDraggingTab()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc254 class ResetDraggingStateDelegate class
257 explicit ResetDraggingStateDelegate(Tab* tab) : tab_(tab) { in ResetDraggingStateDelegate() function in __anond25cc5340111::ResetDraggingStateDelegate
271 DISALLOW_COPY_AND_ASSIGN(ResetDraggingStateDelegate);
2083 tab, new ResetDraggingStateDelegate(tab), true); in StoppedDraggingTab()