/external/chromium/webkit/glue/ |
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,
|
webclipboard_impl.cc | 122 WebString WebClipboardImpl::readHTML(Buffer buffer, WebURL* source_url) { 130 *source_url = gurl; 145 const WebString& html_text, const WebURL& source_url, 148 scw.WriteHTML(html_text, source_url.spec());
|
/external/chromium/chrome/browser/chromeos/cros/ |
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) { 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), [all...] |
/external/chromium/chrome/common/ |
win_safe_util.h | 32 // formed url in 'source_url'. The url should identify the source of the file 42 const std::wstring& source_url);
|
win_safe_util.cc | 26 const std::wstring& source_url) { 58 hr = attachment_services->SetSource(source_url.c_str());
|
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 123 if (!IsWebStoreURL(profile_, source_url())) 275 if (!IsWebStoreURL(profile_, source_url())) { 402 if (!IsWebStoreURL(profile_, source_url())) 436 controller.LoadURL(url, source_url(), PageTransition::LINK); 442 if (!IsWebStoreURL(profile_, source_url())) 449 if (!IsWebStoreURL(profile_, source_url())) 463 if (!IsWebStoreURL(profile_, source_url())) 480 if (!IsWebStoreURL(profile_, source_url()))
|
extension_function.h | 84 void set_source_url(const GURL& source_url) { source_url_ = source_url; } 85 const GURL& source_url() { return source_url_; } function in class:ExtensionFunction
|
extension_file_browser_private_api.h | 31 void RequestOnFileThread(const GURL& source_url, int child_id); 64 void RequestFileEntryOnFileThread(const GURL& source_url,
|
extension_file_browser_private_api.cc | 338 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(); [all...] |
extension_function_dispatcher.cc | 486 function->set_source_url(params.source_url); 496 if (!service->ExtensionBindingsAllowed(function->source_url()) ||
|
/external/chromium/chrome/browser/download/ |
base_file.h | 29 const GURL& source_url,
|
base_file.cc | 24 const GURL& source_url, 29 source_url_(source_url),
|
/external/chromium/chrome/browser/autofill/ |
form_structure.h | 111 const GURL& source_url() const { return source_url_; } function in class:FormStructure
|
autofill_manager.cc | 227 return form->source_url().SchemeIs(chrome::kHttpsScheme); [all...] |
form_structure_unittest.cc | 118 EXPECT_EQ(form.origin, form_structure.source_url()); [all...] |
/external/chromium/chrome/common/extensions/ |
extension_messages.h | 27 IPC_STRUCT_MEMBER(GURL, source_url)
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.h | 95 const GURL& source_url, [all...] |
testing_automation_provider.cc | 682 const GURL& source_url, 700 source_url, &consumer_, [all...] |
/external/chromium/chrome/browser/history/ |
history.h | 305 // and A will be in 'source_url'. [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents.h | 791 const GURL& source_url, [all...] |