Searched refs:BASE_URL (Results 1 – 5 of 5) sorted by relevance
55 BASE_URL = 'https://appr.tc/r/' variable in AppRTCController75 url = self.BASE_URL + room_name + self.param.get_parameter_string()
28 BASE_URL = "https://chromium.googlesource.com" variable29 DEPS_LOG = BASE_URL + "/chromium/src/+log/master/DEPS?format=JSON"
32 BASE_URL="https://code.google.com/p/v8/source/list"136 echo "$BASE_URL?num=$num&start=$last"
73 private static final String BASE_URL = PREFIX + InterpreterConstants.SCRIPTS_ROOT; field in HtmlActivityTask132 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in shouldOverrideUrlLoading()174 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in load()
29 BASE_URL = "" variable