HomeSort by relevance Sort by last modified time
    Searched refs:GetStatusText (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/download/
download_item_model.h 29 virtual string16 GetStatusText() = 0;
49 virtual string16 GetStatusText();
67 virtual string16 GetStatusText();
download_item_model.cc 30 string16 DownloadItemModel::GetStatusText() {
111 string16 SavePageModel::GetStatusText() {
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 67 string16 GetStatusText() const;
tab_contents_wrapper.cc 156 string16 TabContentsWrapper::GetStatusText() const {
  /external/chromium/net/http/
http_response_headers_unittest.cc     [all...]
http_response_headers.h 132 std::string GetStatusText() const;
http_response_headers.cc 453 std::string HttpResponseHeaders::GetStatusText() const {
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebResponse.cpp 60 m_httpStatusText = responseHeaders->GetStatusText();
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 123 info->http_status_text = response_headers.GetStatusText();
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 288 virtual string16 GetStatusText() const;
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket_unittest.cc 230 ASSERT_EQ("Connection Established", response->headers->GetStatusText());
458 response->headers->GetStatusText());
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 428 status_text_ = UTF16ToUTF8(download_model_->GetStatusText());
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 384 string16 status_text = model_->GetStatusText();
    [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 249 response->setHTTPStatusText(WebString::fromUTF8(headers->GetStatusText()));
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 495 milliseconds