HomeSort by relevance Sort by last modified time
    Searched defs:checkMapping (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/android/javatests/src/org/chromium/net/
AndroidProxySelectorTest.java 71 static void checkMapping(String url, String expected) throws URISyntaxException {
85 checkMapping("ftp://example.com/", "DIRECT");
86 checkMapping("http://example.com/", "DIRECT");
87 checkMapping("https://example.com/", "DIRECT");
100 checkMapping("ftp://example.com/", "DIRECT");
101 checkMapping("http://example.com/", "PROXY httpproxy.com:8080");
102 checkMapping("https://example.com/", "DIRECT");
114 checkMapping("ftp://example.com/", "DIRECT");
115 checkMapping("http://example.com/", "PROXY httpproxy.com:80");
116 checkMapping("https://example.com/", "DIRECT")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
LiveEditSupport.js 171 checkMapping: function()
ResourceScriptMapping.js 255 checkMapping: function() { },
405 checkMapping: function()
ScriptSnippetModel.js 465 checkMapping: function()
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 342 milliseconds