HomeSort by relevance Sort by last modified time
    Searched defs:url (Results 76 - 100 of 1719) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.cc 43 std::string url = base::StringPrintf("%s/%s?client=%s&appver=%s&pver=2.2", local
48 base::StringAppendF(&url, "&key=%s",
52 DCHECK(url.find("?") != std::string::npos);
53 url.append("&");
54 url.append(additional_query);
56 return url;
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 68 GURL url = web_contents->GetURL(); local
69 title = UTF8ToUTF16(url.spec());
70 // Force URL to be LTR.
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc 40 // Create new tab with an arbitrary URL.
41 GURL url = embedded_test_server()->GetURL(kSimplePage); local
42 chrome::AddSelectedTabWithURL(browser(), url, content::PAGE_TRANSITION_TYPED); local
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_unittest.cc 51 GURL url("http://www.google.com");
52 AddTab(browser(), url); local
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui_browsertest.cc 35 GURL url = test_server()->GetURL(kSharedWorkerTestPage); local
36 ui_test_utils::NavigateToURL(browser(), url); local
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui_browsertest.cc 19 const GURL& url = GURL(chrome::kChromeUIUserManagerURL); member in namespace:__anon6561
40 ui_test_utils::NavigateToURLBlockUntilNavigationsComplete(browser(), url, 1); local
  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.h 11 #include "url/gurl.h"
13 // A single tuple of (protocol, url, title) that indicates how URLs of the
19 const GURL& url,
31 // Returns true if this handler's url has the same origin as the given one.
37 // Interpolates the given URL into the URL template of this handler.
38 GURL TranslateUrl(const GURL& url) const;
50 const GURL& url() const { return url_;} function in class:ProtocolHandler
68 const GURL& url,
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
nacl_modules_handler.h 23 GURL url; member in struct:extensions::NaClModuleInfo
  /external/chromium_org/chrome/common/favicon/
favicon_url_parser.h 15 // Whether the URL has the "iconurl" parameter.
18 // The URL from which the favicon is being requested.
19 std::string url; member in struct:chrome::ParsedFaviconPath
27 // The index of the first character (relative to the path) where the the URL
  /external/chromium_org/chrome/common/importer/
imported_bookmark_entry.h 12 #include "url/gurl.h"
22 GURL url; member in struct:ImportedBookmarkEntry
importer_url_row.h 10 #include "url/gurl.h"
18 explicit ImporterURLRow(const GURL& url);
20 GURL url; member in struct:ImporterURLRow
23 // Total number of times this URL has been visited.
26 // Number of times this URL has been manually entered in the URL bar.
29 // The date of the last visit of this URL, which saves us from having to
  /external/chromium_org/chrome/common/translate/
language_detection_details.h 12 #include "url/gurl.h"
21 // The URL.
22 GURL url; member in struct:LanguageDetectionDetails
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor_unittest.cc 13 #include "url/gurl.h"
31 std::string url = "http://123.0.0.1/mydocuments/a.file.html"; local
42 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
45 url = "http://www.www.cnn.co.uk/sports/sports/index.html?shouldnotappear";
62 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
65 url = "http://justadomain.com/";
73 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
76 url = "http://witharef.com/#abc";
84 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
87 url = "http://...www..lotsodots....com./"
    [all...]
  /external/chromium_org/chrome_frame/
navigation_constraints.cc 22 bool NavigationConstraintsImpl::IsSchemeAllowed(const GURL& url) {
23 if (url.is_empty())
26 if (!url.is_valid())
29 if (url.SchemeIs(content::kHttpScheme) || url.SchemeIs(content::kHttpsScheme))
34 if (url.SchemeIs(content::kViewSourceScheme)) {
35 GURL sub_url(url.GetContent());
42 if (url.SchemeIs(chrome::kAboutScheme)) {
43 if (LowerCaseEqualsASCII(url.spec(), content::kAboutBlankURL) ||
44 LowerCaseEqualsASCII(url.spec(), chrome::kAboutVersionURL))
73 << " Disallowing navigation to restricted url: " << url; local
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
cloud_external_data_manager.h 32 MetadataEntry(const std::string& url, const std::string& hash);
36 std::string url; member in struct:policy::CloudExternalDataManager::MetadataEntry
policy_header_io_helper.cc 36 const GURL& url = request->url(); local
38 url.spec().compare(0, server_url_.size(), server_url_) == 0) {
  /external/chromium_org/content/browser/
child_process_security_policy_browsertest.cc 43 GURL url = GetTestUrl("", "simple_page.html"); local
45 NavigateToURL(shell(), url); local
webkit_browsertest.cc 28 GURL url = test_server()->GetURL(kAsyncScriptThatAbortsOnEndPage); local
30 NavigateToURL(shell(), url); local
51 GURL url = test_server()->GetURL(kXsltBadImportPage); local
53 NavigateToURL(shell(), url); local
72 GURL url = test_server()->GetURL(kPrerenderNoCrashPage); local
74 NavigateToURL(shell(), url); local
87 GURL url = test_server()->GetURL(kErrorBodyNoCrash); local
89 NavigateToURL(shell(), url); local
  /external/chromium_org/content/browser/download/
save_package_browsertest.cc 38 GURL url = test_server()->GetURL(kTestFile); local
39 NavigateToURL(shell(), url); local
52 GURL url = test_server()->GetURL(kTestFile); local
53 NavigateToURL(shell(), url); local
  /external/chromium_org/content/public/browser/
load_from_memory_cache_details.h 11 #include "url/gurl.h"
17 LoadFromMemoryCacheDetails(const GURL& url,
26 GURL url; member in struct:content::LoadFromMemoryCacheDetails
load_notification_details.h 11 #include "url/gurl.h"
19 LoadNotificationDetails(const GURL& url,
24 : url(url),
30 // The URL loaded.
31 GURL url; member in struct:content::LoadNotificationDetails
  /external/chromium_org/net/base/
data_url_unittest.cc 8 #include "url/gurl.h"
13 const char* url; member in struct:__anon8857::ParseTestData
91 // the comma cannot be url-escaped!
173 net::DataURL::Parse(GURL(tests[i].url), &mime_type, &charset, &data);
  /external/chromium_org/net/proxy/
proxy_bypass_rules_unittest.cc 243 const char* url; member in struct:net::__anon9214::__anon9215
280 "Test[%d]: %s", static_cast<int>(i), tests[i].url));
281 EXPECT_EQ(tests[i].expected_is_local, rules.Matches(GURL(tests[i].url)));
  /external/chromium_org/net/third_party/nss/ssl/
sslreveal.c 51 /* given PRFileDesc, returns a pointer to the URL associated with the socket
52 * the caller should free url when done
58 char * url = NULL; local
62 if (sslsocket && sslsocket->url)
63 url = PL_strdup(sslsocket->url);
65 return url;
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 33 url='browser_process_crash.html',
57 # url=crash_test_url,
77 url='crash_in_syscall.html', variable
94 url='untrusted_crash.html', variable

Completed in 590 milliseconds

1 2 34 5 6 7 8 91011>>