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

  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 73 virtual bool CanDuplicateContentsAt(int index) = 0;
default_tab_handler.h 43 virtual bool CanDuplicateContentsAt(int index);
default_tab_handler.cc 77 bool DefaultTabHandler::CanDuplicateContentsAt(int index) {
78 return delegate_->AsBrowser()->CanDuplicateContentsAt(index);
tab_strip_model.cc 744 if (delegate_->CanDuplicateContentsAt(indices[i]))
827 if (index != -1 && delegate_->CanDuplicateContentsAt(index))
    [all...]
tab_strip_model_unittest.cc 114 virtual bool CanDuplicateContentsAt(int index) { return false; }
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.h 29 virtual bool CanDuplicateContentsAt(int index) OVERRIDE;
browser_tab_strip_model_delegate.cc 97 bool BrowserTabStripModelDelegate::CanDuplicateContentsAt(int index) {
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_delegate.h 85 virtual bool CanDuplicateContentsAt(int index) = 0;
test_tab_strip_model_delegate.cc 39 bool TestTabStripModelDelegate::CanDuplicateContentsAt(int index) {
test_tab_strip_model_delegate.h 27 virtual bool CanDuplicateContentsAt(int index) OVERRIDE;
tab_strip_model.cc 774 if (delegate_->CanDuplicateContentsAt(indices[i]))
844 if (index != -1 && delegate_->CanDuplicateContentsAt(index))
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 691 virtual bool CanDuplicateContentsAt(int index);
    [all...]
browser.cc     [all...]

Completed in 473 milliseconds