Searched refs:url (Results 226 - 250 of 5471) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/tab_contents/
H A Dtab_util.cc14 #include "url/gurl.h"
33 const GURL& url) {
34 // If |url| is a WebUI or extension, we set the SiteInstance up front so that
38 profile, url) ||
40 service->extensions()->GetHostedAppByURL(url))) {
41 return SiteInstance::CreateForURL(profile, url);
32 GetSiteInstanceForNewTab(Profile* profile, const GURL& url) argument
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_error_details.h10 #include "url/gurl.h"
17 GURL url; member in struct:TranslateErrorDetails
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
H A Dbackground.js9 function focusOrCreateTab(url) {
16 if (tab.url == url) {
25 chrome.tabs.create({"url":url, "selected":true});
/external/chromium_org/chrome_frame/
H A Dnavigation_constraints.h12 #include "url/gurl.h"
19 virtual bool IsSchemeAllowed(const GURL& url) = 0;
20 virtual bool IsZoneAllowed(const GURL& url) = 0;
31 virtual bool IsSchemeAllowed(const GURL& url);
32 virtual bool IsZoneAllowed(const GURL& url);
/external/chromium_org/chrome_frame/ready_mode/internal/
H A Durl_launcher.h16 virtual void LaunchUrl(const std::wstring& url) = 0;
/external/chromium_org/content/browser/web_contents/
H A Ddebug_urls.h14 // Checks if the given url is a url used for debugging purposes, and if so
16 bool HandleDebugURL(const GURL& url, PageTransition transition);
/external/chromium_org/content/browser/webui/
H A Dcontent_web_ui_controller_factory.h18 const GURL& url) const OVERRIDE;
20 const GURL& url) const OVERRIDE;
22 const GURL& url) const OVERRIDE;
25 const GURL& url) const OVERRIDE;
/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.cc13 #include "url/gurl.h"
18 const GURL& url,
30 url_(url) {
39 const GURL& url) {
41 url,
17 DownloadUrlParameters( const GURL& url, int render_process_host_id, int render_view_host_routing_id, ResourceContext* resource_context) argument
37 FromWebContents( WebContents* web_contents, const GURL& url) argument
H A Dfavicon_status.h10 #include "url/gurl.h"
23 GURL url; member in struct:content::FaviconStatus
H A Dweb_ui_controller_factory.h33 WebUI* web_ui, const GURL& url) const = 0;
39 const GURL& url) const = 0;
45 const GURL& url) const = 0;
49 const GURL& url) const = 0;
/external/chromium_org/content/shell/
H A Dshell_layout_tests_android.h17 bool GetTestUrlForAndroid(std::string& path_or_url, GURL* url);
/external/chromium_org/net/android/
H A Dgurl_utils.cc9 #include "url/gurl.h"
13 jstring GetOrigin(JNIEnv* env, jclass clazz, jstring url) { argument
14 GURL host(base::android::ConvertJavaStringToUTF16(env, url));
20 jstring GetScheme(JNIEnv* env, jclass clazz, jstring url) { argument
21 GURL host(base::android::ConvertJavaStringToUTF16(env, url));
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
H A Dglobal_sideffects1.js3 function FindProxyForURL(url, host) {
H A Dsimple_dns.js3 function FindProxyForURL(url, host) {
H A Dterminate.js7 function FindProxyForURL(url, host) {
H A Dtoo_many_alerts.js3 function FindProxyForURL(url, host) {
H A Dtoo_many_empty_alerts.js3 function FindProxyForURL(url, host) {
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
H A Dterminate.js5 function FindProxyForURL(url, host) {
/external/chromium_org/printing/
H A Dprint_settings_initializer.cc20 #include "url/gurl.h"
38 string16 url; local
40 !job_settings.GetString(kSettingHeaderFooterURL, &url)) {
46 print_settings->url = ui::ElideUrl(GURL(url), gfx::Font(), 0, std::string());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSVGDocumentValue.h38 static PassRefPtr<CSSSVGDocumentValue> create(const String& url) { return adoptRef(new CSSSVGDocumentValue(url)); } argument
45 const String& url() const { return m_url; } function in class:WebCore::CSSSVGDocumentValue
50 CSSSVGDocumentValue(const String& url);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DResourceProgressEvent.h39 // with an additional read-only "url" property containing a string URL. This is
51 static PassRefPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) argument
53 return adoptRef(new ResourceProgressEvent(type, lengthComputable, loaded, total, url));
56 const String& url() const;
62 ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DMIMETypeFromURL.h35 String mimeTypeFromDataURL(const String& url);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect.h42 bool GetProxySettingsForUrl(const char* agent, const char* url,
/external/chromium_org/third_party/python_gflags/
H A Dsetup.py40 url='http://code.google.com/p/python-gflags', variable
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service.cc123 "Typed url syncable service is not implemented.",
139 for (URLRows::iterator url = changed_urls->begin();
140 url != changed_urls->end(); ++url) {
142 if (url->typed_count() > 0) {
145 CreateOrUpdateSyncNode(*url, &changes);
199 for (std::set<GURL>::const_iterator url = synced_typed_urls_.begin();
200 url != synced_typed_urls_.end(); ++url) {
202 URLRow row(*url);
229 ShouldIgnoreUrl(const GURL& url) argument
269 CreateOrUpdateSyncNode( URLRow url, syncer::SyncChangeList* changes) argument
323 WriteToTypedUrlSpecifics( const URLRow& url, const VisitVector& visits, sync_pb::TypedUrlSpecifics* typed_url) argument
410 FixupURLAndGetVisits( URLRow* url, VisitVector* visits) argument
[all...]

Completed in 7843 milliseconds

1234567891011>>