OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleViewSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
browser_url_handler.cc
17
static bool
HandleViewSource
(GURL* url, Profile* profile) {
105
url_handlers_.push_back(HandlerPair(&
HandleViewSource
, &ReverseViewSource));
/external/chromium_org/content/browser/
browser_url_handler_impl.cc
19
static bool
HandleViewSource
(GURL* url, BrowserContext* browser_context) {
106
AddHandlerPair(&
HandleViewSource
, &ReverseViewSource);
Completed in 26 milliseconds