Home
last modified time | relevance | path

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

/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/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/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
Dextension_file_browser_private_api.h31 void RequestOnFileThread(const GURL& source_url, int child_id);
64 void RequestFileEntryOnFileThread(const GURL& source_url,
Dextension_file_browser_private_api.cc338 const GURL& source_url, int child_id) { in RequestOnFileThread() argument
349 GURL origin_url = source_url.GetOrigin(); in RequestOnFileThread()
434 const GURL& source_url, in ExecuteTasksFileSystemCallbackDispatcher() argument
440 source_url_(source_url), in ExecuteTasksFileSystemCallbackDispatcher()
674 const GURL& source_url, const std::string& task_id, in RequestFileEntryOnFileThread() argument
683 source_url, in RequestFileEntryOnFileThread()
690 GURL origin_url = source_url.GetOrigin(); in RequestFileEntryOnFileThread()
838 GURL origin_url = source_url().GetOrigin(); in GetLocalPathsOnFileThread()
Dextension_function_dispatcher.cc486 function->set_source_url(params.source_url); in HandleRequest()
496 if (!service->ExtensionBindingsAllowed(function->source_url()) || in HandleRequest()
/external/chromium/chrome/common/
Dwin_safe_util.cc26 const std::wstring& source_url) { in SaferOpenItemViaShell() argument
58 hr = attachment_services->SetSource(source_url.c_str()); in SaferOpenItemViaShell()
Dwin_safe_util.h42 const std::wstring& source_url);
/external/chromium/chrome/browser/download/
Dbase_file.cc24 const GURL& source_url, in BaseFile() argument
29 source_url_(source_url), in BaseFile()
Dbase_file.h29 const GURL& source_url,
/external/chromium/chrome/browser/autofill/
Dform_structure.h111 const GURL& source_url() const { return source_url_; } in source_url() function
Dautofill_manager.cc227 return form->source_url().SchemeIs(chrome::kHttpsScheme); in FormIsHTTPS()
Dform_structure_unittest.cc118 EXPECT_EQ(form.origin, form_structure.source_url()); in TEST()
/external/chromium/chrome/common/extensions/
Dextension_messages.h27 IPC_STRUCT_MEMBER(GURL, source_url)
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h791 const GURL& source_url,
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h95 const GURL& source_url,
Dtesting_automation_provider.cc682 const GURL& source_url, in GetRedirectsFrom() argument
700 source_url, &consumer_, in GetRedirectsFrom()