HomeSort by relevance Sort by last modified time
    Searched refs:status_text (Results 1 - 25 of 42) 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 26 const std::string& status_text,
30 status_text(status_text),
service_worker_types.h 63 const std::string& status_text,
69 std::string status_text; member in struct:content::ServiceWorkerResponse
service_worker_messages.h 41 IPC_STRUCT_TRAITS_MEMBER(status_text)
  /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);
  /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
  /external/chromium_org/content/common/
websocket.h 52 std::string status_text; member in struct:content::WebSocketHandshakeResponse
websocket_messages.h 43 IPC_STRUCT_TRAITS_MEMBER(status_text)
  /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 186 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);
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
SyncActivity.java 54 statusTextView = checkNotNull(((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);
  /external/chromium_org/content/browser/service_worker/
service_worker_url_request_job.cc 262 response.status_code, response.status_text, response.headers);
269 const std::string& status_text,
274 base::StringPrintf("HTTP/1.1 %d %s", status_code, status_text.c_str()));
service_worker_url_request_job.h 104 const std::string& status_text,
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 462 void ExpectDisplayingLocalErrorPage(const std::string& status_text);
467 void ExpectDisplayingCorrections(const std::string& status_text);
649 const std::string& status_text) {
652 EXPECT_TRUE(PageContains(status_text));
656 const std::string& status_text) {
659 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();

Completed in 823 milliseconds

1 2