Searched refs:source_url (Results 1 - 25 of 131) sorted by relevance

123456

/external/chromium_org/content/public/browser/
H A Dweb_ui_controller.cc9 bool WebUIController::OverrideHandleWebUIMessage(const GURL& source_url, argument
H A Dweb_ui_controller.h32 virtual bool OverrideHandleWebUIMessage(const GURL& source_url,
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dmock_wallet_client.cc12 const GURL& source_url)
13 : wallet::WalletClient(context, delegate, source_url) {}
10 MockWalletClient(net::URLRequestContextGetter* context, wallet::WalletClientDelegate* delegate, const GURL& source_url) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_observer.h23 source_url(url) {}
27 const GURL source_url; member in struct:content::ServiceWorkerContextObserver::ErrorInfo
34 const GURL& source_url)
39 source_url(source_url) {}
44 const GURL source_url; member in struct:content::ServiceWorkerContextObserver::ConsoleMessage
30 ConsoleMessage(int source_identifier, int message_level, const base::string16& message, int line_number, const GURL& source_url) argument
H A Dembedded_worker_instance.h57 const GURL& source_url) {}
62 const GURL& source_url) {}
169 const GURL& source_url);
176 const GURL& source_url);
54 OnReportException(const base::string16& error_message, int line_number, int column_number, const GURL& source_url) argument
58 OnReportConsoleMessage(int source_identifier, int message_level, const base::string16& message, int line_number, const GURL& source_url) argument
/external/skia/tools/pyutils/
H A Durl_utils_test.py45 source_url = url_utils.create_filepath_url(source_path)
52 url_utils.copy_contents(source_url=source_url,
56 url_utils.copy_contents(source_url=source_url,
H A Durl_utils.py43 def copy_contents(source_url, dest_path, create_subdirs_if_needed=False):
44 """ Copies the full contents of the URL 'source_url' into
48 source_url: string; complete URL to read from
55 Some subclass of Exception if unable to read source_url or write dest_path.
61 with contextlib.closing(urllib.urlopen(source_url)) as source_handle:
/external/chromium_org/content/browser/
H A Dsafe_util_win.h43 // |source_url|: the source URL for the download. If empty, the source will
49 const std::string& source_url,
H A Dsafe_util_win.cc55 const std::string& source_url,
84 hr = attachment_services->SetSource(base::UTF8ToWide(source_url).c_str());
54 AVScanFile(const base::FilePath& full_path, const std::string& source_url, const GUID& client_guid) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller.cc17 const GURL& source_url,
14 Create( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const base::Callback<void(const FormStructure*)>& callback) argument
H A Dautofill_dialog_controller.h39 const GURL& source_url,
/external/chromium_org/content/renderer/
H A Dwebclipboard_impl.h32 blink::WebURL* source_url,
41 const blink::WebURL& source_url,
46 const blink::WebURL& source_url,
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider_unittest.cc46 void(const std::string& source_url,
100 std::string source_url; local
106 ASSERT_TRUE(reader.PopString(&source_url));
111 EXPECT_EQ(kSourceURL, source_url);
130 void MockResolveProxy(const std::string& source_url, argument
134 if (source_url == kSourceURL) {
147 LOG(ERROR) << "Unexpected source URL: " << source_url;
H A Dproxy_resolution_service_provider.cc32 explicit Request(const std::string& source_url) argument
34 source_url_(source_url) {
79 const std::string& source_url,
86 Request* request = new Request(source_url);
235 std::string source_url; local
238 if (!reader.PopString(&source_url) ||
246 resolver_->ResolveProxy(source_url,
/external/chromium_org/content/browser/download/
H A Dfile_metadata_unittest_linux.cc40 const GURL& source_url() const { function in class:content::__anon7086::FileMetadataLinuxTest
102 CheckExtendedAttributeValue(kSourceURLAttrName, source_url().spec());
116 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
124 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
143 AddOriginMetadataToFile(test_file(), source_url(), invalid_url);
147 CheckExtendedAttributeValue(kSourceURLAttrName, source_url().spec());
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc32 const GURL& source_url,
37 info.source_url = source_url;
26 DispatchOnConnect( int dest_port_id, const std::string& channel_name, const base::DictionaryValue& source_tab, const std::string& source_extension_id, const std::string& target_extension_id, const GURL& source_url, const std::string& tls_channel_id) argument
H A Dmessage_property_provider.cc28 const GURL& source_url, const ChannelIDCallback& reply) {
29 if (!source_url.is_valid()) {
41 source_url.host(),
27 GetChannelID(Profile* profile, const GURL& source_url, const ChannelIDCallback& reply) argument
H A Dextension_message_port.h30 const GURL& source_url,
/external/chromium_org/chrome/browser/ui/webui/
H A Dsignin_internals_ui.h23 virtual bool OverrideHandleWebUIMessage(const GURL& source_url,
/external/chromium_org/components/autofill/content/browser/
H A Drequest_autocomplete_manager.h43 // Shows the requestAutocomplete dialog for |source_url| with data from |form|
47 const GURL& source_url,
/external/chromium_org/components/search_provider_logos/
H A Dlogo_common.h36 std::string source_url; member in struct:search_provider_logos::LogoMetadata
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.h29 const GURL& source_url,
57 const GURL& source_url,
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Ddownload_actuals.py81 source_url = gm_json.CreateGmActualUrl(
85 url_utils.copy_contents(source_url=source_url, dest_path=dest_path,
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals.py79 source_url = gm_json.CreateGmActualUrl(
83 url_utils.copy_contents(source_url=source_url, dest_path=dest_path,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc94 const FileSystemURL& source_url,
104 source_url.ToGURL(), destination_url.ToGURL(), size);
113 const FileSystemURL& source_url,
122 source_url, destination_url, size));
129 const FileSystemURL& source_url,
139 source_url.ToGURL(), destination_url.ToGURL(), error);
147 const FileSystemURL& source_url,
156 source_url, destination_url, error));
163 const FileSystemURL& source_url,
173 source_url,
90 NotifyCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
109 OnCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
126 NotifyCopyCompletion( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
144 OnCopyCompleted( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
160 StartCopyOnIOThread( void* profile_id, scoped_refptr<storage::FileSystemContext> file_system_context, const FileSystemURL& source_url, const FileSystemURL& destination_url) argument
[all...]

Completed in 3260 milliseconds

123456