/external/chromium/chrome/browser/chromeos/cros/ |
D | libcros_service_library.cc | 55 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/ |
D | webclipboard_impl.h | 27 virtual WebKit::WebString readHTML(Buffer, WebKit::WebURL* source_url); 31 const WebKit::WebURL& source_url, 40 const WebKit::WebURL& source_url,
|
D | webclipboard_impl.cc | 122 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/ |
D | extension_webstore_private_api.cc | 123 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()
|
D | extension_function.h | 84 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
|
D | extension_file_browser_private_api.h | 31 void RequestOnFileThread(const GURL& source_url, int child_id); 64 void RequestFileEntryOnFileThread(const GURL& source_url,
|
D | extension_file_browser_private_api.cc | 338 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()
|
D | extension_function_dispatcher.cc | 486 function->set_source_url(params.source_url); in HandleRequest() 496 if (!service->ExtensionBindingsAllowed(function->source_url()) || in HandleRequest()
|
/external/chromium/chrome/common/ |
D | win_safe_util.cc | 26 const std::wstring& source_url) { in SaferOpenItemViaShell() argument 58 hr = attachment_services->SetSource(source_url.c_str()); in SaferOpenItemViaShell()
|
D | win_safe_util.h | 42 const std::wstring& source_url);
|
/external/chromium/chrome/browser/download/ |
D | base_file.cc | 24 const GURL& source_url, in BaseFile() argument 29 source_url_(source_url), in BaseFile()
|
D | base_file.h | 29 const GURL& source_url,
|
/external/chromium/chrome/browser/autofill/ |
D | form_structure.h | 111 const GURL& source_url() const { return source_url_; } in source_url() function
|
D | autofill_manager.cc | 227 return form->source_url().SchemeIs(chrome::kHttpsScheme); in FormIsHTTPS()
|
D | form_structure_unittest.cc | 118 EXPECT_EQ(form.origin, form_structure.source_url()); in TEST()
|
/external/chromium/chrome/common/extensions/ |
D | extension_messages.h | 27 IPC_STRUCT_MEMBER(GURL, source_url)
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents.h | 791 const GURL& source_url,
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.h | 95 const GURL& source_url,
|
D | testing_automation_provider.cc | 682 const GURL& source_url, in GetRedirectsFrom() argument 700 source_url, &consumer_, in GetRedirectsFrom()
|