Home
last modified time | relevance | path

Searched refs:CanReloadContents (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/debugger/
Ddevtools_window.h91 virtual bool CanReloadContents(TabContents* source) const;
Ddevtools_window.cc438 bool DevToolsWindow::CanReloadContents(TabContents* source) const { in CanReloadContents() function in DevToolsWindow
/external/chromium/chrome/browser/tabs/
Dtab_strip_model.cc729 if (tab && tab->tab_contents()->delegate()->CanReloadContents( in IsContextMenuCommandEnabled()
808 if (tab && tab->tab_contents()->delegate()->CanReloadContents( in ExecuteContextMenuCommand()
/external/chromium/chrome/browser/ui/
Dbrowser.h779 virtual bool CanReloadContents(TabContents* source) const;
Dbrowser.cc2641 bool Browser::CanReloadContents(TabContents* source) const { in CanReloadContents() function in Browser
3715 CanReloadContents(current_tab)); in UpdateCommandsForTabState()
3717 CanReloadContents(current_tab)); in UpdateCommandsForTabState()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc894 source_tab_contents_->delegate()->CanReloadContents( in IsCommandIdEnabled()