HomeSort by relevance Sort by last modified time
    Searched refs:IsCompatibleWith (Results 1 - 16 of 16) 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_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 91 virtual bool IsCompatibleWith(TabStrip* other) const = 0;
fake_base_tab_strip_controller.cc 104 bool FakeBaseTabStripController::IsCompatibleWith(TabStrip* other) const {
fake_base_tab_strip_controller.h 47 virtual bool IsCompatibleWith(TabStrip* other) const OVERRIDE;
browser_tab_strip_controller.h 70 virtual bool IsCompatibleWith(TabStrip* other) const OVERRIDE;
browser_tab_strip_controller.cc 341 bool BrowserTabStripController::IsCompatibleWith(TabStrip* other) const {
tab_drag_controller.cc     [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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 83 bool IsCompatibleWith(TabStripGtk* other);
dragged_tab_controller_gtk.cc 368 if (!other_tabstrip->IsCompatibleWith(source_tabstrip_))
    [all...]
tab_strip_gtk.cc 886 bool TabStripGtk::IsCompatibleWith(TabStripGtk* other) {
    [all...]

Completed in 421 milliseconds