HomeSort by relevance Sort by last modified time
    Searched refs:status_text (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/net/websockets/
websocket_handshake_response_info.cc 19 const std::string& status_text,
24 status_text(status_text),
websocket_handshake_response_info.h 22 const std::string& status_text,
31 std::string status_text; member in struct:net::WebSocketHandshakeResponseInfo
  /external/chromium_org/content/common/service_worker/
service_worker_types.cc 32 const std::string& status_text,
37 status_text(status_text),
service_worker_types.h 79 const std::string& status_text,
86 std::string status_text; member in struct:content::ServiceWorkerResponse
  /external/chromium_org/ppapi/shared_impl/
url_response_info_data.h 23 std::string status_text; member in struct:ppapi::URLResponseInfoData
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
ContentViewActivity.java 36 TextView tv = (TextView) findViewById(R.id.status_text);
39 TextView tv = (TextView) findViewById(R.id.status_text);
  /external/chromium_org/content/common/
websocket.h 53 std::string status_text; member in struct:content::WebSocketHandshakeResponse
websocket_messages.h 43 IPC_STRUCT_TRAITS_MEMBER(status_text)
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
ContentViewActivity.java 43 TextView tv = (TextView) findViewById(R.id.status_text);
46 TextView tv = (TextView) findViewById(R.id.status_text);
  /external/chromium_org/ppapi/proxy/
url_response_info_resource.cc 51 return StringVar::StringToPPVar(data_.status_text);
56 return StringVar::StringToPPVar(data_.status_text);
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 46 line_buf_ = line.status_text;
64 line_buf_ = line.status_text;
67 response_buf_.lines.push_back(line.status_text);
131 result.status_text = line.substr(4);
133 result.status_text = line;
ftp_ctrl_response_buffer.h 65 std::string status_text; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
MessageWizardFragment.java 60 mTitle = (TextView) view.findViewById(R.id.status_text);
91 TextView titleView = (TextView) getView().findViewById(R.id.status_text);
  /external/chromium_org/chrome/browser/download/
download_item_model.cc 180 base::string16 status_text; local
253 status_text = l10n_util::GetStringUTF16(string_id);
255 return status_text;
278 base::string16 status_text; local
281 status_text = GetInProgressStatusString();
285 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_REMOVED);
287 status_text.clear();
291 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELLED);
297 status_text = l10n_util::GetStringFUTF16(
301 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELLED)
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecServerActivity.java 52 m_statusText = (TextView)findViewById(R.id.status_text);
  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 70 TextView statusText = (TextView) findViewById(R.id.status_text);
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 126 TextView statusText = (TextView) mContentView.findViewById(R.id.status_text);
160 new FileServerAsyncTask(getActivity(), mContentView.findViewById(R.id.status_text))
166 ((TextView) mContentView.findViewById(R.id.status_text)).setText(getResources()
200 view = (TextView) mContentView.findViewById(R.id.status_text);
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.h 107 void HeadersComplete(int status_code, const std::string& status_text);
android_stream_reader_url_request_job.cc 299 const std::string& status_text) {
303 status.append(status_text);
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 467 void ExpectDisplayingLocalErrorPage(const std::string& status_text);
472 void ExpectDisplayingCorrections(const std::string& status_text);
654 const std::string& status_text) {
657 EXPECT_TRUE(PageContains(status_text));
661 const std::string& status_text) {
664 EXPECT_TRUE(PageContains(status_text));
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewActionBar.java 54 mStatusView = (TextView) findViewById(R.id.status_text);
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 78 data.status_text = response.httpStatusText().utf8();
  /external/chromium_org/content/browser/service_worker/
service_worker_url_request_job.cc 410 response.status_code, response.status_text, response.headers);
418 const std::string& status_text,
423 base::StringPrintf("HTTP/1.1 %d %s", status_code, status_text.c_str()));
service_worker_url_request_job.h 128 const std::string& status_text,
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 628 void StatusBubbleViews::SetStatus(const base::string16& status_text) {
632 if (status_text_ == status_text && !status_text.empty())
639 status_text_ = status_text;
641 view_->SetText(status_text, true);

Completed in 770 milliseconds

1 2