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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip_controller.h 77 virtual bool IsCompatibleWith(BaseTabStrip* other) const = 0;
browser_tab_strip_controller.h 62 virtual bool IsCompatibleWith(BaseTabStrip* other) const OVERRIDE;
browser_tab_strip_controller.cc 286 bool BrowserTabStripController::IsCompatibleWith(BaseTabStrip* other) const {
dragged_tab_controller.cc 819 if (!other_tabstrip->controller()->IsCompatibleWith(source_tabstrip_))
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 77 bool IsCompatibleWith(TabStripGtk* other);
dragged_tab_controller_gtk.cc 312 if (!other_tabstrip->IsCompatibleWith(source_tabstrip_))
tab_strip_gtk.cc 851 bool TabStripGtk::IsCompatibleWith(TabStripGtk* other) {
    [all...]

Completed in 648 milliseconds