Home
last modified time | relevance | path

Searched refs:kChromeUISyncResourcesHost (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/
Durl_constants.h117 extern const char kChromeUISyncResourcesHost[];
Durl_constants.cc128 const char kChromeUISyncResourcesHost[] = "syncresources"; variable
/external/chromium/chrome/browser/ui/webui/
Dchrome_web_ui_factory.cc117 if (url.host() == chrome::kChromeUISyncResourcesHost || in GetWebUIFactoryFunction()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc177 return url.host() == chrome::kChromeUISyncResourcesHost || in IsInternalResourcesURL()