Searched defs:response (Results 201 - 225 of 710) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dblacklist_state_fetcher.cc199 ClientCRXListInfoResponse response; local
200 if (response.ParseFromString(data)) {
201 state = static_cast<BlacklistState>(response.verdict());
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_unittest.cc101 bool SuccessfulResponseToInfo(const std::string& response) { argument
109 fetcher->SetResponseString(response);
H A Dprivetv3_setup_flow_unittest.cc143 void SimulateFetch(int response_code, const std::string& response) { argument
153 fetcher->SetResponseString(response);
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback_service.cc93 const std::string& response) {
102 DownloadFeedbackPings::CreateForDownload(download, ping, response);
115 std::string* response) {
121 *response = pings->ping_response();
89 MaybeStorePingsForDownload( DownloadProtectionService::DownloadCheckResult result, content::DownloadItem* download, const std::string& ping, const std::string& response) argument
112 GetPingsForDownloadForTesting( const content::DownloadItem& download, std::string* ping, std::string* response) argument
H A Dtwo_phase_uploader.cc21 // Header returned on initial response with URL to use for the second phase.
50 void Finish(int net_error, int response_code, const std::string& response);
111 std::string response; local
112 source->GetResponseAsString(&response);
118 LOG(ERROR) << "Invalid response to initial request: "
120 Finish(net::OK, response_code, response);
137 LOG(ERROR) << "Invalid response to upload request: "
142 Finish(net::OK, response_code, response);
185 const std::string& response) {
187 finish_callback_.Run(state_, net_error, response_code, response);
183 Finish(int net_error, int response_code, const std::string& response) argument
[all...]
/external/chromium_org/chrome/browser/search/
H A Dcontextual_search_promo_source_android.cc119 scoped_refptr<base::RefCountedStaticMemory> response(
121 callback.Run(response.get());
126 std::string response = GetConfigData(); local
127 callback.Run(base::RefCountedString::TakeString(&response));
154 std::string response(webui::GetI18nTemplateHtml(html, &strings_data));
155 callback.Run(base::RefCountedString::TakeString(&response));
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_error_ui_util.cc49 const RequestFileSourceCallback& response,
53 response.Run(*results);
58 const RequestFileSourceCallback& response,
62 response.Run(*results);
69 const RequestFileSourceCallback& response) {
123 response);
131 response);
46 GetManifestFileCallback(base::DictionaryValue* results, const std::string& key, const std::string& specific, const RequestFileSourceCallback& response, const std::string& contents) argument
56 GetSourceFileCallback(base::DictionaryValue* results, int line_number, const RequestFileSourceCallback& response, const std::string& contents) argument
67 HandleRequestFileSource(const base::DictionaryValue* args, Profile* profile, const RequestFileSourceCallback& response) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dfavicon_source.cc151 scoped_refptr<base::RefCountedMemory> response; local
154 &response)) {
155 request.callback.Run(response.get());
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_manager.cc146 std::string response; local
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.cc208 // either by result of a signal or response to a GetAll() or Get()
216 // Called when a response for successful method call is received.
218 dbus::Response* response) {
219 DCHECK(response);
223 // Called when a response for a failed method call is received.
225 dbus::ErrorResponse* response) {
226 // Error response has optional error message argument.
229 if (response) {
230 dbus::MessageReader reader(response);
231 error_name = response
217 OnSuccess(const base::Closure& callback, dbus::Response* response) argument
224 OnError(const ErrorCallback& error_callback, dbus::ErrorResponse* response) argument
[all...]
H A Dbluetooth_device_client.cc353 // either by result of a signal or response to a GetAll() or Get()
361 // Called when a response for successful method call is received.
363 dbus::Response* response) {
364 DCHECK(response);
368 // Called when a response for a failed method call is received.
370 dbus::ErrorResponse* response) {
371 // Error response has optional error message argument.
374 if (response) {
375 dbus::MessageReader reader(response);
376 error_name = response
362 OnSuccess(const base::Closure& callback, dbus::Response* response) argument
369 OnError(const ErrorCallback& error_callback, dbus::ErrorResponse* response) argument
[all...]
H A Dbluetooth_gatt_characteristic_client.cc253 // result of a signal or response to a GetAll() or Get() call. Informs
293 // Called when a response for successful method call is received.
294 void OnSuccess(const base::Closure& callback, dbus::Response* response) { argument
295 DCHECK(response);
299 // Called when a characteristic value response for a successful method call
301 void OnValueSuccess(const ValueCallback& callback, dbus::Response* response) { argument
302 DCHECK(response);
303 dbus::MessageReader reader(response);
319 // Called when a response for a failed method call is received.
321 dbus::ErrorResponse* response) {
320 OnError(const ErrorCallback& error_callback, dbus::ErrorResponse* response) argument
[all...]
H A Dbluetooth_gatt_descriptor_client.cc181 // result of a signal or response to a GetAll() or Get() call. Informs
192 // Called when a response for a successful method call is received.
193 void OnSuccess(const base::Closure& callback, dbus::Response* response) { argument
194 DCHECK(response);
198 // Called when a descriptor value response for a successful method call is
200 void OnValueSuccess(const ValueCallback& callback, dbus::Response* response) { argument
201 DCHECK(response);
202 dbus::MessageReader reader(response);
218 // Called when a response for a failed method call is received.
220 dbus::ErrorResponse* response) {
219 OnError(const ErrorCallback& error_callback, dbus::ErrorResponse* response) argument
[all...]
H A Dbluetooth_gatt_service_service_provider.cc129 scoped_ptr<dbus::Response> response = local
131 dbus::MessageWriter writer(response.get());
144 response_sender.Run(response.Pass());
194 scoped_ptr<dbus::Response> response = local
196 dbus::MessageWriter writer(response.get());
217 response_sender.Run(response.Pass());
H A Deasy_unlock_client.cc129 void OnData(const DataCallback& callback, dbus::Response* response) { argument
130 if (!response) {
135 dbus::MessageReader reader(response);
139 void OnKeyPair(const KeyPairCallback& callback, dbus::Response* response) { argument
140 if (!response) {
145 dbus::MessageReader reader(response);
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_response_builder.cc174 DnsResponseRecord response; local
175 response.name = name;
176 response.klass = klass;
177 response.ttl = ttl;
178 response.type = type;
179 response.rdata = rdata;
182 responses_.insert(responses_.begin() + header_.ancount, response);
185 responses_.push_back(response);
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download_manager_unittest.cc43 // a response is received. Params allow caller to set fake status.
83 ResponseData response; variable
84 response.response = response_xml;
85 response.type_of_response = QUERY_SUCCESSFULL;
86 responses_.push_back(response);
90 ResponseData response; variable
91 response.type_of_response = UPLOAD_SUCCESSFULL;
92 responses_.push_back(response);
99 ResponseData response; variable
119 std::string response; member in struct:autofill::AutofillDownloadTest::ResponseData
[all...]
/external/chromium_org/components/cdm/browser/
H A Dcdm_message_filter_android.cc95 SupportedKeySystemResponse* response) {
96 if (!response) {
97 NOTREACHED() << "NULL response pointer provided.";
110 response->key_system = request.key_system;
112 response->compositing_codecs = GetSupportedCodecs(request, true);
113 response->non_compositing_codecs = GetSupportedCodecs(request, false);
93 OnQueryKeySystemSupport( const SupportedKeySystemRequest& request, SupportedKeySystemResponse* response) argument
/external/chromium_org/components/copresence/rpc/
H A Dhttp_post_unittest.cc40 // Record the response sent back to the client for verification.
42 const std::string& response) {
44 received_response_ = response;
48 bool ResponsePassedThrough(int response_code, const std::string& response) { argument
60 fetcher->SetResponseString(response);
64 received_response_ == response;
124 // Send a response and check that it's passed along correctly.
41 TestResponseCallback(int response_code, const std::string& response) argument
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.cc134 std::string response; local
138 !url_fetcher->GetResponseAsString(&response) ||
139 !ProcessResponse(response, &should_notify)) {
/external/chromium_org/content/browser/devtools/
H A Ddevtools_browser_target.cc81 scoped_refptr<DevToolsProtocol::Response> response = local
83 if (response.get() && response->is_async_promise())
85 if (response.get())
86 Respond(response->Serialize());
148 scoped_refptr<DevToolsProtocol::Response> response = local
150 if (response.get() && response->is_async_promise())
153 if (response.get())
154 RespondFromUIThread(response
[all...]
H A Ddevtools_netlog_observer.cc197 ResourceResponse* response) {
206 response->head.devtools_info =
195 PopulateResponseInfo( net::URLRequest* request, ResourceResponse* response) argument
/external/chromium_org/content/browser/loader/
H A Ddetachable_resource_handler.cc99 ResourceResponse* response,
107 redirect_info, response, &is_deferred_);
112 bool DetachableResourceHandler::OnResponseStarted(ResourceResponse* response, argument
120 next_handler_->OnResponseStarted(response, &is_deferred_);
97 OnRequestRedirected( const net::RedirectInfo& redirect_info, ResourceResponse* response, bool* defer) argument
H A Dlayered_resource_handler.cc40 ResourceResponse* response,
43 return next_handler_->OnRequestRedirected(redirect_info, response, defer);
46 bool LayeredResourceHandler::OnResponseStarted(ResourceResponse* response, argument
49 return next_handler_->OnResponseStarted(response, defer);
38 OnRequestRedirected( const net::RedirectInfo& redirect_info, ResourceResponse* response, bool* defer) argument
H A Dsync_resource_handler.cc50 ResourceResponse* response,
55 response);
58 DevToolsNetLogObserver::PopulateResponseInfo(request(), response); local
73 ResourceResponse* response,
81 request(), info->GetContext(), response, info->filter()); local
84 DevToolsNetLogObserver::PopulateResponseInfo(request(), response); local
87 result_.headers = response->head.headers;
88 result_.mime_type = response->head.mime_type;
89 result_.charset = response->head.charset;
90 result_.download_file_path = response
48 OnRequestRedirected( const net::RedirectInfo& redirect_info, ResourceResponse* response, bool* defer) argument
72 OnResponseStarted( ResourceResponse* response, bool* defer) argument
[all...]

Completed in 4083 milliseconds

1234567891011>>