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

  /external/chromium/chrome/browser/
browser_about_handler_unittest.cc 18 TEST_F(BrowserAboutHandlerTest, WillHandleBrowserAboutURL) {
113 WillHandleBrowserAboutURL(&url, &profile));
119 EXPECT_DEATH(WillHandleBrowserAboutURL(&url, NULL), "");
browser_about_handler.h 28 bool WillHandleBrowserAboutURL(GURL* url, Profile* profile);
browser_url_handler.cc 100 url_handlers_.push_back(HandlerPair(&WillHandleBrowserAboutURL,
browser_about_handler.cc     [all...]

Completed in 44 milliseconds