Searched defs:source_url (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/common/
H A Dwin_safe_util.cc26 const std::wstring& source_url) {
58 hr = attachment_services->SetSource(source_url.c_str());
24 SaferOpenItemViaShell(HWND hwnd, const std::wstring& window_title, const FilePath& full_path, const std::wstring& source_url) argument
/external/chromium/chrome/browser/download/
H A Dbase_file.cc24 const GURL& source_url,
29 source_url_(source_url),
23 BaseFile(const FilePath& full_path, const GURL& source_url, const GURL& referrer_url, int64 received_bytes, const linked_ptr<net::FileStream>& file_stream) argument
/external/chromium/chrome/browser/autofill/
H A Dform_structure.h111 const GURL& source_url() const { return source_url_; } function in class:FormStructure
/external/chromium/webkit/glue/
H A Dwebclipboard_impl.cc122 WebString WebClipboardImpl::readHTML(Buffer buffer, WebURL* source_url) { argument
130 *source_url = gurl;
145 const WebString& html_text, const WebURL& source_url,
148 scw.WriteHTML(html_text, source_url.spec());
144 writeHTML( const WebString& html_text, const WebURL& source_url, const WebString& plain_text, bool write_smart_paste) argument
/external/chromium/chrome/browser/chromeos/cros/
H A 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) {
193 // source_url will be freed when this function returns, so make a copy of it.
194 std::string url(source_url);
201 const std::string& source_url) {
206 Request* request = new Request(source_url);
267 const std::string& source_url)
270 source_url_(source_url),
189 ResolveProxyHandler( void* object, const char* source_url) argument
200 ResolveProxy( const std::string& source_url) argument
266 Request( const std::string& source_url) argument
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_function.h84 void set_source_url(const GURL& source_url) { source_url_ = source_url; } argument
85 const GURL& source_url() { return source_url_; } function in class:ExtensionFunction
H A Dextension_file_browser_private_api.cc338 const GURL& source_url, int child_id) {
349 GURL origin_url = source_url.GetOrigin();
434 const GURL& source_url,
440 source_url_(source_url),
674 const GURL& source_url, const std::string& task_id,
683 source_url,
690 GURL origin_url = source_url.GetOrigin();
838 GURL origin_url = source_url().GetOrigin();
337 RequestOnFileThread( const GURL& source_url, int child_id) argument
430 ExecuteTasksFileSystemCallbackDispatcher( ExecuteTasksFileBrowserFunction* function, Profile* profile, int child_id, const GURL& source_url, scoped_refptr<const Extension> extension, const std::string task_id, const std::vector<GURL>& file_urls) argument
673 RequestFileEntryOnFileThread( const GURL& source_url, const std::string& task_id, const std::vector<GURL>& file_urls) argument
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc682 const GURL& source_url,
700 source_url, &consumer_,
681 GetRedirectsFrom(int tab_handle, const GURL& source_url, IPC::Message* reply_message) argument

Completed in 189 milliseconds