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 68 static void checkMapping(String url, String expected) throws URISyntaxException {
82 checkMapping("ftp://example.com/", "DIRECT");
83 checkMapping("http://example.com/", "DIRECT");
84 checkMapping("https://example.com/", "DIRECT");
97 checkMapping("ftp://example.com/", "DIRECT");
98 checkMapping("http://example.com/", "PROXY httpproxy.com:8080");
99 checkMapping("https://example.com/", "DIRECT");
111 checkMapping("ftp://example.com/", "DIRECT");
112 checkMapping("http://example.com/", "PROXY httpproxy.com:80");
113 checkMapping("https://example.com/", "DIRECT")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
LiveEditSupport.js 162 checkMapping: function()
ResourceScriptMapping.js 263 checkMapping: function() { },
411 checkMapping: function()
ScriptSnippetModel.js 455 checkMapping: function()
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 71 milliseconds