Searched refs:CanViewSource (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/tab_contents/
H A Dview_source_browsertest.cc77 EXPECT_TRUE(chrome::CanViewSource(browser()));
92 EXPECT_FALSE(chrome::CanViewSource(browser()));
105 EXPECT_FALSE(chrome::CanViewSource(browser()));
H A Drender_view_context_menu.cc1223 return source_web_contents_->GetController().CanViewSource();
/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h254 virtual bool CanViewSource() const = 0;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.h158 bool CanViewSource(const Browser* browser);
H A Dbrowser_commands.cc1127 bool CanViewSource(const Browser* browser) { function in namespace:chrome
1129 GetController().CanViewSource();
H A Dbrowser_command_controller.cc1090 CanViewSource(browser_));
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.h50 virtual bool CanViewSource() const OVERRIDE;
H A Dnavigation_controller_impl.cc470 bool NavigationControllerImpl::CanViewSource() const { function in class:content::NavigationControllerImpl
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc899 return source_tab_contents_->controller().CanViewSource();
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3727 current_tab->controller().CanViewSource());

Completed in 925 milliseconds