Searched refs:WillHandleBrowserAboutURL (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowser_about_handler_unittest.cc18 TEST_F(BrowserAboutHandlerTest, WillHandleBrowserAboutURL) {
113 WillHandleBrowserAboutURL(&url, &profile));
119 EXPECT_DEATH(WillHandleBrowserAboutURL(&url, NULL), "");
H A Dbrowser_about_handler.h28 bool WillHandleBrowserAboutURL(GURL* url, Profile* profile);
H A Dbrowser_url_handler.cc100 url_handlers_.push_back(HandlerPair(&WillHandleBrowserAboutURL,
H A Dbrowser_about_handler.cc1265 bool WillHandleBrowserAboutURL(GURL* url, Profile* profile) { function

Completed in 89 milliseconds