Home
last modified time | relevance | path

Searched refs:source_url (Results 1 – 25 of 125) sorted by relevance

12345

/external/chromium_org/chrome/browser/chromeos/dbus/
Dproxy_resolution_service_provider_unittest.cc46 void(const std::string& source_url,
100 std::string source_url; in OnSignalReceived() local
106 ASSERT_TRUE(reader.PopString(&source_url)); in OnSignalReceived()
111 EXPECT_EQ(kSourceURL, source_url); in OnSignalReceived()
130 void MockResolveProxy(const std::string& source_url, in MockResolveProxy() argument
134 if (source_url == kSourceURL) { in MockResolveProxy()
147 LOG(ERROR) << "Unexpected source URL: " << source_url; in MockResolveProxy()
Dproxy_resolution_service_provider.cc31 explicit Request(const std::string& source_url) in Request() argument
33 source_url_(source_url) { in Request()
78 const std::string& source_url, in ResolveProxy() argument
85 Request* request = new Request(source_url); in ResolveProxy()
234 std::string source_url; in ResolveProxyHandler() local
237 if (!reader.PopString(&source_url) || in ResolveProxyHandler()
245 resolver_->ResolveProxy(source_url, in ResolveProxyHandler()
/external/chromium/chrome/browser/chromeos/cros/
Dlibcros_service_library.cc55 explicit Request(const std::string& source_url);
76 static void ResolveProxyHandler(void* object, const char* source_url);
78 void ResolveProxy(const std::string& source_url);
190 void* object, const char* source_url) { in ResolveProxyHandler() argument
194 std::string url(source_url); in ResolveProxyHandler()
201 const std::string& source_url) { in ResolveProxy() argument
206 Request* request = new Request(source_url); in ResolveProxy()
267 const std::string& source_url) in Request() argument
270 source_url_(source_url), in Request()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_file_system.cc129 const FileSystemURL& source_url, in NotifyCopyProgress() argument
139 source_url.ToGURL(), destination_url.ToGURL(), size); in NotifyCopyProgress()
148 const FileSystemURL& source_url, in OnCopyProgress() argument
157 source_url, destination_url, size)); in OnCopyProgress()
164 const FileSystemURL& source_url, in NotifyCopyCompletion() argument
174 source_url.ToGURL(), destination_url.ToGURL(), error); in NotifyCopyCompletion()
182 const FileSystemURL& source_url, in OnCopyCompleted() argument
191 source_url, destination_url, error)); in OnCopyCompleted()
198 const FileSystemURL& source_url, in StartCopyOnIOThread() argument
208 source_url, destination_url, in StartCopyOnIOThread()
[all …]
/external/chromium_org/content/browser/download/
Dfile_metadata_unittest_linux.cc40 const GURL& source_url() const { in source_url() function in content::__anonfef7963b0111::FileMetadataLinuxTest
102 CheckExtendedAttributeValue(kSourceURLAttrName, source_url().spec()); in VerifyAttributesAreSetCorrectly()
116 AddOriginMetadataToFile(test_file(), source_url(), referrer_url()); in TEST_F()
124 AddOriginMetadataToFile(test_file(), source_url(), referrer_url()); in TEST_F()
143 AddOriginMetadataToFile(test_file(), source_url(), invalid_url); in TEST_F()
147 CheckExtendedAttributeValue(kSourceURLAttrName, source_url().spec()); in TEST_F()
/external/chromium_org/chrome/renderer/extensions/
Drequest_sender.cc82 GURL source_url; in StartRequest() local
84 source_url = webframe->document().url(); in StartRequest()
92 params.source_url = source_url; in StartRequest()
/external/chromium_org/content/renderer/
Dwebclipboard_impl.h32 blink::WebURL* source_url,
41 const blink::WebURL& source_url,
46 const blink::WebURL& source_url,
Dwebclipboard_impl.cc116 WebString WebClipboardImpl::readHTML(Buffer buffer, WebURL* source_url, in readHTML() argument
128 *source_url = gurl; in readHTML()
159 const WebString& html_text, const WebURL& source_url, in writeHTML() argument
162 scw.WriteHTML(html_text, source_url.spec()); in writeHTML()
/external/chromium/webkit/glue/
Dwebclipboard_impl.h27 virtual WebKit::WebString readHTML(Buffer, WebKit::WebURL* source_url);
31 const WebKit::WebURL& source_url,
40 const WebKit::WebURL& source_url,
Dwebclipboard_impl.cc122 WebString WebClipboardImpl::readHTML(Buffer buffer, WebURL* source_url) { in readHTML() argument
130 *source_url = gurl; in readHTML()
145 const WebString& html_text, const WebURL& source_url, in writeHTML() argument
148 scw.WriteHTML(html_text, source_url.spec()); in writeHTML()
/external/chromium_org/ui/base/clipboard/
Dscoped_clipboard_writer.cc38 const std::string& source_url) { in WriteHTML() argument
45 if (!source_url.empty()) { in WriteHTML()
46 parameters.push_back(Clipboard::ObjectMapParam(source_url.begin(), in WriteHTML()
47 source_url.end())); in WriteHTML()
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dextension_message_port.cc32 const GURL& source_url, in DispatchOnConnect() argument
37 info.source_url = source_url; in DispatchOnConnect()
Dmessage_property_provider.cc28 const GURL& source_url, const DomainBoundCertCallback& reply) { in GetDomainBoundCert() argument
29 if (!source_url.is_valid()) { in GetDomainBoundCert()
41 source_url.host(), in GetDomainBoundCert()
Dmessage_service.cc80 GURL source_url; member
92 const GURL& source_url, in OpenChannelParams()
100 source_url(source_url), in OpenChannelParams()
195 const GURL& source_url, in OpenChannelToExtension() argument
230 externally_connectable->matches.MatchesURL(source_url); in OpenChannelToExtension()
272 source_url)) { in OpenChannelToExtension()
294 source_url_for_tab = source_url; in OpenChannelToExtension()
314 property_provider_.GetDomainBoundCert(profile, params->source_url, in OpenChannelToExtension()
473 params->source_url, in OpenChannelImpl()
/external/chromium_org/content/browser/webui/
Dweb_ui_impl.cc70 void WebUIImpl::OnWebUISend(const GURL& source_url, in OnWebUISend() argument
78 web_contents_->GetBrowserContext(), source_url, data_urls_allowed)) { in OnWebUISend()
83 ProcessWebUIMessage(source_url, message, args); in OnWebUISend()
207 void WebUIImpl::ProcessWebUIMessage(const GURL& source_url, in ProcessWebUIMessage() argument
210 if (controller_->OverrideHandleWebUIMessage(source_url, message, args)) in ProcessWebUIMessage()
/external/chromium_org/components/autofill/content/browser/wallet/
Dmock_wallet_client.cc12 const GURL& source_url) in MockWalletClient() argument
13 : wallet::WalletClient(context, delegate, source_url) {} in MockWalletClient()
/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_api.cc123 if (!IsWebStoreURL(profile_, source_url())) in RunImpl()
275 if (!IsWebStoreURL(profile_, source_url())) { in RunImpl()
402 if (!IsWebStoreURL(profile_, source_url())) in RunImpl()
436 controller.LoadURL(url, source_url(), PageTransition::LINK); in RunImpl()
442 if (!IsWebStoreURL(profile_, source_url())) in RunImpl()
449 if (!IsWebStoreURL(profile_, source_url())) in RunImpl()
463 if (!IsWebStoreURL(profile_, source_url())) in RunImpl()
480 if (!IsWebStoreURL(profile_, source_url())) in RunImpl()
Dextension_function.h84 void set_source_url(const GURL& source_url) { source_url_ = source_url; } in set_source_url() argument
85 const GURL& source_url() { return source_url_; } in source_url() function
/external/chromium_org/chrome/browser/extensions/
Dextension_function_dispatcher.cc340 extension = service->extensions()->GetHostedAppByURL(params.source_url); in DispatchWithCallback()
428 const GURL& source_url, in AllowHostedAppAPICall() argument
433 if (!extension.web_extent().MatchesURL(source_url)) in AllowHostedAppAPICall()
442 source_url); in AllowHostedAppAPICall()
467 allowed = AllowHostedAppAPICall(*extension, params.source_url, params.name); in CreateExtensionFunction()
477 << " from URL " << params.source_url.spec(); in CreateExtensionFunction()
491 function->set_source_url(params.source_url); in CreateExtensionFunction()
/external/skia/tools/
Dsvndiff.py107 def _DownloadUrlToFile(source_url, dest_path): argument
111 reader = urllib2.urlopen(source_url)
118 e, source_url, dest_path))
159 source_url=old_image_url,
170 source_url=new_image_url,
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_controller_android.cc146 const GURL& source_url, in Create() argument
152 source_url, in Create()
163 const GURL& source_url, in Create() argument
167 source_url, in Create()
401 const GURL& source_url, in AutofillDialogControllerAndroid() argument
408 source_url_(source_url), in AutofillDialogControllerAndroid()
Dautofill_dialog_controller_android.h28 const GURL& source_url,
56 const GURL& source_url,
/external/chromium_org/chrome/browser/ui/webui/uber/
Duber_ui.cc166 bool UberUI::OverrideHandleWebUIMessage(const GURL& source_url, in OverrideHandleWebUIMessage() argument
170 SubpageMap::iterator subpage = sub_uis_.find(source_url.GetOrigin().spec()); in OverrideHandleWebUIMessage()
173 DCHECK_EQ(std::string(chrome::kChromeUIUberHost), source_url.host()); in OverrideHandleWebUIMessage()
181 subpage->second->ProcessWebUIMessage(source_url, message, args); in OverrideHandleWebUIMessage()
/external/chromium_org/components/autofill/content/browser/
Drequest_autocomplete_manager.cc73 const GURL& source_url, in ShowRequestAutocompleteDialog() argument
77 delegate->ShowRequestAutocompleteDialog(form, source_url, callback); in ShowRequestAutocompleteDialog()
/external/chromium_org/content/browser/
Dsafe_util_win.cc55 const std::string& source_url, in AVScanFile() argument
84 hr = attachment_services->SetSource(UTF8ToWide(source_url).c_str()); in AVScanFile()

12345