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

  /external/chromium/chrome/browser/prefs/
session_startup_pref.h 26 // Indicates the user wants to restore a specific set of URLs. The URLs
27 // are contained in urls.
28 URLS
40 // Whether the startup type and URLs are managed via policy.
53 // The URLs to restore. Only used if type == URLS.
54 std::vector<GURL> urls; member in struct:SessionStartupPref
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClearHistoryTest.java 22 private static final String[] URLS = new String[3];
24 for (int i = 0; i < URLS.length; i++) {
25 URLS[i] = UrlUtils.encodeHtmlDataUri(
46 loadUrlSync(awContents, onPageFinishedHelper, URLS[i]);
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.h 32 // Indicates the user wants to restore a specific set of URLs. The URLs
33 // are contained in urls.
34 URLS,
71 // Whether the startup type and URLs are managed via policy.
88 // The URLs to restore. Only used if type == URLS.
89 std::vector<GURL> urls; member in struct:SessionStartupPref
  /external/chromium_org/chrome/test/functional/perf/
endure_setup.py 50 URLS = {'depot_tools': ('http://src.chromium.org'
136 if subprocess.call(['svn', 'co', URLS['depot_tools'], depot_dir]) != 0:
177 config_cmd = [gclient, 'config', URLS['pyauto']]
226 URLS['binary'].format(
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 92 private static final String[] URLS = { "www.google.com", "ipv6.google.com", "www.yahoo.com",
159 private static final int LOOKUP_COUNT_GOAL = URLS.length;
164 for (int numberOfUrls = URLS.length; numberOfUrls > 0; numberOfUrls--) {
171 InetAddress addr = InetAddress.getByName(URLS[urlIndex]);
173 Log.e(TAG, "failed first lookup of " + URLS[urlIndex]);
176 InetAddress addr = InetAddress.getByName(URLS[urlIndex]);
179 Log.e(TAG, "failed SECOND lookup of " + URLS[urlIndex]);
194 for (String url : URLS) {

Completed in 1121 milliseconds