Searched refs:IsCompatibleWith (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip_controller.h95 virtual bool IsCompatibleWith(TabStrip* other) const = 0;
H A Dfake_base_tab_strip_controller.cc107 bool FakeBaseTabStripController::IsCompatibleWith(TabStrip* other) const { function in class:FakeBaseTabStripController
H A Dfake_base_tab_strip_controller.h48 virtual bool IsCompatibleWith(TabStrip* other) const OVERRIDE;
H A Dbrowser_tab_strip_controller.h71 virtual bool IsCompatibleWith(TabStrip* other) const OVERRIDE;
H A Dbrowser_tab_strip_controller.cc362 bool BrowserTabStripController::IsCompatibleWith(TabStrip* other) const { function in class:BrowserTabStripController
H A Dtab_drag_controller.cc854 return other_tabstrip->controller()->IsCompatibleWith(tab_strip) ?

Completed in 279 milliseconds