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

  /external/chromium_org/ui/webui/
web_ui_util_unittest.cc 10 TEST(WebUIUtilTest, ParsePathAndScale) {
22 webui::ParsePathAndScale(url, &path, &factor);
27 webui::ParsePathAndScale(url2, &path, &factor);
32 webui::ParsePathAndScale(url3, &path, &factor);
37 webui::ParsePathAndScale(url4, &path, &factor);
42 webui::ParsePathAndScale(url5, &path, &factor);
47 webui::ParsePathAndScale(url6, &path, &factor);
52 webui::ParsePathAndScale(url7, &path, &factor);
web_ui_util.h 49 UI_EXPORT void ParsePathAndScale(const GURL& url,
web_ui_util.cc 103 void ParsePathAndScale(const GURL& url,
  /external/chromium_org/chrome/browser/ui/webui/
theme_source.cc 65 webui::ParsePathAndScale(GURL(GetThemePath() + path),
90 webui::ParsePathAndScale(GURL(GetThemePath() + path), &uncached_path, NULL);
103 webui::ParsePathAndScale(GURL(GetThemePath() + path), &uncached_path, NULL);

Completed in 2295 milliseconds