Searched refs:WillHandleBrowserAboutURL (Results 1 - 8 of 8) 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
/external/chromium_org/chrome/browser/
H A Dbrowser_about_handler_unittest.cc19 TEST_F(BrowserAboutHandlerTest, WillHandleBrowserAboutURL) {
69 WillHandleBrowserAboutURL(&url, &profile);
H A Dbrowser_about_handler.h31 bool WillHandleBrowserAboutURL(GURL* url,
H A Dbrowser_about_handler.cc20 bool WillHandleBrowserAboutURL(GURL* url, function
H A Dchrome_content_browser_client.cc2294 handler->AddHandlerPair(&WillHandleBrowserAboutURL,

Completed in 109 milliseconds